Home » Questions » Computers [ Ask a new question ]

Selectively disabling UAC for specific programs on Windows 7

Selectively disabling UAC for specific programs on Windows 7

I have some programs running on start-up like Everything. UAC prompts every time the Windows starts. How can I set a program to make sure that no intervening prompt would appear during start-up?

Asked by: Guest | Views: 186
Total answers/comments: 4
Guest [Entry]

"Task scheduler is your friend (Basic Task - Start Program at Log On - check Highest privileges).

Don't forget to remove (or move) your current startup icon or registry entry afterwards."
Guest [Entry]

I had that problem with one app. At startup popup a window to permit it to run, I used many answers but the solution was to click on Unblock in Properties.
Guest [Entry]

"Was looking for a method of opening a third party security program as Administrator on system startup, (several of its features require it be started in Admin mode for the features to function as configured).

Here's the process worked through to arrive at the desired result:

Changed the application launch properties to 'Run as Administrator': FAIL #1
Created a desktop shortcut with Admin privileges and added it to the 'Startup' group. While the application opened, it did not open in Administrator mode: FAIL #2
User Task Scheduler to open it on system start (using the method provided by the winaero blog) but as the application prompted a UAC question, it wouldn't load: FAIL #3
Lost an hour of life downloading, installing and working through 'Microsoft Application Compatibility Toolkit': FAIL #4
Won't class this as a failure, but looked at UAC Trust, found it didn't address the question posed here.

At this point, somewhat invested in the, '15 minute job' now morphed into, 'Day 2' status. Felt the needed components were at hand but was blind to them.

Reassessed the parameters of the problem and employing the Kalashnikov engineering rule #1 (whether the mechanism is clean or dirty, it should work) reconsidered each known element, not looking for what was missing, but for what parameters could be altered without shifting the desired goal, the 'automatic start of a 3rd party app in Admin mode'.

Returned to the Task Scheduler, reworking task switching the Trigger from on system startup to on log on and on the next login, the application started, in Admin mode. Huzzah! Success!

Kudos to winaero for providing the comprehensive visual and written documentation. If I weren't technically oriented, I would have tried their Tweaker. It's what I'll use on the Windows 10 systems."
Guest [Entry]

If you right click on the application executable, click properties then on the compatibility tab select "Run as Administrator" then click apply, you should no longer get the warning box.