diff --git a/Windows/Windows.reg.markdown b/Windows/Windows.reg.markdown index 4371ad2f..d059f151 100644 --- a/Windows/Windows.reg.markdown +++ b/Windows/Windows.reg.markdown @@ -1,11 +1,13 @@ This file is supposed to explain [Windows.reg](Windows.reg). ``` +Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "ConsentPromptBehaviorAdmin"=dword:00000002 "ConsentPromptBehaviorUser"=dword:00000002 ``` +* Make the file Windows Registry Editor script * Ask admins yes/no on UAC * 1 would also ask for password, 0 disable entirely. * prompt standard users for username and password.