2

Possible Duplicate:
Elevated Priviliges for Startup Applications in Vista
Selectively disabling UAC for specific programs on Windows 7
Grant permanent UAC permission to one program?

How can I whitelist a specific application so I don't have to get the dreadful propt each time I login? It's actually an .exe patch needed and located in the startup programs in msconfig.

polyglot
  • 461

1 Answers1

2

You can avoid a UAC prompt by running the executable as a scheduled task that starts when a user logs in.

When creating the task, make sure you check the box "run with highest privileges".

More details at http://www.winhelponline.com/blog/run-programs-elevated-without-getting-the-uac-prompt/

Richard
  • 6,420