How in the Tech
Create Shortcuts to Bypass UAC in Vista
User Account Control. UAC, that lovely feature in Vista that is designed to protect us from ourselves. Sarcasm aside, I do admire what UAC is trying to accomplish even though the general perception of the feature is quite negative – as everyone likes to ignore that OS X and Linux have the exact same procedure. The one problem I do have with UAC is that the number of prompts are excessive – there are few operations that require two or three confirmation clicks to accomplish (like overwriting a file in C:\Program Files\ through Windows Explorer). Secondly, it would be swell to have an option to never prompt on this application again where certain programs could be whitelisted, meaning UAC wouldn’t be used. I do a lot of Registry tips on this site and regedit.exe is one of the programs that always initiates the UAC prompt as the program requires Admin rights. Fair enough, but I don’t need that on every launch. Thankfully, I have found a way around this but I’ll leave it up to you to decide whether the hoops one must jump through are worth it.
We are going to create a scheduled task to run an application in Admin mode, then creating a shortcut to run the task on demand.
- Open Task Scheduler from the Vista Start Menu search box.
- Select Create Task.

- Give the task a unique Name and be sure to check the box next to Run with highest privileges.

- On the Actions tab of the same window is where we will path to the program we wish to execute in Admin mode.

- OK out of the dialog windows to return to the initial Task Scheduler window. You should see your newly created task in the Library. Right click on the task and choose Run to ensure everything executes as desired.

- Now that our scheduled task is configured correctly, we want to create a shortcut to this task. The quickest method to create a shortcut is by right clicking on your Desktop and selecting New->Shortcut.
- From the Create Shortcut Wizard the location of the item will be schtask /run /tn “taskname” – in my example we called it runwoopra.

- Name the shortcut something appropriate and complete the wizard. You should see your shortcut on your desktop, where you can now move it to wherever you see fit.

If you want to be notified the next time I write something please subscribe to my RSS feed. Thanks for reading!
Related Posts
Recent Posts
June 30, 2009
By Adam Myers
June 29, 2009
By Adam Myers
June 25, 2009
By Adam Myers
June 24, 2009
By Adam Myers
June 17, 2009
By Adam Myers
Random How in the TECH
November 20, 2008
By Adam Myers
May 7, 2008
By Adam Myers
May 17, 2008
By Adam Myers
July 22, 2008
By Adam Myers
November 13, 2008
By Adam Myers
Discussion
No comments for “Create Shortcuts to Bypass UAC in Vista”
Post a comment