Skip to content

Instantly share code, notes, and snippets.

@teebow1e
Last active March 12, 2026 16:31
Show Gist options
  • Select an option

  • Save teebow1e/de66c6fd34fbb3e5642ba815768bd07d to your computer and use it in GitHub Desktop.

Select an option

Save teebow1e/de66c6fd34fbb3e5642ba815768bd07d to your computer and use it in GitHub Desktop.
hehe
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
net stop TermService
net start TermService
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment