HOW TO enable remote desktop remotely

By Rafi Ahmed On October 12, 2008 · Filed Under HOW TO, Microsoft, Operating Systems 

One of the annoying situations is when you know that the Windows is up and running but you cannot make a remote desktop connection because it is disabled by default.I have been doing a project recently and was into the same situation untill i found a backdoor method to enable remote desktop via registry.

  1. Open your local machines registry by using regedit command in run.
  2. Click on File > Select Connect Network Registry.
  3. In the Select Computer tab put the name of the server or workstation you wish to connect or search in the network by selecting advanced tab.
  4. In the remote machines register goto > HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server.
  5. After you select the Terminal Server key on the right pane you’ll find a REG_DWORD value named fDenyTSConnection. Double click onĀ fDenyTSConnection value to open the Edit DWORD Value box and change the value data from 1 (Remote Desktop disabled) to 0 (Remote Desktop enabled).
  6. Close the registry
  7. Restart the remote machine by using shutdown -m \\servername -r command.
  8. Now you are ready to make a remote connection.

Last 5 posts by Rafi Ahmed

Comments

Leave a Reply