<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: How to abort system shutdown</title>
	<atom:link href="http://www.technospot.net/blogs/how-to-abort-system-shutdown/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technospot.net/blogs/how-to-abort-system-shutdown/</link>
	<description>Teaching How to use PC, Mobile and Internet the Right Way</description>
	<lastBuildDate>Tue, 24 Nov 2009 02:07:23 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: DOS_equis</title>
		<link>http://www.technospot.net/blogs/how-to-abort-system-shutdown/#comment-5117</link>
		<dc:creator>DOS_equis</dc:creator>
		<pubDate>Wed, 21 Oct 2009 23:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.technospot.net/blogs/?p=1447#comment-5117</guid>
		<description>Hello, I was wondering if there was a way to type a Y for &quot;yes&quot; to initiate a shutdown abort without having to get into the command prompt? I made a small batch file that I have task scheduler run to automate the checkdisk utility. I did it by using the following code:

@echo off
fsutil dirty set c:
shutdown -r -t 300 -c &quot;This automatic shutdown is scheduled to run the Checkdisk utility. Please wait...&quot; -f

This just runs the checkdisk (after a 5 minute delay)that you would get if you lost power or turned off your PC without using windows shut off GUI. It marks the disk as &quot;dirty&quot; and tells windows to check it for errors. I would prefer to have the &quot;yes&quot; input show up in the countdown message window or in another nearby window. I&#039;m a beginner at using command line stuff but wanted to add an easy way to abort the shutdown if it pops up while i&#039;m in the middle of something. Is there a way to do this or is the only way by opening up a command line window? Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hello, I was wondering if there was a way to type a Y for &#8220;yes&#8221; to initiate a shutdown abort without having to get into the command prompt? I made a small batch file that I have task scheduler run to automate the checkdisk utility. I did it by using the following code:</p>
<p>@echo off<br />
fsutil dirty set c:<br />
shutdown -r -t 300 -c &#8220;This automatic shutdown is scheduled to run the Checkdisk utility. Please wait&#8230;&#8221; -f</p>
<p>This just runs the checkdisk (after a 5 minute delay)that you would get if you lost power or turned off your PC without using windows shut off GUI. It marks the disk as &#8220;dirty&#8221; and tells windows to check it for errors. I would prefer to have the &#8220;yes&#8221; input show up in the countdown message window or in another nearby window. I&#8217;m a beginner at using command line stuff but wanted to add an easy way to abort the shutdown if it pops up while i&#8217;m in the middle of something. Is there a way to do this or is the only way by opening up a command line window? Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ash</title>
		<link>http://www.technospot.net/blogs/how-to-abort-system-shutdown/#comment-4715</link>
		<dc:creator>Ash</dc:creator>
		<pubDate>Mon, 14 Sep 2009 13:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.technospot.net/blogs/?p=1447#comment-4715</guid>
		<description>Can u only make a shutdown virus? Can u make other interesting ones as well?? But not to hard ones? Thanks</description>
		<content:encoded><![CDATA[<p>Can u only make a shutdown virus? Can u make other interesting ones as well?? But not to hard ones? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish Mohta</title>
		<link>http://www.technospot.net/blogs/how-to-abort-system-shutdown/#comment-4541</link>
		<dc:creator>Ashish Mohta</dc:creator>
		<pubDate>Sun, 30 Aug 2009 02:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.technospot.net/blogs/?p=1447#comment-4541</guid>
		<description>@philiouse : I would strongly suggest you to boot into Safe Mode. Press F8 as soon as you hit the power on button. You would see the option of safe mode there. 

Once you login into safe mode delete the files and do the Scan.  ALso if you do have any restore point try that.</description>
		<content:encoded><![CDATA[<p>@philiouse : I would strongly suggest you to boot into Safe Mode. Press F8 as soon as you hit the power on button. You would see the option of safe mode there. </p>
<p>Once you login into safe mode delete the files and do the Scan.  ALso if you do have any restore point try that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philiouse</title>
		<link>http://www.technospot.net/blogs/how-to-abort-system-shutdown/#comment-4538</link>
		<dc:creator>philiouse</dc:creator>
		<pubDate>Sat, 29 Aug 2009 19:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.technospot.net/blogs/?p=1447#comment-4538</guid>
		<description>SOMEBODY HELP ME PLEASE!!! my dell laptop is infected with a virus that causes to shut down 3 min after turning my computer on. I know I have to delete some files and run an antivieus but 3 min is never enough time to do all that in. HOW DO I STOP WINDOWS FROM SHUTTING DOWN (there&#039;s no count-down just a blue screen informing me that windows had to shut down)</description>
		<content:encoded><![CDATA[<p>SOMEBODY HELP ME PLEASE!!! my dell laptop is infected with a virus that causes to shut down 3 min after turning my computer on. I know I have to delete some files and run an antivieus but 3 min is never enough time to do all that in. HOW DO I STOP WINDOWS FROM SHUTTING DOWN (there&#8217;s no count-down just a blue screen informing me that windows had to shut down)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishav</title>
		<link>http://www.technospot.net/blogs/how-to-abort-system-shutdown/#comment-4166</link>
		<dc:creator>Vishav</dc:creator>
		<pubDate>Tue, 04 Aug 2009 10:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.technospot.net/blogs/?p=1447#comment-4166</guid>
		<description>thanks</description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish Mohta</title>
		<link>http://www.technospot.net/blogs/how-to-abort-system-shutdown/#comment-3811</link>
		<dc:creator>Ashish Mohta</dc:creator>
		<pubDate>Sat, 11 Jul 2009 06:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.technospot.net/blogs/?p=1447#comment-3811</guid>
		<description>@Abdul: Its possible that the driver is messing up with the system and OS starts shutting down. I would recommend to you to get the right driver</description>
		<content:encoded><![CDATA[<p>@Abdul: Its possible that the driver is messing up with the system and OS starts shutting down. I would recommend to you to get the right driver</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul</title>
		<link>http://www.technospot.net/blogs/how-to-abort-system-shutdown/#comment-3675</link>
		<dc:creator>Abdul</dc:creator>
		<pubDate>Thu, 02 Jul 2009 08:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.technospot.net/blogs/?p=1447#comment-3675</guid>
		<description>I was using Cable Internet (CMTS) service earlier and recently shifted to ADSL. My system did&#039;nt have LAN driver, so installed it from HP website (mine is a HP desktop). Every since then my system is automatical shutting down every 5 minutes showing above message, what you have written in the article (shutdown was initiated by NT AUTHORITY\SYSTEM). Is it because of LAN drivers or ADSL interner? and what is the permanent solution for this.</description>
		<content:encoded><![CDATA[<p>I was using Cable Internet (CMTS) service earlier and recently shifted to ADSL. My system did&#8217;nt have LAN driver, so installed it from HP website (mine is a HP desktop). Every since then my system is automatical shutting down every 5 minutes showing above message, what you have written in the article (shutdown was initiated by NT AUTHORITY\SYSTEM). Is it because of LAN drivers or ADSL interner? and what is the permanent solution for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: proton</title>
		<link>http://www.technospot.net/blogs/how-to-abort-system-shutdown/#comment-3219</link>
		<dc:creator>proton</dc:creator>
		<pubDate>Wed, 13 May 2009 23:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.technospot.net/blogs/?p=1447#comment-3219</guid>
		<description>yes, i got this problem everytime i login.
i think the only solution is to reformat.</description>
		<content:encoded><![CDATA[<p>yes, i got this problem everytime i login.<br />
i think the only solution is to reformat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish Mohta</title>
		<link>http://www.technospot.net/blogs/how-to-abort-system-shutdown/#comment-3155</link>
		<dc:creator>Ashish Mohta</dc:creator>
		<pubDate>Fri, 08 May 2009 02:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.technospot.net/blogs/?p=1447#comment-3155</guid>
		<description>@phawzie are you a admin user ?</description>
		<content:encoded><![CDATA[<p>@phawzie are you a admin user ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phawzie</title>
		<link>http://www.technospot.net/blogs/how-to-abort-system-shutdown/#comment-3154</link>
		<dc:creator>phawzie</dc:creator>
		<pubDate>Fri, 08 May 2009 02:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.technospot.net/blogs/?p=1447#comment-3154</guid>
		<description>hi, im also getting the same problem but i think mine is a bit different..... i only receive the error &quot;system shutdown&quot; when my desktop clock start to alarm, but it doesn&#039;t shutdown my computer.... the problem is the error message cant be close or minimize even if i end the process into task manager, in the application tab it appears 2 system shutdown is running......pliz help, this system shutdown windows really worries me....TNX :(</description>
		<content:encoded><![CDATA[<p>hi, im also getting the same problem but i think mine is a bit different&#8230;.. i only receive the error &#8220;system shutdown&#8221; when my desktop clock start to alarm, but it doesn&#8217;t shutdown my computer&#8230;. the problem is the error message cant be close or minimize even if i end the process into task manager, in the application tab it appears 2 system shutdown is running&#8230;&#8230;pliz help, this system shutdown windows really worries me&#8230;.TNX <img src='http://www.technospot.net/blogs/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
