From LedHed's Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
'''How to enable Remote Desktop on a remote computer'''
 +
 +
 +
== Step 1 - Establish a remote connection ==
 +
This step is a general one. You must have a connection to the remote computer.<br>
 +
Possibilities include: a computer on your network, VPN, SSH tunnel and RD to another computer within the same subnet.<br>
 +
 +
== Step 2 - Regedit ==
 +
Launch 'regedit'<br>
 +
Click 'File' -> 'Connect to Remote Registry'<br>
 +
Enter the hostname or IP address of the computer you want to enable Remote Desktop on.<br>
 +
 +
== Step 3 - Change Registry Keys ==
 +
In the remote computers tree in regedit expand the HKLM branch.<br>
 +
Navigate to: HKLM\System\CurrentControlSet\Control\Terminal Server\<br>
 +
Change the DWord value of key 'fDenyTSConnections' from 1 to 0<br>
 +
 +
== Step 4 - Optional - Change the Remote Desktop Listening Port ==
 +
Navigate to: HKLM\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\<br>
 +
Change the DWord value of key 'PortNumber' from 3389 (Decimal) to what ever port number you wish.
 +
  
== How to enable Remote Desktop on a remote computer ==
 
  
  
 
[[Category:Remote_Admin_Tricks]]
 
[[Category:Remote_Admin_Tricks]]

Revision as of 17:21, 19 August 2008

How to enable Remote Desktop on a remote computer


Step 1 - Establish a remote connection

This step is a general one. You must have a connection to the remote computer.
Possibilities include: a computer on your network, VPN, SSH tunnel and RD to another computer within the same subnet.

Step 2 - Regedit

Launch 'regedit'
Click 'File' -> 'Connect to Remote Registry'
Enter the hostname or IP address of the computer you want to enable Remote Desktop on.

Step 3 - Change Registry Keys

In the remote computers tree in regedit expand the HKLM branch.
Navigate to: HKLM\System\CurrentControlSet\Control\Terminal Server\
Change the DWord value of key 'fDenyTSConnections' from 1 to 0

Step 4 - Optional - Change the Remote Desktop Listening Port

Navigate to: HKLM\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\
Change the DWord value of key 'PortNumber' from 3389 (Decimal) to what ever port number you wish.