Steps below demonstrate how to enable remote desktop on a remote machine.
- Start Registry Editor on your computer.
- Under File Menu select "Connect Network Registry" option.
- It will launch the "Select Computer" dialog box. Either browse Active Directory to locate the remote server, or type its name in the textbox. Click OK and a node will be displayed in Registry Editor for the remote machine.
- Now browse HKLM on remote computer registry to find the following Registry key: HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server.
- Under the Terminal Server key, search for a REG_DWORD value of name fDenyTSConnection.
- Set the value of fDenyTSConnection to 0, which will enable the remote desktop on that machine.
- To have effect of this change, restart your remote computer using command: shutdown -r -t 00 /m \\Server_name_or_IP
After the remote machine reboots, you can Remote Desktop your computer.
Note: You should have permissions to remotely modify the registry settings on your remote computer and important thing is the Remote Registry Service on your remote computer should be running.
No comments:
Post a Comment