: In the System Properties dialog box under the Remote tab, select one of the following:
: Ensure the firewall allows RDP traffic (Port 3389) by running: netsh advfirewall firewall set rule group="remote desktop" new enable=Yes . Method 3: Via Registry Editor how to enable remote desktop on windows server 2008
This is the standard method for servers with a full desktop experience. : In the System Properties dialog box under
: Recommended for higher security.
Change its data value to to enable Remote Desktop (a value of 1 disables it). Additional Configuration Requirements how to enable remote desktop on windows server 2008
: Best if you are connecting from older operating systems like Windows XP.
: Run the following script to allow connections: cscript c:\windows\system32\scregedit.wsf /AR 0 .