In my previous article, we learned the two ways to disable the Windows Vista UAC: a command prompt hack and through command prompt. It is not a good idea to disable the UAC for extended periods of time due to security vulnerabilities and programs gaining unauthorized access to your computer. Most of us though, are so annoyed with certain programs being blocked by the UAC. The reason for this is because the program needs to perform an administrative task such as accessing the internet (Browsers are exempt), and editing and deleting files in system folders (Such as Program Files and the Windows folder). In fact, you probably disabled UAC because it blocks one of your programs that you use frequently. There is hope. With a simple little trick using the task scheduler, you can run your programs with administrative privileges without the UAC bothering you! Read More...
So how does this miracle trick work. Well, in Windows Vista (and XP) you have a task scheduler. Since most programs that are scheduled require confirmation from the UAC, Microsoft added a run with highest privileges check box. This would allow programs to run automatically (when scheduled) without the hassle of clicking continue on the UAC prompt. This is how we are going to run your program. Simply create a task, check the run with highest privileges, and make a shortcut to run the task. Here's how to do it in detail:
- First click Start and then All Programs>Accessories>System Tools>Task Scheduler.
- Click allow if you are prompted by the UAC (You should be unless it is disabled).
- In the left hand column, right click on Task Scheduler Library and then click New Folder.
- Name it UAC Bypass and click the OK button.
- Now click the arrow next to Task Scheduler Library.
- Right Click on your new folder and then click Create Task.
- Name it with the name of your Program and type a description. (Remember the Name, we will use it later)
- Make sure to check run with highest privileges at the bottom.
- Click the actions tab and then click new.
- Select Start a Program from the drop down box.
- Click the browse button and find your program (It should be an .exe; If your not sure where it is, see the instructions for finding it's location below)
- If you have any arguments such as /AUTO (Which runs in the background) in CCleaner, type them in the arguments box.
- Click OK
- If you have a laptop, click the Conditions tab and uncheck Start the Task Only if the Computer is on AC power.
- Click the OK button.
- Now go to your desktop. (You may close the Task Scheduler)
- Rick Click and go to New>Shortcut.
- Type (And replace [Program Name] with the name of your TASK):
C:\Windows\System32\schtasks.exe /run /tn "\UAC Bypass\[Program Name]"
- Give it a good name.
Finding the Location of your Program
- Right click on the program's shortcut on the desktop.
- Click Properties.
- It's location is in the target box under the Shortcut Tab.
And there you have it. Now when you try to run the program, it will run without the UAC prompt. If you have any questions, comments, or suggestions for this tip: include it in a comment, post it on the forums, or PM us through our Youtube Channel.
0 Responses to "Tip: Disable the UAC for Certain Programs"
Post a Comment