Remotely Enable Remote Desktop on Windows Server 2003

With Remote Desktop on Windows XP Professional or Windows Server 2003 (in Windows 2000 Advanced Server, this feature was called Terminal Services in Remote Administration Mode), you can have access to a Windows session that is running on your computer when you are at another computer.

What you need to do is create the new RDP listening port via the registry:

  1. Run REGEDIT on your XP workstation or on your Windows 2000/2003 Server.
  2. Click on File, then choose “Connect Network Registry”.

enable rdp remotely small

  1. In the Select Computer search box either browse Active Directory to locate the remote server, or type its name in the dialog box.

enable rdp remotely1 small
Click Ok.

  1. In the remote machine’s registry browse to the following key:
​HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server
  1. Under the Terminal Server key find the value named fDenyTSConnections (REG_DWORD). Change the value data from 1 (Remote Desktop disabled) to 0 (Remote Desktop enabled).

enable rdp remotely2 small
Click Ok.

  1. Close Regedit.
  2. Reboot the remote machine for the change to take effect. You can easily do so by opening a command prompt and typing the following command:

shutdown -m \\srv1 -r
After the remote machine reboots, Remote Desktop will be enabled on it. To test this from your workstation, open Start -> All Programs -> Accessories -> Communications -> Remote Desktop Connection. You can also type mstsc in the Run command.
enable rdp remotely3 small


Enter the name of the remote server in the Remote Desktop Connection logon box, supply your administrator password when prompted, and press Enter or click Ok.
enable rdp remotely4 small

Related articles

You might also want to read the following related articles: