Advertisement
silek65

Disables the UAC

Jan 26th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 0.33 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3.  
  4. ;Disables the "UAC" (administrator in Admin Approval Mode)
  5.  
  6.  
  7. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
  8. "EnableLinkedConnections"=dword:00000001
  9. "ConsentPromptBehaviorAdmin"=dword:00000000
  10. "EnableUIADesktopToggle"=dword:00000001
  11. "EnableLUA"=dword:00000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement