
If we do not provide a password and do not confirm elevation, the app won’t start. If we run regedit.exe, we will see a User Account Control window asking for the administrator credentials. Here, let’s take the Registry Editor as an example - regedit.exe (located in C:\Windows\ folder). However, it is insecure because users can use these saved administrator credentials to run any program on this computer. Here, we can use RunAs with the saved administrator password using the /SAVECRED option. How to run a program that requires admin privileges under the standard users So, to resolve this problem, we have to manually grant the modify and/or write permission for a user on the app folder at the NTFS file system level. By default, users don’t have write and modify permissions on this directory.įor this program to work normally, administrator permissions are necessary. In order to modify some files in its own folder in the C:\Program Files (x86)\SomeApp, an app may need administrator privileges. Why some Windows apps don’t run under standard users and require administrator permissions

Here at Bobcares, we have seen several such Windows-related queries as part of our Server Management Services for web hosts and online service providers. Today we’ll see how to run the program without admin privileges. For instance, we can manually grant permissions for our users on the app folder in the ProgramFiles and/or registry keys used by the program. It is possible to run the program without admin privileges for normal operations.
