Search Tools Links Login

Domain change in progress, site content is moving! See this post for more info

Enabling Remote Desktop on a Remote Machine

What if you want to use Remote Desktop on a server that's already off-site? Here's how to do it.

You can access some properties pages of System using Computer Management by first connecting the console to a remote computer, then right-clicking on the root node and selecting Properties. Unfortunately however, the Remote tab is not available when you access System properties this way on a remote machine, so you can't enable Remote Desktop on a remote machine using this approach.

But there's a workaround:

start Registry Editor on your administrator workstation and select the Connect Network Registry option under the File menu. This opens the Select Computer search 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 SRV to find the following Registry key:

HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server.

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).

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 \\servername -r

About this post

Posted: 2007-02-26
By: FortyPoundHead
Viewed: 1,758 times

Categories

General

Tip

Windows

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

Sorry. Comments are frozen for this article. If you have a question or comment that relates to this article, please post it in the appropriate forum.