Skip to content

Instantly share code, notes, and snippets.

@unacceptable
Last active March 1, 2018 06:54
Show Gist options
  • Save unacceptable/d04448f40d7543bb7cecbcfc3c4ff0ec to your computer and use it in GitHub Desktop.
Save unacceptable/d04448f40d7543bb7cecbcfc3c4ff0ec to your computer and use it in GitHub Desktop.
This will disable Windows Server manager fo the current user.
New-ItemProperty `
-Path HKCU:\Software\Microsoft\ServerManager `
-Name DoNotOpenServerManagerAtLogon `
-PropertyType DWORD `
-Value "0x1" `
–Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment