Skip to content

Commit

Permalink
Update maximum UAC level
Browse files Browse the repository at this point in the history
Replace HKLM with HKEY_LOCAL_MACHINE and add the string which need to configured
  • Loading branch information
beerisgood authored Nov 1, 2017
1 parent 71aa780 commit 0407cf0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions maximum UAC level
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ This registry setting config your UAC (User Account Control) to maximum level li
Since Windows 7 Microsoft set this a level lower, because of stupid users.

Go to
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\ConsentPromptBehaviorAdmin
and set the string to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\
and set the string
ConsentPromptBehaviorAdmin
to
2

Finish. No restart required. You can config this in Windows settings too.

0 comments on commit 0407cf0

Please sign in to comment.