administrator Questions

2

I've seen multiple questions on this topic and some answers about runas but none of them was sufficient... I need a Windows command to upgrade privileges of a terminal after it has already been ope...
Amandy asked 19/7, 2020 at 14:27

29

Solved

You know how if you're the administrative user of a system and you can just right click say, a batch script and run it as Administrator without entering the administrator password? I'm wondering h...
Levis asked 7/10, 2011 at 17:53

13

Solved

I'm writing a client/server checking program but it needs to run as Administrator. I want this to run silently on my network and users, and I don't want the "Run as" Administrator" prompt. Is ther...
Ruben asked 1/2, 2013 at 4:29

4

Solved

I compiled it to an executable, but to open it I have to right-click and press "Run as administrator". I want it to request admin privileges each time I run it, but how to do it? I can't do this: ...
Freddiefreddy asked 8/4, 2017 at 18:35

1

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...
Antaeus asked 13/9, 2023 at 22:28

3

Solved

There are many posts that tell you how to run Visual Studio 2010 as Administrator. I will probably be very ashamed when I find my answer but... My problem is that I can't start Visual Studio NOT el...
Faintheart asked 14/4, 2013 at 14:29

11

Solved

I am creating an automatic updater for an application. The application is started by the user, and runs without administrator privileges. The autoupdater is started with administrator privileges, a...
Davena asked 23/6, 2012 at 12:17

6

Solved

I needed to check whether the currently logged on user is an administrator however found that just using 'net localgroup administrators' was insufficient when it came to AD groups being a member of...
Bemis asked 18/3, 2015 at 18:20

3

Solved

I want to know if a program is running as administrator. The user doesn't have to be administrator. I only want to know if my application has rights to edit some secured files that are editable whe...
Society asked 10/5, 2011 at 16:27

5

Let's say you opened a Git Bash console and used it for a time but you forgot if you opened it as Administrator or not. Is there a way to check this in the current console, without closing and ope...
Licorice asked 27/4, 2017 at 6:53

1

Problem gitlab-runner in Powershell on build server finishes successfully (vb6.exe, devenv.com, msbuild.exe) if running in local terminal started with "run as administrator", whereas end...
Meyerbeer asked 3/1, 2022 at 10:49

3

Solved

I'm trying to execute a command prompt as administrator by using powershell. (like when you press right click on cmd icon and choose run as administrator). what should I add to the following in ord...
Briefing asked 11/11, 2018 at 12:55

3

Solved

I have a Database,Which is in Single user mode ,If i want to access a tables in the database i will be changing in the properties from single to multiuser.How can i make the Database multi user per...

3

Solved

I have a program which I wrote in Java using Eclipse and then put into a .jar file. Then, I used launch4j to make an executable from my .jar file and included a .manifest file to cause the executab...
Michelmichelangelo asked 3/3, 2012 at 7:43

0

I need to run a command line that required administrator privilege. I use Process class from dart.io file to run the command... but I don't want to always request administrator if I need to execute...
Vento asked 3/4, 2021 at 16:35

12

Solved

Once my program is installed on a client machine, how do I force my program to run as an administrator on Windows 7?
Sedda asked 12/5, 2010 at 11:9

2

I'm aware of the command "adb shell dpm set-device-owner pacakgename" I want to know if there's a way to programmatically ask and set device owner for one app after it's launched basically the op...
Nominate asked 3/5, 2018 at 16:26

6

Solved

how do I create a shortcut that runs Visual Studio with Administrator rights? Actually I have to navigate to the Visual Studio start menu folder, click on the icon with the right mous button and c...

1

Solved

I downloaded clink because I wanted a windows cmd interface that saved the history of the commands I was introducing. The problem is that clink always run in a non admin user, even if you execute t...
Fish asked 31/7, 2020 at 0:49

8

Solved

I recently updated my Chrome browser and noticed something very weird. Many fields in the Settings have been disabled. "This setting is enforced by your administrator" appears next to many fields i...
Croft asked 18/11, 2014 at 15:10

3

Solved

I have installed a certain python package (netCDF4), which contains compiled code (extension module). I am running Anaconda and python 3.6 under Windows 10 (x64). When importing the module from con...
Cargill asked 6/3, 2018 at 9:28

8

I am developing a plugin for wordpress, I want to find if current user is administrator or not, unfortunately I could not use the current_user_can() as it gives me error, so am using the global $cu...
Nocturne asked 6/11, 2013 at 1:37

6

Solved

My app uses ClickOnce tehcnology. Today I needed to run it as administrator. I modified the manifest file from <requestedExecutionLevel level="asInvoker" uiAccess="false" /> to <reques...
Mientao asked 19/4, 2011 at 8:49

1

Solved

Does somebody know how to get admin privileges AT RUNTIME? Please do not suggest this: <requestedPrivileges> <requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>...
Distribute asked 27/1, 2020 at 19:21

4

We're using Jenkins on Win8 x64 to build (msbuild), package (cspack), run (csrun) and test (nunit) an azure cloud services project. The Azure cloud service emulators need to run as administrator pl...
Galluses asked 11/12, 2014 at 0:15

© 2022 - 2024 — McMap. All rights reserved.