up vote 1 down vote favorite
2
share [g+] share [fb]

Possible Duplicate:
Can you turn off UAC for a single app?

Hi

I have windows 7 and I am wonder is there away to stop the "User Account Control" message from coming up on certain programs. Like I have Sql server 2005 and every time I launch it comes up with that message. I trust that program so I don't want an alert to be displayed.

Anyway to tern it off for certain applications?

link|improve this question

75% accept rate
feedback

closed as exact duplicate by TheTXI Sep 6 '09 at 0:30

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ.

1 Answer

up vote 3 down vote accepted

This MSMVP blog entry details what you're looking for. It covers how to completely bypass UAC for specific programs. The general principle is to use scheduled tasks which are set to run with a very high level of trust (they run as "elevated" which allows them to run directly as an administrator).

link|improve this answer
feedback

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