<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Systech Solutions LTD. &#187; Remote Desktop</title>
	<atom:link href="http://www.systechsolutions.info/blog/tag/remote-desktop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.systechsolutions.info/blog</link>
	<description>Making the most out of your technology.</description>
	<lastBuildDate>Wed, 21 Oct 2009 13:44:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Windows Server Hacks: Remotely Enable Remote Desktop</title>
		<link>http://www.systechsolutions.info/blog/2008/11/windows-server-hacks-remotely-enable-remote-desktop/</link>
		<comments>http://www.systechsolutions.info/blog/2008/11/windows-server-hacks-remotely-enable-remote-desktop/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 04:21:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Administration and hacks]]></category>
		<category><![CDATA[Remote Desktop]]></category>

		<guid isPermaLink="false">http://www.systechsolutions.info/?p=101</guid>
		<description><![CDATA[






Windows Server Hacks: Remotely Enable Remote Desktop
by Mitch Tulloch, author of Windows Server Hacks
05/04/2004


]]></description>
			<content:encoded><![CDATA[<p><!-- begin  print-discuss-del.icio.us options --></p>
<p style="margin: 0px 10px 0px 6px">
<p style="float: right; width: 170px"><!-- <csif perl="(($RECORD{'id_subject'} eq '3') || #($RECORD{'id_subject'} eq '7') || ($RECORD{'id_subject'} eq #'14') || ($RECORD{'id_subject'} eq '8') || #($RECORD{'id_subject'} eq '22') || ($RECORD{'id_subject'} eq #'19') || ($RECORD{'id_subject'} eq '17') || #($RECORD{'id_subject'} eq '62'))"><a class="intellitxt" #href="http://www.oreillynet.com/pub/a/general/intellitxt.html">What #are those green links?</a> </csif> &#8211;></p>
<p><!-- end  print-discuss-del.icio.us options --><!-- content here --><span id="intelliTxt"><!--CS_PAGE_BREAK--></p>
<table border="0" width="75%" cellPadding="2" cellSpacing="0">
<tr>
<td vAlign="top"><a href="http://www.oreilly.com/catalog/winsvrhks/"><img border="0" vspace="8" width="82" src="http://www.windowsdevcenter.com/images/icons/winsvrhks_squeegee.gif" hspace="8" alt="Windows Server Hacks" height="90" /></a></td>
<td vAlign="top">
<h2>Windows Server Hacks: Remotely Enable Remote Desktop</h2>
<p>by <a href="http://www.windowsdevcenter.com/pub/au/438">Mitch Tulloch</a>, author of <a href="http://www.oreilly.com/catalog/winsvrhks/">Windows Server Hacks</a><br />
05/04/2004</td>
</tr>
</table>
<p><!-- sidebar begins --><!-- don't move sidebars --><!-- sidebar ends -->Remote Desktop is a cool feature of Windows Server 2003 that lets you remotely log on to and work at a machine as if you were seated at the local console (in Windows 2000 Advanced Server, this feature was called Terminal Services in Remote Administration Mode). Remote Desktop can be a lifesaver for fixing problems on servers at remote sites, but what if you forgot to enable the feature before you shipped the server out to Kalamazoo? Enabling Remote Desktop is easy if the server is in front of you: just log on as an administrator, open System in Control Panel, select the Remote tab, and under Remote Desktop select the checkbox labeled &#8220;Allow users to connect remotely to this computer.&#8221; Unfortunately, you can&#8217;t use the System utility to enable Remote Desktop on a remote machine, though 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, as you can see in Figure 1 below, the Remote tab is not available when you access System properties this way on a remote machine (here named SRV220).</p>
<p><img width="410" src="http://www.windowsdevcenter.com/windows/2004/05/04/graphics/figure1.gif" alt="Figure 1" height="461" /><br />
<em>Figure 1. System properties for a remote machine does not have Remote tab.</em></p>
<p>Fortunately, there&#8217;s a workaround. Sit down at your desk and log on to your Windows XP workstation using your administrator credentials and start Registry Editor by Start &#8211;&gt; Run &#8211;&gt; regedit &#8211;&gt; OK. Then select the Connect Network Registry option under the File menu (Figure 2).</p>
<p><img width="538" src="http://www.windowsdevcenter.com/windows/2004/05/04/graphics/figure2.gif" alt="Figure 2" height="296" /><br />
<em>Figure 2. Connecting to the Registry on a remote machine. </em></p>
<p>This opens the Select Computer search box. Either browse Active Directory to locate the remote server, or type its name in the textbox (Figure 3).</p>
<p><img width="463" src="http://www.windowsdevcenter.com/windows/2004/05/04/graphics/figure3.gif" alt="Figure 3" height="246" /><br />
<em>Figure 3. Connecting to the Registry on a remote server named SRV220.</em></p>
<p>Click OK and a node will be displayed in Registry Editor for the remote machine (Figure 4).</p>
<p><img width="538" src="http://www.windowsdevcenter.com/windows/2004/05/04/graphics/figure4.gif" alt="Figure 4" height="296" /><br />
<em>Figure 4. HKLM and HKU hives on SRV220. </em></p>
<p>Now browse <code><font color="#003366">HKLM</font></code> on SRV to find the following Registry key (Figure 5).</p>
<pre><code><font color="#003366">HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server</font></code></pre>
<p><font color="#003366"><img width="538" src="http://www.windowsdevcenter.com/windows/2004/05/04/graphics/figure5.gif" alt="Figure 5" height="374" /><br />
</font><em>Figure 5. Registry key for Terminal Server on remote machine.</em></p>
<p>Under the Terminal Server key, you&#8217;ll find a <code><font color="#003366">REG_DWORD</font></code> value named <code><font color="#003366">fDenyTSConnection</font></code>. Double-click on that value to open the <code><font color="#003366">Edit DWORD</font></code> Value box and change the value data from 1 (Remote Desktop disabled) to 0 (Remote Desktop enabled), as in Figure 6 below.</p>
<p><img width="324" src="http://www.windowsdevcenter.com/windows/2004/05/04/graphics/figure6.gif" alt="Figure 6" height="192" /><br />
<em>Figure 6. Set <code><font color="#003366">fDenyTSConnections</font></code> to 0 to enable Remote Desktop on SRV220.</em></p>
<p>The remote machine needs to be rebooted for the change to take effect, so open a command prompt and type the following command:</p>
<pre><code><font color="#003366">shutdown -m \\srv220 -r</font></code></pre>
<p>After the remote machine reboots, Remote Desktop should be enabled on it. To test this from your workstation, open Start &#8211;&gt; All Programs &#8211;&gt; Accessories &#8211;&gt; Communications &#8211;&gt; Remote Desktop Connection, enter the name of the remote server in the Remote Desktop Connection logon box, supply your administrator password when prompted, and you&#8217;re in.</p>
<p><em><a href="http://www.windowsdevcenter.com/pub/au/438">Mitch Tulloch</a> is the author of <a href="http://www.oreilly.com/catalog/win2000nut/index.html">Windows 2000 Administration in a Nutshell</a>, <a href="http://www.oreilly.com/catalog/winsvrian/index.html">Windows Server 2003 in a Nutshell</a>, and <a href="http://www.oreilly.com/catalog/winsvrhks/index.html">Windows Server Hacks</a>. </em></p>
<p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systechsolutions.info/blog/2008/11/windows-server-hacks-remotely-enable-remote-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
