UAC Group Policy Setting in Registry.

J

John

In the higher forms of Vista (not Basic, which I have) you can use
gpedit.msc to change the UAC setting allowing a user with an admin account
to be elevated automatically. No more nag screen.

Where in the registry are those settings? Since I can't use gpedit in Vista
Basic, I would like to go directly to the registry setting.

Thanks.
 
J

Jesper Johansson

These are the UAC options in the registry:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"ConsentPromptBehaviorAdmin"=dword:00000002
"ConsentPromptBehaviorUser"=dword:00000001
"EnableInstallerDetection"=dword:00000001
"EnableLUA"=dword:00000001
"EnableSecureUIAPaths"=dword:00000001
"EnableVirtualization"=dword:00000001
"PromptOnSecureDesktop"=dword:00000001
"FilterAdministratorToken"=dword:00000000
"LocalAccountTokenFilterPolicy"=dword:00000001

I discuss all of them in the Vista Security book below.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top