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?

link|improve this question

Have a look at this question to see if it helps: superuser.com/questions/18384/… – Ivo Flipse Jan 22 '10 at 14:41
Thanks but I couldn't find an answer to my question there. I just don't want to see the prompt generated by Everything each time a open my PC. – Mehper C. Palavuzlar Jan 22 '10 at 15:14
Short of disabling completely UAC (which is definitely not recommended), I doubt it's possible. – Snark Jan 22 '10 at 16:17
possible duplicate of Elevated Priviliges for Startup Applications in Vista – techie007 Apr 7 at 23:15
feedback

5 Answers

up vote 9 down vote accepted

Try reading the documentation:

1.12 How do I bypass the UAC to run "Everything" with administrative privileges on system startup?

link|improve this answer
It seems that I'll have to use Task Scheduler to get over this... – Mehper C. Palavuzlar Jan 23 '10 at 12:57
feedback

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.

link|improve this answer
feedback

Task scheduler is an ok solution for something that runs on startup. But the most flexible way to do this is to use the Microsoft Application Compatibility Toolkit. It enables you to directly disable UAC for any application you decide to trust. The compatibility fix you need to select is RunAsInvoker.

link|improve this answer
feedback

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.

link|improve this answer
Nope, it didn't work. – Mehper C. Palavuzlar Jan 22 '10 at 20:23
feedback

see this I used it and it succeeded using ACT for selectively disabling UAC

http://www.techrepublic.com/blog/window-on-windows/selectively-disable-uac-for-your-trusted-vista-applications/635#talkback

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.