Skip to content

Instantly share code, notes, and snippets.

@pmatthews05
Created September 6, 2016 12:34
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 pmatthews05/357217679e488b3d34425a920248c148 to your computer and use it in GitHub Desktop.
Save pmatthews05/357217679e488b3d34425a920248c148 to your computer and use it in GitHub Desktop.
$regKeyPath = "HKLM:\System\CurrentControlSet\Control\Lsa"
$key = "DisableLoopbackCheck"
New-ItemProperty –Path $regKeyPath –Name $key –Value "1" –PropertyType dword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment