How to Create a Elevated Program Shortcut without a UAC Prompt
create a elevated "Run as administrator" shortcut of any installed program in Windows using Task Scheduler so that it will not give you a UAC prompt for permission when you start it while still having UAC turned on.
You can run at startup as a task, Pin to Start Menu, Pin to Taskbar, assign a keyboard shortcut to the shortcut created below, or move to where you like for easy use.
which takes you to,
The pinned taskbar items are located in this hidden system folder:
C:\Users\(User-Name)\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar
Procedure (the title link above has a more detailed version with pictures and an example),
- Run taskschd.msc
- Select
Task Scheduler Library in the left pane,
click on Create task in the far right pane
- Type name of the program in the
General tab (shortcut name)
- Check the
Run with highest privileges box
- Click on the
Configure for drop down box to open it,
and select Windows® 7, Windows Server™ 2008 R2
- Click on the
Actions tab, then on the New button
- Under '"Action"', select 'Start a program' and click on the 'Browse' button
- Navigate to the
.exe file of the program that you want to create this shortcut for,
then select it and click on Open
- Click on
OK
- There is an additional step for laptops to avoid stopping it when on battery
- You will now see your new task created with the name you gave it in step 3
- Close
Task Schedular
- Right click on a empty area of the desktop, then click on
New and Shortcut
- Type in
schtasks /run /tn task-name for the location, then click on the Next button
- You can now change its icon and pin it to taskbar