Last active
March 12, 2026 16:31
-
-
Save teebow1e/de66c6fd34fbb3e5642ba815768bd07d to your computer and use it in GitHub Desktop.
hehe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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