UAC Group Policy Setting in Registry.

  • Thread starter Thread starter John
  • Start date Start date
J

John

Guest
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.
 
Re: UAC Group Policy Setting in Registry.

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.

--
Your question may already be answered in Windows Vista Security:
http://www.amazon.com/gp/product/0470101555?ie=UTF8&tag=protectyourwi-20


"John" <me@myhome.net> wrote in message
news:O3Ii6VN7HHA.484@TK2MSFTNGP06.phx.gbl...
> 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.
>
>
 
Back
Top