Skip to content

Instantly share code, notes, and snippets.

@jacobsalmela
Created August 18, 2014 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacobsalmela/dfec2a074bcda604c6d1 to your computer and use it in GitHub Desktop.
Save jacobsalmela/dfec2a074bcda604c6d1 to your computer and use it in GitHub Desktop.
(Windows) Disable UAC
%windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment