Skip to content

Instantly share code, notes, and snippets.

@Velko
Created February 10, 2015 12:16
Show Gist options
  • Save Velko/39f5d2f00c39f5311170 to your computer and use it in GitHub Desktop.
Save Velko/39f5d2f00c39f5311170 to your computer and use it in GitHub Desktop.
PowerShell enable RegEdit
Set-ItemProperty -Path Registry::HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System -Name DisableRegistryTools -Value 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment