Remotely Enabled Remote Desktop
If there is a computer in your network and you are not able to make a remote connection with it because remote connectivity has been disabled. To connect that computer remotely do the following:
1) Start Registry Editor by Start -- Run -- regedit -- OK. Then select the Connect Network Registry option under the File menu.
2) This opens the Select Computer search box. Either browse Active Directory to locate the remote server, or type its name in the textbox.
3) Click OK and a node will be displayed in Registry Editor for the remote machine.
4) Now browse HKLM on SRV to find the following Registry key.
HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server
5) Under the Terminal Server key, you'll find a REG_DWORD value named fDenyTSConnection. Double- click on that value to open the Edit DWORD Value box and change the value data from 1 (Remote Desktop disabled) to 0 (Remote Desktop enabled),
6) The remote machine needs to be rebooted for the change to take effect, so open a command prompt and type the following command:
shutdown -m \\computer name -r
7) After the remote machine reboots, Remote Desktop should be enabled on it. Connect remotely..
0 comments:
Post a Comment