704 questions
0
votes
0
answers
41
views
WinUI3 application does not restart with administrator privileges on Windows 11
I’m trying to implement a program restart asking the user for admin rights for the WinUI3 application. The application uses Windows Update API and I need this functionality to allow the user to ...
0
votes
0
answers
36
views
How to install CA certificate into LocaMachine Root via powershell under standard user (Administrators group)
I need to install CA certificate into LocaMachine Root via powershell. I'm trying to run this script with elevated privileges to Standard user from Administrators group.
Import-PfxCertificate -...
0
votes
0
answers
11
views
Active Directory userParameter
Need native value support.
Recently, I referred to the Microsoft blog to study userparameter value
link : https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-tsts/0bd1a91d-3cd6-4e97-b5fa-...
0
votes
0
answers
58
views
Users running program as administrator
I need my users to be able to run a program as an admin but dont want to get them the admin details.
We work in a remote desktop environment (Azure VDI) and when they run a particular program as ...
3
votes
1
answer
109
views
Connect to admin named pipe from regular client
I'm trying to have a duplex named pipe in Windows using Golang and https://pkg.go.dev/github.com/Microsoft/go-winio package.
The client runs as a regular process but the server runs elevated (the ...
0
votes
0
answers
279
views
VScode : 'remote-ssh: connect to host' resulted in an error. cannot read properties of undefined (reading 'after'). Not-willingly in Admin mode
I am usually working on VScode, adapting scripts that are on a remote server through the VScode extension SSH-remote. Recently the cluster I'm using crashed, since then I cannot connect to ssh host on ...
0
votes
1
answer
143
views
Get Active Directory Local Administrator account name using C#
I was try to get AD LAPS admin Account name using C#. I got MS documents that they mention msLAPS-Password attribute Contains Json of values {"n":"Administrator","t":&...
0
votes
0
answers
56
views
Make an external exe file to run as administrator in VB.NET
I'm currently working on an application that creates a CMD file. The application also allows the user to convert the CMD file to EXE file using the iexpress tool in Windows. The problem is, my ...
0
votes
0
answers
60
views
Python .py into exe and as administrator
I made a python text game ages ago that was really complicated but I wanted to send it to some friends. I tried to convert it into a exe using pyinstaller but I had a lot of issues. It wouldn't let me ...
0
votes
0
answers
25
views
How Can I Create Setup File With All Administor Permissions?
I can't run a program that i made with python, i have to use "run as administor" option.
I made a program that uses SQLLite3 with python. Then I wanted to convert it a setup file. I used ...
0
votes
0
answers
54
views
Android users auto login Salesforce App everyday
Some of our Android users needed to verified their Salesforce app through verification code everyday, but most of the other org users didn't. Verified the app everyday was such annoying.
I checked the ...
0
votes
0
answers
15
views
schedule a task that runs as administrator privileges
I am developing a malware scanner for windows that needs to run in administrator mode for any user. Is it possible to schedule a task to run in administrator mode? Is there any code available?
0
votes
0
answers
170
views
C# requestedExecutionLevel with uiAccess="false" doesn't work properly
I'm creating a C# app that needs to run with admin rights - so I've added an app.manifest and made sure I have this line:
<requestedExecutionLevel level="requireAdministrator" uiAccess=&...
0
votes
0
answers
48
views
FlaskUI Desktop App Error: "127.0.0.1 refused to connect" when run as administrator
I'm developing a desktop application using FlaskUI, HTML, CSS, and JavaScript, with the intention of creating an executable (.exe) file. The application requires administrative privileges to function ...
0
votes
0
answers
90
views
UAC get Token from Where?
When a User try to run an application as Administrator they have two option, if they are belongs to administrators group they gone through YES or NO consent prompt. if they are standard user who doesn'...
0
votes
0
answers
82
views
Python winerror 5 access is denied using winreg - how to run Python file as admin?
import winreg
path = winreg.HKEY_LOCAL_MACHINE
software = winreg.OpenKeyEx(path, r'HARDWARE\DESCRIPTION\System\CentralProcessor\0\\')
winreg.SetValueEx(software, 'ProcessorNameString', 0, winreg....
0
votes
0
answers
99
views
Android users asking for validation code?
I do support for an android app which uses device admin rights and people are asking me for a validation code. Does anyone know what the exact name for this code is and where I can point them? This ...
0
votes
1
answer
446
views
How to make Python script run as Administrator in Windows?
I trying to embed a Batch script use to activating Windows into a Python script, but the script need to run as Administrator in Windows so I find different solution, but none works. Here is the latest ...
1
vote
1
answer
2k
views
Running Powershell script elevated and silently
Task at hand:
I am looking to create a script that opens an elevated powershell window and then runs a powershell command from that elevated window.
Where I am stuck:
I am able to get an elevated ...
1
vote
0
answers
16
views
How can I run a .exe as an on a remote computer/computers with elevated privileges using a poweshell script? [duplicate]
I need to run a Powershell script that executes a specific .exe file at a specific windows file path. The .exe file needs to be run with certain custom parameters and it needs to be run as an ...
0
votes
0
answers
17
views
Can a non-elevated Windows process request elevation later in execution? [duplicate]
I'm running a program installed in Program Files, which of course is read-only without elevation. For some download-on-first-use features of the program, I'd like to download new files to the ...
5
votes
1
answer
11k
views
Why is "Check for Update" missing and updating if VS Code is started in Admin mode?
I have to start VS Code in Administrator mode on Windows (UAC).
As soon as I do that, the Help menu does not display "Check for Updates" anymore. VS Code is not updating anymore.
Settings &...
-1
votes
1
answer
276
views
Nexthink remote action powershell as admin
I work as IT in a company and from to time we get a list of a bunch of computers that we need to run a bat or cmd file inside as admin to fix few things. The list is huge and remote connecting takes ...
1
vote
0
answers
2k
views
Run Program as Administrator from SSH in Windows
I created a SSH Server on Windows 10 (Open SSH) and I'm connecting to it via my Phone with an app called Jucy SSH - it's secured with PKI and Passphrase. I log in with my "regular" user name....
1
vote
1
answer
669
views
error when use magisk to root android studio emulator P API 28
I got error when try to use build.py all in effort installing magisk to android emulator pie api 28
PS C:\temp\repos\Magisk> python build.py all
* Building binaries: magisk magiskinit magiskboot ...
-2
votes
2
answers
4k
views
How can I install python on windows 11?
I want to install the latest version of python but "use admin privileges when installing py.exe" option is off and I do not know how to fix it.
I tried Administrator terminal and typed: ...
0
votes
0
answers
582
views
git update-git-for-windows permission denied
Git 2.41.0 got released 10 days ago and I am updating it via command line on Windows:
git update-git-for-windows
When the installer is downloaded and invoked, the installer says it has no permission ...
0
votes
1
answer
351
views
What to do when getting HTTP Error 500 and cannot edit articles in Joomla?
I am using Joomla 3.9.12 as an administrator since only three weeks for a small association. I have been updating the pages with no problem, but suddenly for one week, when going to the Control Panel ...
1
vote
3
answers
6k
views
Run Bat As Admin in PowerShell
I'm running the following from an elevated PowerShell session:
Start-Process .\file.bat -Verb RunAs -Wait
It's opening the bat file, but it's not doing it as administrator. Is there a better way to ...
0
votes
0
answers
38
views
ajax suggestion box not working on windows 11 if logged in as an administrator
For a text form on my site, I have a suggestion box that delivers matches from a database for possible results as the user types. However, on windows 11 the text disappears as soon as it is selected ...
0
votes
1
answer
445
views
Editing registry on non-admin user (c#, windows 11)
I'm using the following code to disable task manager :
RegistryKey regKey;
string subKey = @"Software\Microsoft\Windows\CurrentVersion\Policies\System";
regKey = Registry....
0
votes
0
answers
42
views
Do I have full administrator access in my win10s C drive?
even when I run CMD as administrator, I think I don't have full privilege. I tried running net user username command, and here's the result:
User name ali
Full Name
Comment
User's ...
1
vote
1
answer
977
views
How to invite a new user to be co-administrator in Azure?
I'm pulling my hair out trying to do what I thought was a simple matter of adding an external co-administrator to my Azure subscription. Here's what I've done so far:
From Azure AD, went through the ...
1
vote
1
answer
192
views
HCL Domino Remote Console: How to get name of user connected remotely
I would like to restrict some functions in a user written server add-in for certain users or groups.
Question: Is it possible to get (via an API) the user name who is sending a "Tell" ...
1
vote
0
answers
1k
views
How to force a tauri app to open a UAC prompt before running to force administrator?
My tauri app includes it's backend with the frontend code, but the backend code requires administrator to run. I don't want the user to have to right click and run as an administrator every time they ...
1
vote
1
answer
208
views
Is there a way to give permanent admin permissions to an application?
So I have made a program that requires administrator permissions every time you run it. Is there a way to give it permanent administrator permissions after you give the permissions once. So basically ...
1
vote
2
answers
1k
views
Delphi CreateProcess as administrator [duplicate]
I am executing a command line program from Delphi.
I am using CreateProcess as I need to capture the output and display it in a memo.
My problem now is that the program I am executing needs to run &...
0
votes
1
answer
1k
views
VSCode specific ERROR: EnvironmentNotWritableError: The current user does not have write permissions to the target environment
VSCode Python Terminals running in conda environments throw an error message:
EnvironmentNotWritableError: The current user does not have write permissions to the target environment.
All of my other ...
-1
votes
2
answers
268
views
How to download the code for your Wordpress website, when you don't have access to FTP, but have administrative access to the Wordpress website?
I have administrative access to the Wordpress website, but I do not have access to the FTP side.
Is there a way to download the code for the website just from the admin account?
-1
votes
1
answer
3k
views
How to run an app always admin mode in Mac? [closed]
I need to run DBeaver admin mode but instead of running the app via terminal, I need to run via shortcut as admin mode.
So, is it possible in Mac as in Windows?
0
votes
1
answer
776
views
How to run Java code as admin on Windows 11?
I have the following code:
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
public class Test2 {
public static void main(String[] args) throws IOException {
...
1
vote
0
answers
523
views
i have one user on system and its administrator but error git is about user
in git, which i installed on my system, when i write any command, it gives me this message:
$ git add .
fatal: detected dubious ownership in repository at 'G:/'
'G:/' is owned by:
'S-1-5-18'
...
0
votes
0
answers
86
views
Can't go through administrator protection with python
I was making a script to have a better look on which folder take the most place by going through all the folders and adding their size but i have some administrator problems when it comes to a ...
0
votes
1
answer
155
views
Change owner of android app from a person to a company, and keep same dev and login
If I am the personal owner and main dev of an android app, and I decide to build a company to manage that app. How can I manage this on android? I don't want to create a new dev account. I want to ...
-1
votes
1
answer
571
views
Fellow Project Administrator Cannot Delete User Stories (But I can)
I have an Administrator in an Administrative group with the Boards Permissions all set to "Allow (inherited)".
He cannot delete a User Story he created.
We both inherit the permissions from ...
1
vote
0
answers
260
views
Win C#: Install/Run app as administrator without UAC prompt
I have a requirement where application (app1) needs to install / run another application (app2) on user system in non production hours without UAC prompt. I think I can do it with windows service ...
1
vote
1
answer
1k
views
How to disable permission requests on Android 12?
I am developing an app for an Android platform (OS 12). This application will not have a screen, will not be deployed on the Google PlayStore and will have access to different media (camera, storage, ....
0
votes
1
answer
760
views
Obtain Administrators On Powershell to CSV file
I have been given the task to pull administrator information from different OU groups within active directory. I have been given a PowerShell code to run however always comes back with red errors and ...
0
votes
0
answers
71
views
Access C:\Documents and Settings\ and subfolders like TreeSize application is able to
I have seen this question multiple times posted yet a clear answer has not been given (except that it should not be possible, yet TreeSize does it..., so does a virusscanner).
I'm creating a C# ...
-1
votes
1
answer
1k
views
About my ISP give me a static IPV6 how can i use it and what it mean
Hello guys I got a problem with IPV6 that my ISP give me. I don't really familiar with the IPV6 and this is the info that he gave me.
2001:0E68:5845:7500::/56
2001:0E68:5810:0B23::/64
what are those ...