<?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: Reboot or Shutdown from Remote Desktop Connection</title>
	<atom:link href="http://www.techspot.com/blog/114/reboot-or-shutdown-from-remote-desktop-connection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techspot.com/blog/114/reboot-or-shutdown-from-remote-desktop-connection/</link>
	<description>Technology news and commentary by the TechSpot.com staff</description>
	<lastBuildDate>Mon, 23 Nov 2009 13:42:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: remote desktop software</title>
		<link>http://www.techspot.com/blog/114/reboot-or-shutdown-from-remote-desktop-connection/comment-page-1/#comment-43172</link>
		<dc:creator>remote desktop software</dc:creator>
		<pubDate>Thu, 29 Oct 2009 15:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.techspot.com/blog/114/reboot-or-shutdown-from-remote-desktop-connection/#comment-43172</guid>
		<description>I have never been faced with a problem when trying to shutdown from a remote desktop.  I have been using Windows 7 as well.  Hopefully I am never faced with this issue, because not being able to control my other desktop remotely would be very annoying.</description>
		<content:encoded><![CDATA[<p>I have never been faced with a problem when trying to shutdown from a remote desktop.  I have been using Windows 7 as well.  Hopefully I am never faced with this issue, because not being able to control my other desktop remotely would be very annoying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Crane</title>
		<link>http://www.techspot.com/blog/114/reboot-or-shutdown-from-remote-desktop-connection/comment-page-1/#comment-42730</link>
		<dc:creator>Ian Crane</dc:creator>
		<pubDate>Wed, 20 May 2009 01:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.techspot.com/blog/114/reboot-or-shutdown-from-remote-desktop-connection/#comment-42730</guid>
		<description>Yes, I have since encountered remote desktops where I couldn&#039;t use the task bar trick.  I&#039;ve resigned myself to memorizing the shutdown command.  I was impressed when doing this on a remote desktop connection to a Vista Business machine because it implemented a one-minute delay, which gave me time to log out gracefully.  That was a nice touch.

The batch file approach is nice if you only work with a few known machines.  I&#039;m all over the place, so the fastest method for me is to memorize the command prompt text.  I admit that I resent having to give up space in my brain for that information.  There&#039;s only so much I can retain and the darn thing&#039;s been full for years now.

&quot;There is not enough avaialable free space for brain defragmenter to run effectively...&quot;</description>
		<content:encoded><![CDATA[<p>Yes, I have since encountered remote desktops where I couldn&#8217;t use the task bar trick.  I&#8217;ve resigned myself to memorizing the shutdown command.  I was impressed when doing this on a remote desktop connection to a Vista Business machine because it implemented a one-minute delay, which gave me time to log out gracefully.  That was a nice touch.</p>
<p>The batch file approach is nice if you only work with a few known machines.  I&#8217;m all over the place, so the fastest method for me is to memorize the command prompt text.  I admit that I resent having to give up space in my brain for that information.  There&#8217;s only so much I can retain and the darn thing&#8217;s been full for years now.</p>
<p>&#8220;There is not enough avaialable free space for brain defragmenter to run effectively&#8230;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheWorld</title>
		<link>http://www.techspot.com/blog/114/reboot-or-shutdown-from-remote-desktop-connection/comment-page-1/#comment-42729</link>
		<dc:creator>TheWorld</dc:creator>
		<pubDate>Tue, 19 May 2009 21:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.techspot.com/blog/114/reboot-or-shutdown-from-remote-desktop-connection/#comment-42729</guid>
		<description>The easiest way is to create yourself a good old fashion DOS file called a batch file. Here is how you do it. 

Steps
1)Open notepad
2)type in the desired command shown below
3)Use &#039;save as&#039; to save the file with a .bat extension. Example: Reboot.bat 
(Some versions of notepad will require that you change the &#039;save as type&#039; to all files to save it with this extension.
4)Thats it!

Commands:
shutdown -f        Shutdown
shutdown -r -f     Reboot
shutdown -i -f     GUI Change
shutdown -l -f     Logout

Good Luck!

M</description>
		<content:encoded><![CDATA[<p>The easiest way is to create yourself a good old fashion DOS file called a batch file. Here is how you do it. </p>
<p>Steps<br />
1)Open notepad<br />
2)type in the desired command shown below<br />
3)Use &#8217;save as&#8217; to save the file with a .bat extension. Example: Reboot.bat<br />
(Some versions of notepad will require that you change the &#8217;save as type&#8217; to all files to save it with this extension.<br />
4)Thats it!</p>
<p>Commands:<br />
shutdown -f        Shutdown<br />
shutdown -r -f     Reboot<br />
shutdown -i -f     GUI Change<br />
shutdown -l -f     Logout</p>
<p>Good Luck!</p>
<p>M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheWorld</title>
		<link>http://www.techspot.com/blog/114/reboot-or-shutdown-from-remote-desktop-connection/comment-page-1/#comment-42728</link>
		<dc:creator>TheWorld</dc:creator>
		<pubDate>Tue, 19 May 2009 21:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.techspot.com/blog/114/reboot-or-shutdown-from-remote-desktop-connection/#comment-42728</guid>
		<description>Ian, nice trick, but not possible on some versions of Vista or 7.</description>
		<content:encoded><![CDATA[<p>Ian, nice trick, but not possible on some versions of Vista or 7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Crane</title>
		<link>http://www.techspot.com/blog/114/reboot-or-shutdown-from-remote-desktop-connection/comment-page-1/#comment-42555</link>
		<dc:creator>Ian Crane</dc:creator>
		<pubDate>Wed, 11 Mar 2009 22:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.techspot.com/blog/114/reboot-or-shutdown-from-remote-desktop-connection/#comment-42555</guid>
		<description>Here&#039;s a simple method:  Right-click the task bar and select Task Manager from the popup menu.  On the main menu, click Shut Down / Restart or whatever you want.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a simple method:  Right-click the task bar and select Task Manager from the popup menu.  On the main menu, click Shut Down / Restart or whatever you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StrAngel</title>
		<link>http://www.techspot.com/blog/114/reboot-or-shutdown-from-remote-desktop-connection/comment-page-1/#comment-37387</link>
		<dc:creator>StrAngel</dc:creator>
		<pubDate>Sun, 04 May 2008 00:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.techspot.com/blog/114/reboot-or-shutdown-from-remote-desktop-connection/#comment-37387</guid>
		<description>Hi!

A friend of mine (nickname SurZer) made this Java app for me.
Downloadable here:
http://www.banankassen.com/rdcshutdown.jar

You need to have the Java Runtime Environment installed in order to make the app work on a XP machine. Search for &quot;java runtime environment&quot; on Google and you will find some links from where you can download JRE. After that, the previous mentioned app that my friend made ill work.

Njoy :)</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>A friend of mine (nickname SurZer) made this Java app for me.<br />
Downloadable here:<br />
<a href="http://www.banankassen.com/rdcshutdown.jar" rel="nofollow">http://www.banankassen.com/rdcshutdown.jar</a></p>
<p>You need to have the Java Runtime Environment installed in order to make the app work on a XP machine. Search for &#8220;java runtime environment&#8221; on Google and you will find some links from where you can download JRE. After that, the previous mentioned app that my friend made ill work.</p>
<p>Njoy :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OzzieH</title>
		<link>http://www.techspot.com/blog/114/reboot-or-shutdown-from-remote-desktop-connection/comment-page-1/#comment-31276</link>
		<dc:creator>OzzieH</dc:creator>
		<pubDate>Sun, 17 Feb 2008 03:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.techspot.com/blog/114/reboot-or-shutdown-from-remote-desktop-connection/#comment-31276</guid>
		<description>I don&#039;t recall where I recently read this, but you can try Ctrl+Shift+Esc to get the Task Manager on the remote machine. It worked for me! Another way is to use the remote &quot;Run&quot; box, from the Start menu, and type &#039;taskmgr.exe&#039; (without quotes, of course). For some reason, I&#039;ve found it works more reliably with the &#039;.exe&#039; on the end, but, theoretically, it should work without it.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t recall where I recently read this, but you can try Ctrl+Shift+Esc to get the Task Manager on the remote machine. It worked for me! Another way is to use the remote &#8220;Run&#8221; box, from the Start menu, and type &#8216;taskmgr.exe&#8217; (without quotes, of course). For some reason, I&#8217;ve found it works more reliably with the &#8216;.exe&#8217; on the end, but, theoretically, it should work without it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
