<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to Enable Remote Desktop Remotely using PSEXEC</title>
	<atom:link href="http://benosullivan.co.uk/windows/how-to-enable-remote-desktop-remotely-using-psexec/feed/" rel="self" type="application/rss+xml" />
	<link>http://benosullivan.co.uk/windows/how-to-enable-remote-desktop-remotely-using-psexec/</link>
	<description></description>
	<lastBuildDate>Tue, 27 Dec 2011 11:22:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: GizMoQC</title>
		<link>http://benosullivan.co.uk/windows/how-to-enable-remote-desktop-remotely-using-psexec/comment-page-2/#comment-31167</link>
		<dc:creator>GizMoQC</dc:creator>
		<pubDate>Wed, 02 Nov 2011 20:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://benosullivan.co.uk/?p=1929#comment-31167</guid>
		<description>Thank you very much for this tutorial! 

Just totaly saved my ass there! 


Worked perfectly with windows 7 to windows 7 into a domain!

Tyvm 

GizMoQc</description>
		<content:encoded><![CDATA[<p>Thank you very much for this tutorial! </p>
<p>Just totaly saved my ass there! </p>
<p>Worked perfectly with windows 7 to windows 7 into a domain!</p>
<p>Tyvm </p>
<p>GizMoQc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paris Wells</title>
		<link>http://benosullivan.co.uk/windows/how-to-enable-remote-desktop-remotely-using-psexec/comment-page-1/#comment-30639</link>
		<dc:creator>Paris Wells</dc:creator>
		<pubDate>Tue, 25 Oct 2011 13:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://benosullivan.co.uk/?p=1929#comment-30639</guid>
		<description>Thanks very much , worked fine getting a Windows7 Box to work via RDP :D</description>
		<content:encoded><![CDATA[<p>Thanks very much , worked fine getting a Windows7 Box to work via RDP <img src='http://benosullivan.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lily28</title>
		<link>http://benosullivan.co.uk/windows/how-to-enable-remote-desktop-remotely-using-psexec/comment-page-1/#comment-15236</link>
		<dc:creator>lily28</dc:creator>
		<pubDate>Sun, 27 Feb 2011 06:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://benosullivan.co.uk/?p=1929#comment-15236</guid>
		<description>i had some trouble to use this psexec in cmd..when i enter psexec command in cmd, error message will be displayed. the error message it &quot;psexec is not recognized as an internal or external command, operable program or batch file&quot;.
what does that mean? i can&#039;t understand..</description>
		<content:encoded><![CDATA[<p>i had some trouble to use this psexec in cmd..when i enter psexec command in cmd, error message will be displayed. the error message it &#8220;psexec is not recognized as an internal or external command, operable program or batch file&#8221;.<br />
what does that mean? i can&#8217;t understand..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis Willian</title>
		<link>http://benosullivan.co.uk/windows/how-to-enable-remote-desktop-remotely-using-psexec/comment-page-1/#comment-5687</link>
		<dc:creator>Curtis Willian</dc:creator>
		<pubDate>Thu, 18 Nov 2010 08:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://benosullivan.co.uk/?p=1929#comment-5687</guid>
		<description>power tools can really save you from a lot of headache, specially  when the job is very hard &#039;`-</description>
		<content:encoded><![CDATA[<p>power tools can really save you from a lot of headache, specially  when the job is very hard &#8216;`-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bharath vn</title>
		<link>http://benosullivan.co.uk/windows/how-to-enable-remote-desktop-remotely-using-psexec/comment-page-1/#comment-4662</link>
		<dc:creator>bharath vn</dc:creator>
		<pubDate>Sat, 23 Oct 2010 16:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://benosullivan.co.uk/?p=1929#comment-4662</guid>
		<description>I’m seeing the same problem. I can get around it by using the -d argument, but that means I don’t get back the return code from the process I started remotely.

It gives the workaround, but not ideal.</description>
		<content:encoded><![CDATA[<p>I’m seeing the same problem. I can get around it by using the -d argument, but that means I don’t get back the return code from the process I started remotely.</p>
<p>It gives the workaround, but not ideal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: denis jeubeleau</title>
		<link>http://benosullivan.co.uk/windows/how-to-enable-remote-desktop-remotely-using-psexec/comment-page-1/#comment-3400</link>
		<dc:creator>denis jeubeleau</dc:creator>
		<pubDate>Thu, 09 Sep 2010 05:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://benosullivan.co.uk/?p=1929#comment-3400</guid>
		<description>If the user connection remotely is not an admin user, then you also need to add the user to the &quot;Remote Desktop Users&quot; local group.  

net localgroup &quot;Remote Desktop Users&quot; [username] /add 
Of course you need admin (or system) privileges to add someone.</description>
		<content:encoded><![CDATA[<p>If the user connection remotely is not an admin user, then you also need to add the user to the &#8220;Remote Desktop Users&#8221; local group.  </p>
<p>net localgroup &#8220;Remote Desktop Users&#8221; [username] /add<br />
Of course you need admin (or system) privileges to add someone.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

