Grant permanent UAC permission to one program?

12

Possible Duplicate:
Selectively disabling UAC for specific programs on Windows 7

Is there a way to grant permanent UAC permission in Windows 7 to a single program? I have an old program that's supposed to start up in the background when Windows starts. I want to have it "just work" without the nagging, but keep UAC in all other cases.

dsimcha

Posted 2010-04-25T19:06:26.667

Reputation: 1 074

Question was closed 2011-07-13T23:56:20.193

Answers

3

You may want to try creating a UAC Whitelist. http://www.beingmanan.com/wp/2008/06/create-uac-white-list/ has instructions on how to do this.

Daisetsu

Posted 2010-04-25T19:06:26.667

Reputation: 5 195

1

Have you tried setting it to run as Administrator?

Find the executable -> right click -> properties -> tab compatability -> check "Run this program as administrator" (bottom of the dialog)

Now, I do not know if this would cause issues with running it as a background process, but at the very least if you just put it into the Start folder (under the start menu), I would imagine you would be prompted by UAC when the program begins, which is when you log in, and then from that point on the program should run as administrator with full access.

kastermester

Posted 2010-04-25T19:06:26.667

Reputation: 494

2It still prompts me every time I start the program. – dsimcha – 2010-04-25T22:57:47.107

I do not think you will be able to get around that. The program will need explicit permission to run with administrative privileges when it starts to actually have those privileges. The only applications that don't do this under Windows 7 is some of the software Microsoft ships with Windows 7. But if you run this as a background process surely it would only start up once per login / reboot? – kastermester – 2010-04-26T13:36:04.340