Howto: Enable Windows Vista UAC quiet mode

I love the idea of Vista’s User Account Control (UAC), but I hate Microsoft’s implementation of it. I was getting ready to deploy our first Vista Business lab and I found that when starting 75% of the lab’s software , the user would get the “Windows needs your permission to continue” prompts. I understand the reason behind the notification, but try explaining it to a lab full of second graders. They just want to click on their icon and have the program run as expected.

Fortunately, you can disable the permission prompts while keeping UAC enabled. The easiest way is to use TweakUAC, a free GUI program that can modify UAC behavior without accessing the registry. Mark wrote a nice article on using TweakUAC here.

If you want to manually edit the registry to modify the UAC prompting:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
“ConsentPromptBehaviorAdmin”

and

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
“ConsentPromptBehaviorUser”

chang the values from their default of 2 to 0 to enable UAC quiet mode.

3 Responses to “Howto: Enable Windows Vista UAC quiet mode”

  1. Enable Windows Vista UAC quiet mode at EAVista Says:

    [...] Vista’s User Account Control prompts while protecting your system [via the back room tech] Tags: No Tags November 9, 2007Vista Tips & TweaksNo Comments || Enable Windows Vista [...]

  2. Quiet Down UAC - The Original .NET Geek Says:

    [...] should be now operating with a quiet UAC.  After the fact, I did some more googleing and found this article.  Julie Smith basically calls out the same thing as my long protracted process came to the [...]


Leave a Reply