Created
July 8, 2016 06:10
-
-
Save 0XDE57/d3926b908ea59941beef5abe811d92f7 to your computer and use it in GitHub Desktop.
Force ask password on UAC for admin and users: https://msdn.microsoft.com/en-us/library/cc232761.aspx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
;Force ask password on UAC for admin and users | |
;https://msdn.microsoft.com/en-us/library/cc232761.aspx | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] | |
"ConsentPromptBehaviorAdmin"=dword:00000003 | |
"ConsentPromptBehaviorUser"=dword:00000003 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment