Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a program that should run every night. Another is started every boot.

Both programms trigger the UAC-Window. At least with the nightly scheduled programm this is very bad, since my PC is waiting the whole night long for my confirmation of the UAC dialog. At the moment I am able to confirm it, that program causes much slowdown and I cancel it anyway.

So is there a way, that windows will start these 2 programms without prompting me everytime without deactivating UAC in general?

share|improve this question
If it is a scheduled task, have it run as the SYSTEM user. – vcsjones May 4 '12 at 17:17

1 Answer

up vote 1 down vote accepted

Check out the following article, it's applicable to Windows 7 as well:

Selectively disable UAC for your trusted Vista applications.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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