Skip to content

Instantly share code, notes, and snippets.

@Computer-Tsu
Created February 28, 2024 00:42
Show Gist options
  • Save Computer-Tsu/89b2c2d24c9372152db9c66ec3393c58 to your computer and use it in GitHub Desktop.
Save Computer-Tsu/89b2c2d24c9372152db9c66ec3393c58 to your computer and use it in GitHub Desktop.
Enable Remote Desktop Connection on Windows
REM Enable Remote Desktop Connection, requires reboot to take effect.
%windir%\system32\reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment