Skip to content

Instantly share code, notes, and snippets.

@robertosljunior
Created May 10, 2016 13:17
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 robertosljunior/ff9c9aeb38a2e855fcf2630f6ba5e0bc to your computer and use it in GitHub Desktop.
Save robertosljunior/ff9c9aeb38a2e855fcf2630f6ba5e0bc to your computer and use it in GitHub Desktop.
Configuring Terminal services using powershell
set-ItemProperty -Path 'HKLM:\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