Skip to content

Instantly share code, notes, and snippets.

@jshen28
Last active November 1, 2018 08:48
Show Gist options
  • Select an option

  • Save jshen28/4e12b9f8985dc98ce296320786a6e539 to your computer and use it in GitHub Desktop.

Select an option

Save jshen28/4e12b9f8985dc98ce296320786a6e539 to your computer and use it in GitHub Desktop.

POWERSHELL CHEATSHEET

ENABLE REMOTE DESKTOP

# https://www.interfacett.com/blogs/methods-to-enable-and-disable-remote-desktop-locally/
Set-ItemProperty -Path hklm:"HKEY_LOCAL_MACHINE\SYSTEM\CurRentControlSet\Control\Terminal Server" -Name fDenyTSConnections -Value 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment