Site icon WindowsLoop

How to Create Administrator Shortcut Without UAC Password Prompt

Elevated shortcut featured procmon

In Windows, you can easily create an elevated or administrator shortcut for any application to run it without the UAC password prompt. Here’s how.

When a program requires administrator permission or if you run it using the “Run as administrator” option, you will see a UAC (User Access Control) prompt asking for administrator password or permission. If you provide permission, the application will run. Otherwise, Windows will not run the application with admin rights. Add to that, Standard users cannot add applications to Windows startup if they require administrative permission or UAC prompt to run.

To deal with that, you can create an elevated or administrator shortcut to run an application without the UAC password prompt. Since the shortcut doesn’t require admin or UAC password, you can add it to the startup list or allow standard users to run it with admin privileges.

In this quick guide, let me show you the process of creating an elevated shortcut to run applications without the UAC password prompt.

Steps to Create Administrator Shortcut without UAC Password Prompt

To create an elevated shortcut that does not require a UAC prompt to run applications as an administrator, we are going to use Task Scheduler. To make it easy, I’ve divided the whole process into bite-sized steps. Let me show you how.

Follow the steps below to create an administrator shortcut to run applications without the UAC password prompt.

  1. Open the Start menu.
  2. Search and open “Task Scheduler“.
  3. In Task Scheduler, click on the “Create Task” option.
  4. Go to the “General” tab.
  5. Type a name in the “Name” field.
  6. Check “Run with highest privileges” option.
  7. Select “Windows 10” from the “Configure for” dropdown.
  8. Go to the “Actions” tab.
  9. Click on the “New” button.
  10. Select “Start a program” from the Action dropdown menu.
  11. Type “cmd.exe” in the “Program/Script” field.
  12. Enter the below command in the Arguments field. Replace “Task Name” with the name you chose in step 5 and “Program path” with the full program path of the application you want to launch.
    /c start "Task Name" "Program path"
  13. Go to the “Conditions” tab.
  14. Uncheck the “Start the task only if the computer is on AC power” checkbox.
  15. Click “Ok” to save changes.
  16. You can now see the task you created in Task Scheduler.
  17. Close the task scheduler.
  18. Go to the desktop.
  19. Right-click on the desktop.
  20. Select “New → Shortcut“.
  21. In the blank field, type the below command. Replace “Task Name” with the name you set in step 5.
    schtasks /run /tn "Task Name"
  22. Click “Next“.
  23. Type a name for the shortcut in the blank field and click “Finish“.

That is it. You’ve created an elevated shortcut. Just double-click on the shortcut and the program will be launch with administrator privileges without the UAC password prompt.

Optional – Customize the Shortcut Icon

If you don’t like the default shortcut icon, these are the steps you should follow to change it.

  1. Right-click on the shortcut.
  2. Select “Properties“.
  3. Click on the “Change icon” button.
  4. If you see a warning or information window, click “Ok“.
  5. Select the icon of your choice and click “Ok“.
  6. Click “Apply” and “Ok” buttons in the main window.

As soon as you save the changes, the new icon will be applied.

If you don’t like any of the built-in icons, you can set your own custom icon. To do that, download the icon of your choice in .ICO format from the internet. Click on the “Browse” button in step 5, select the ICO file and click “Open”. Select the icon and “Ok” in the icon selection window.

That is all.

FAQ: Elevated Shortcut without UAC Prompt

Can elevated shortcut bypass administrator?

When configured properly, the administrator or elevated shortcut can bypass the UAC prompt and requires no administrator password.

How do I create the elevated shortcut?

To create an elevated shortcut, you need to use the Command Prompt and Task Scheduler. Follow the steps listed above to create the administrator shortcut.

Does the elevated shortcut interfer with other programs?

No it doesn’t. When you use the administrator or elevated shortcut, it just launches the application with admin privileges. That is all.

That is all. I hope that helps. If you like this article, check out how to open Command Prompt always as admin in Windows 10. If you are stuck or need some help, comment below and I will try to help as much as possible.

Exit mobile version