
|
|
|
| This will turn off the Vista confirmation prompts, without turning off UAC. |
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
"ConsentPromptBehaivorAdmin"=dword:00000000
"ConsentPromptBehaivorUser"=dword:00000000
|
|
|
|
|