Every time I run this legacy program I get the UAC popping up. It's really anoying, is there a way to disable it just for this one program rather than my whole system? I need the UAC to be active for most programs because I do development and testing on this system.
|
feedback
|
|
If it pops up every time you run the program, than the program is set to always run with administrator rights (Right click on executable -> Properties -> Compatibility) You can stop the UAC from popping up by disabling this. However, if the program needs perform administrator actions, I'm afraid you're out of luck. You might try turning down the level of UAC which might make it ignore the program and elevate regardless (might), or if the program only needs to access administrator-only files, then give yourself full control over those files and disable the always-run-as-admin. | |||||||
feedback
|
|
The How-to geek has a work-around that involves the task scheduler. This lets you create a short-cut for running a program in administrator mood, without prompting you. See this page. | |||
|
feedback
|