Skip to content

Instantly share code, notes, and snippets.

@awaxa
Created February 25, 2015 17:40
Show Gist options
  • Save awaxa/4bd864f1286958808f19 to your computer and use it in GitHub Desktop.
Save awaxa/4bd864f1286958808f19 to your computer and use it in GitHub Desktop.
registry::value { 'Disable UAC':
key => 'HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System',
value => 'EnableLUA',
type => 'dword',
data => '0x00000000'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment