More info (with screenies) with tips on tweaking are here
http://www.tweakvista.eu/show_tweak.php?tweak=84
The adviced way is to do it as seen in that guide. By adjusting the policy.
The below is kind of a hack!
3 registry files are in the attached zip.
Quiet UAC - Admin and User.reg (same as in the code below)
Quiet UAC - Admin only.reg
Quiet UAC - User only.reg
Double click on the registry file or right click and choose Merge.
(you need to be on a Admin account to do this)
Nah...don't disable UAC, try these reg entries instead:
Code:
- Code: Select all
; Switch UAC to quiet mode - keeps it on but suppresses prompts for both admin and user
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"ConsentPromptBehaviorAdmin"=dword:00000000
"ConsentPromptBehaviorUser"=dword:00000000
"EnableLUA"=dword:00000001
And there ya go, UAC with no annoying prompts all the time. If you turn off UAC you can't get some things like protected browsing for example (even tho it says its on, if you disable UAC it really isn't working), there are a whole slew of things that UAC has its grubby mits into that you will never notice missing until that one time you need it. For example, some anti-virus software is starting to appear that uses part of the UAC structure, it seems to work but never really detects anything unless UAC is enabled, and never gives any indication that it isn't working.