The Book

There is no cloud, it's just someone else's computer !!!

User Tools

Site Tools


microsoft:misc:rdp_enable

Enabling RDP on local and remote computer

If you want to enable RDP on local machine, start cmd.exe as Administrator and type:

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

… at command prompt.

If you want to enable RDP on remote machine, start cmd.exe as Administrator and type:

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

… at command prompt.

microsoft/misc/rdp_enable.txt · Last modified: 2016/03/29 06:01 (external edit)