User Tools

Site Tools


microsoft:misc:rdp_enable

This is an old revision of the document!


Enabling RDP on local and remote computer

If you want to enable RDP on local machine, type:

reg add "HKLM\system\currentcontrolset\control\terminal server" /v fDenyTSConnections /t REG_DWORD /d 0

… in CLI.

If you want to enable RDP on remote machine, type:

reg add "reg add "\\hostname\HKLM\system\currentcontrolset\control\terminal server" /v fDenyTSConnections /t REG_DWORD /d 0

… in CLI.

microsoft/misc/rdp_enable.1459234520.txt.gz · Last modified: 2016/03/29 05:55 (external edit)