Windows

How to create a Shortcut That enables Standard Users to run Applications as Administrator

Creating a shortcut

If you want to know how to allow a standard user to be able to run any application with an admin privilege without requesting a password this article will show you the steps to take in achieving this. It is very simple to create a shortcut that uses the runas command with /savecred which is used to save the credentials. But using this command runas /savecred can expose your system to security issues because the standard user will be able to carry out the same operations as an administrator, so you have to be careful using this command.

However, If you want to read more on DISM permissions and privileges read this: Error 740: Elevated permissions are required to run DISM, read this if you want to know How to reset your built-in Local Administrator password in Windows 10, The connection was denied because the user is not authorized for remote Login: Enable Remote Desktop Connection on Windows 11 for non-administrators or selected users, and you if you want to know How to run apps as an administrator on Windows 10 and Windows 11

Create Administrator Shortcut for Standard Users

Furthermore, Let us enable the built-in Administrator account which is always disabled by default. Right-click the Command Prompt and click run as administrator. run the following command in case you don’t have an admin account: net user administrator /active:yes

Standard Users
Net User

After performing this action, enable the Administrator account and set up a password via Control Panel. In addition, click manage another account and set up your password.

Run applications as administrator
Manage Accounts

Nonetheless, let us create a shortcut that will launch the application with Administrator privileges. Right-click on the desktop page and click New and select Shortcut.

User access control
Shortcut

Enter the below command into the box that will open next:

runas /user:ComputerName\Administrator /savecred “enter your program location here

The ComputerName is the name of your computer and also enter the location or path to the program.

image-26
Creating Shortcut

Enter the name you will use for the shortcut.

image-27
Naming the shortcut

When you click on the shortcut the prompt will open and you enter your Administrator password.

image-28
Entering Admin Password

After completing the above the standard user account will be able to run any application as Administrator without entering a password.

I hope you found this blog post on How to create a Shortcut That enables Standard Users to run Applications as Administrator very interesting and helpful. In case you have any questions do not hesitate to ask in the comment section.

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x