<?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: Why does Windows take so long to shut down?</title>
	<atom:link href="http://www.vistarewired.com/2007/03/14/find-out-why-shut-down-is-so-slow/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vistarewired.com/2007/03/14/find-out-why-shut-down-is-so-slow</link>
	<description>A resource for Vista tips, tweaks, and tutorials.</description>
	<pubDate>Sat, 13 Mar 2010 13:44:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: U.K.</title>
		<link>http://www.vistarewired.com/2007/03/14/find-out-why-shut-down-is-so-slow/comment-page-1#comment-3207</link>
		<dc:creator>U.K.</dc:creator>
		<pubDate>Sun, 21 Feb 2010 17:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://vistarewired.com/?p=224#comment-3207</guid>
		<description>very good record! fixed my problem, thank you!</description>
		<content:encoded><![CDATA[<p>very good record! fixed my problem, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fastercomputernow</title>
		<link>http://www.vistarewired.com/2007/03/14/find-out-why-shut-down-is-so-slow/comment-page-1#comment-3179</link>
		<dc:creator>fastercomputernow</dc:creator>
		<pubDate>Fri, 29 Jan 2010 01:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://vistarewired.com/?p=224#comment-3179</guid>
		<description>Love your post. Computers can definitely suck sometimes! One thing that solved a lot of my heads was Faster Computer Now. Good stuff :)</description>
		<content:encoded><![CDATA[<p>Love your post. Computers can definitely suck sometimes! One thing that solved a lot of my heads was Faster Computer Now. Good stuff <img src='http://www.vistarewired.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BigJohn</title>
		<link>http://www.vistarewired.com/2007/03/14/find-out-why-shut-down-is-so-slow/comment-page-1#comment-2704</link>
		<dc:creator>BigJohn</dc:creator>
		<pubDate>Thu, 12 Mar 2009 00:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://vistarewired.com/?p=224#comment-2704</guid>
		<description>Try turning off windows defender.  Use something else for protection.  I changed because I get virus and spyware protection from my ISP.  After I turned off defender - my machine shuts down faster that XP (10 seconds).  Don't try to delete the prohram - its apparently P/O Vista.  Just turn it off. It worked for me.</description>
		<content:encoded><![CDATA[<p>Try turning off windows defender.  Use something else for protection.  I changed because I get virus and spyware protection from my ISP.  After I turned off defender - my machine shuts down faster that XP (10 seconds).  Don&#8217;t try to delete the prohram - its apparently P/O Vista.  Just turn it off. It worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Brockman</title>
		<link>http://www.vistarewired.com/2007/03/14/find-out-why-shut-down-is-so-slow/comment-page-1#comment-2580</link>
		<dc:creator>Daniel Brockman</dc:creator>
		<pubDate>Sun, 25 Jan 2009 19:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://vistarewired.com/?p=224#comment-2580</guid>
		<description>Being extremely lazy, I wanted to create a "restart" icon and a "shutdown" icon on my desktop, so I could just grunt-point-and-click and have it happen, fast. I followed Menthol's lead and created two .bat files restart.bat and shutdown.bat which I saved in C:\b\bin , my favorite programs folder. Then, in Windows Exploder, I right-button dragged and dropped each of these .bat files, one at at time, to my desktop and there created shortcuts, which appear as icons on the desktop.

Now, when I want to shut down, I doubleclick the shutdown.bat shortcut icon. When I want to restart, I doubleclick the restart.bat icon. I wouldn't call it quick, but it does happen in a minute or two, which vastly improves on my earlier experience.

Here are the contents of the two .bat files:

restart.bat:
---------------------cut here------------------------
C:\WINDOWS\System32\shutdown.exe -f -r
---------------------cut here------------------------

shutdown.bat
---------------------cut here------------------------
C:\WINDOWS\System32\shutdown.exe -f -s
---------------------cut here------------------------</description>
		<content:encoded><![CDATA[<p>Being extremely lazy, I wanted to create a &#8220;restart&#8221; icon and a &#8220;shutdown&#8221; icon on my desktop, so I could just grunt-point-and-click and have it happen, fast. I followed Menthol&#8217;s lead and created two .bat files restart.bat and shutdown.bat which I saved in C:\b\bin , my favorite programs folder. Then, in Windows Exploder, I right-button dragged and dropped each of these .bat files, one at at time, to my desktop and there created shortcuts, which appear as icons on the desktop.</p>
<p>Now, when I want to shut down, I doubleclick the shutdown.bat shortcut icon. When I want to restart, I doubleclick the restart.bat icon. I wouldn&#8217;t call it quick, but it does happen in a minute or two, which vastly improves on my earlier experience.</p>
<p>Here are the contents of the two .bat files:</p>
<p>restart.bat:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;cut here&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
C:\WINDOWS\System32\shutdown.exe -f -r<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;cut here&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>shutdown.bat<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;cut here&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
C:\WINDOWS\System32\shutdown.exe -f -s<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;cut here&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Brockman</title>
		<link>http://www.vistarewired.com/2007/03/14/find-out-why-shut-down-is-so-slow/comment-page-1#comment-2579</link>
		<dc:creator>Daniel Brockman</dc:creator>
		<pubDate>Sun, 25 Jan 2009 19:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://vistarewired.com/?p=224#comment-2579</guid>
		<description>So, maybe Vista will tell me what programs it is not shutting down quickly and how much time it spends not shutting them down. What I want to know is how to make Windows shut down right away even if Word.exe (or whatever) is still open.

The respondent Menthol offered a commandline that may shut down the machine more rapidly. That is helpful.</description>
		<content:encoded><![CDATA[<p>So, maybe Vista will tell me what programs it is not shutting down quickly and how much time it spends not shutting them down. What I want to know is how to make Windows shut down right away even if Word.exe (or whatever) is still open.</p>
<p>The respondent Menthol offered a commandline that may shut down the machine more rapidly. That is helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: powershotpro</title>
		<link>http://www.vistarewired.com/2007/03/14/find-out-why-shut-down-is-so-slow/comment-page-1#comment-2491</link>
		<dc:creator>powershotpro</dc:creator>
		<pubDate>Thu, 15 Jan 2009 09:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://vistarewired.com/?p=224#comment-2491</guid>
		<description>Ironic that mine says it is Internet Explorer, 186.4 seconds.</description>
		<content:encoded><![CDATA[<p>Ironic that mine says it is Internet Explorer, 186.4 seconds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Menthol</title>
		<link>http://www.vistarewired.com/2007/03/14/find-out-why-shut-down-is-so-slow/comment-page-1#comment-2035</link>
		<dc:creator>Menthol</dc:creator>
		<pubDate>Wed, 03 Sep 2008 22:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://vistarewired.com/?p=224#comment-2035</guid>
		<description>Another thing that may help to shut down quicker-ish, is to type in the run box [Windows + R], or into a command prompt, your choice.

shutdown -f -s

the "-f" is the force option, the "-s" is shutdown, for a restart type "-r".

It still takes a while but at least you have given the command to force the closure of running programmes!!!

Vista is Microsoft, &#38; Microsoft let the end user do all the ironing of bugs, C'est la vie.

I recently thought of a great Microsoft slogan.

"Vista, How do you cope?"

I hope this helps someone.</description>
		<content:encoded><![CDATA[<p>Another thing that may help to shut down quicker-ish, is to type in the run box [Windows + R], or into a command prompt, your choice.</p>
<p>shutdown -f -s</p>
<p>the &#8220;-f&#8221; is the force option, the &#8220;-s&#8221; is shutdown, for a restart type &#8220;-r&#8221;.</p>
<p>It still takes a while but at least you have given the command to force the closure of running programmes!!!</p>
<p>Vista is Microsoft, &amp; Microsoft let the end user do all the ironing of bugs, C&#8217;est la vie.</p>
<p>I recently thought of a great Microsoft slogan.</p>
<p>&#8220;Vista, How do you cope?&#8221;</p>
<p>I hope this helps someone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MasterxNebula</title>
		<link>http://www.vistarewired.com/2007/03/14/find-out-why-shut-down-is-so-slow/comment-page-1#comment-2007</link>
		<dc:creator>MasterxNebula</dc:creator>
		<pubDate>Sat, 23 Aug 2008 21:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://vistarewired.com/?p=224#comment-2007</guid>
		<description>Is there an other way.....</description>
		<content:encoded><![CDATA[<p>Is there an other way&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: my pc is slow tp shut down</title>
		<link>http://www.vistarewired.com/2007/03/14/find-out-why-shut-down-is-so-slow/comment-page-1#comment-1943</link>
		<dc:creator>my pc is slow tp shut down</dc:creator>
		<pubDate>Tue, 29 Jul 2008 08:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://vistarewired.com/?p=224#comment-1943</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Menthol</title>
		<link>http://www.vistarewired.com/2007/03/14/find-out-why-shut-down-is-so-slow/comment-page-1#comment-1818</link>
		<dc:creator>Menthol</dc:creator>
		<pubDate>Tue, 15 Jul 2008 22:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://vistarewired.com/?p=224#comment-1818</guid>
		<description>I find everything that Vista told me was a problem, one not to be a problem. &#38; secondly one of the programes I don't even use anymore...It's been long deleted...? 

It seems pointless, ish...</description>
		<content:encoded><![CDATA[<p>I find everything that Vista told me was a problem, one not to be a problem. &amp; secondly one of the programes I don&#8217;t even use anymore&#8230;It&#8217;s been long deleted&#8230;? </p>
<p>It seems pointless, ish&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
