


With that, you’ve created a special shortcut.This will open the application close it for now.When prompted, type the admin password and press enter.Double-click the newly created shortcut.Runas /user:ComputerName\AdminUsername /savecred "C:\path\to\app.exe Replace ComputerName, AdminUsername, and dummy path with actual details. Paste the following command in the blank field.Select the “ New” and then “ Shortcut” options.Just follow the steps, and you will be good. Though it sounds complicated, it is pretty easy. After that, Windows will not ask for the password, and any user can run the program as an admin without using the admin password. Allow a Standard User To Run a Program as Admin Without Passwordįor non-admin users to run a program that requires admin rights with a password prompt, you need to create a special shortcut with the runas command.įor the shortcut to work, you must enter the admin password for the first time. In those cases, rather than manually entering the admin password every time or giving them full administrative privileges, you can use the RunAs command and Windows Credential Manager to allow non-admin users to run a program as admin. Though the admin password prompt is good, there might be situations where you need to let non-admin users run programs that require administrative rights. In general, this restriction is a good one as, more often than not, the program that requires administrative privileges needs access to system settings or files. For example, if you are sharing your computer or have users that use a standard account, they won’t have permission to run applications that requires admin rights.
