How to Create a Elevated Shortcut For a Program to Bypass UAC Prompt
The User Account Control or UAC basically notifies you before changes are made to your PC – not all changes, but only those which require Administrator level permissions. Whenever you run some programs, you will get to see the UAC Prompt first. Only after you give your consent, will the program run. This is a security feature that is best left at this default behavior. But you may have some programs that you run very frequently and which you trust completely. In such cases then the UAC Prompt could become an irritant.

How to Create a Elevated Shortcut For a Program to Bypass UAC Prompt X7qepHv

While you should never disable the UAC prompts for the whole computer, you may want to bypass the UAC Prompt and disable it for certain applications.


Run programs by bypassing UAC Prompt
If you wish, you can also create elevated shortcut for the program, that will allow you to bypass UAC Prompt and run the program without seeing the UAC Prompt in Windows.
This is how you can do it.


  1. Type taskschd.msc into Start Menu search box and hit Enter key to open the Task Scheduler. Under Actions section, click on Create Task.


  2. Under General tab, give the Task a name, say NoUAC1. Place a check mark into Run with highest privileges check box.  

    How to Create a Elevated Shortcut For a Program to Bypass UAC Prompt VDJalvD


  3. Under the Action tab, click on the New button and browse to the folder location of the program executable file and select it. The Action should be Start a program.

    How to Create a Elevated Shortcut For a Program to Bypass UAC Prompt EiNiz1G


  4. Under the Settings tab, ensure that Allow task to be run on demand is checked.

    How to Create a Elevated Shortcut For a Program to Bypass UAC Prompt Hg2WPCF


  5. Once all this is done, click on OK button. A new Task will be created and you will be able to see it.




Create Elevated Program Shortcut
Now you will have to create a shortcut that will run this task.

Right-click on the desktop select New --> Shortcut from context menu. In the the Create Shortcut wizard, type:

Code:

Schtasks  /run  /TN  “NoUAC1″


How to Create a Elevated Shortcut For a Program to Bypass UAC Prompt SiPsi9H

Here "NoUAC1" should be replaced with the name for the task that you have chosen. Click on Next button give the shortcut a name and exit the wizard after it runs its course.
Now you can give shortcut an icon of your choice. To do so, right-click on the shortcut  select Properties from context menu and click Change Icon button. Browse to and select the icon you want.

Now when you click this shortcut, you will be able to bypass the UAC Prompt.