Skip to content

Instantly share code, notes, and snippets.

@johnfitzpatrick
Created November 29, 2016 12:33
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 johnfitzpatrick/eb9895293f13bb115fa61103f39423eb to your computer and use it in GitHub Desktop.
Save johnfitzpatrick/eb9895293f13bb115fa61103f39423eb to your computer and use it in GitHub Desktop.
system_policies = 'HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System'
registry_key system_policies do
values [{
:name => 'EnableLUA',
:type => :dword,
:data => 0
}]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment