<?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>Rohland de Charmoy &#187; remote desktop</title>
	<atom:link href="http://www.rohland.co.za/index.php/tag/remote-desktop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rohland.co.za</link>
	<description>Pushing buttons...</description>
	<lastBuildDate>Sat, 04 Feb 2012 16:01:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Enable remote desktop remotely</title>
		<link>http://www.rohland.co.za/index.php/2009/07/18/enable-remote-desktop-remotely/</link>
		<comments>http://www.rohland.co.za/index.php/2009/07/18/enable-remote-desktop-remotely/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 07:50:18 +0000</pubDate>
		<dc:creator>Rohland</dc:creator>
				<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[remote desktop]]></category>
		<category><![CDATA[sysinternals]]></category>

		<guid isPermaLink="false">http://www.rohland.co.za/?p=46</guid>
		<description><![CDATA[So, this morning I needed to remote into one of our work stations at the office but lo and behold, remote desktop was disabled (ARGGH!). This meant one of three things, either I drive to the office to get it done, forget about the work until Monday or try update the setting remotely. Suffice to [...]]]></description>
			<content:encoded><![CDATA[<p><P>So, this morning I needed to remote into one of our work stations at the office but lo and behold, remote desktop was disabled (ARGGH!). This meant one of three things, either I drive to the office to get it done, forget about the work until Monday or try update the setting remotely. Suffice to say, I attempted option 3 first.</P></p>
<p><P>It turned out to be really easy, there are already one or two articles on the web that explain how to do this, but for the folks who don’t know (and for my future reference) I thought posting it here would be useful.</P></p>
<p><P><STRONG>Step 1 &#8211; </STRONG>Download PsExec (an awesome utility from SysInternals)</P></p>
<p><P><A href="http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx" mce_href="http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx">http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx</A></P></p>
<p><P><STRONG>Step 2 &#8211; </STRONG>Run PsExec as follows:</P></p>
<p><P style="COLOR: #004874">psexec \\REMOTE_PC_NAME _HERE cmd</P></p>
<p><P>This will open a command line session on the machine you are attempting to enable RD on. Any of the commands you execute below will be executed on the remote machine.</P></p>
<p><P><STRONG>Step 3 – </STRONG>Ensure the firewall on the remote machine lets you in</P></p>
<p><P style="COLOR: #004874">netsh firewall set service remotedesktop enable <BR>netsh firewall set service remoteadmin enable</P></p>
<p><P><STRONG>Step 4 &#8211; </STRONG>Update the terminal server registry key which controls remote desktop capability</P></p>
<p><P style="COLOR: #004874">REG ADD &#8220;HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server&#8221; /f /v fDenyTSConnections /t REG_DWORD /d 0</P></p>
<p><P>That’s it! You should be good to go.</P></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rohland.co.za/index.php/2009/07/18/enable-remote-desktop-remotely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

