<?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>Technology &#124; Security &#124; Software &#124; + More &#187; Windows XP</title>
	<atom:link href="http://www.upcomingtechs.com/tag/windows-xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.upcomingtechs.com</link>
	<description>- Unleash resources related to games, giveaways, freebies, tweaks, wordpress and technology news of all sort.</description>
	<lastBuildDate>Fri, 23 Jul 2010 09:48:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=5542</generator>
		<item>
		<title>Using the Auto Shutdown Feature In Windows XP </title>
		<link>http://www.upcomingtechs.com/2008/12/using-the-auto-shutdown-feature-in-windows-xp/</link>
		<comments>http://www.upcomingtechs.com/2008/12/using-the-auto-shutdown-feature-in-windows-xp/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 16:50:07 +0000</pubDate>
		<dc:creator>Raj Agrawal</dc:creator>
				<category><![CDATA[Tips n Tweaks]]></category>
		<category><![CDATA[Auto Shutdown]]></category>
		<category><![CDATA[Shutdown scheduleing]]></category>
		<category><![CDATA[shutdown shortcut]]></category>
		<category><![CDATA[task scheduler]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.upcomingtechs.com/?p=779</guid>
		<description><![CDATA[<img src="http://i302.photobucket.com/albums/nn119/upcomingtechs/windows_xp_logo.jpg" alt="" width="270" height="190" />
This Auto Shutdown feature is among the most "under rated" features of Windows XP, probably because it's not famous. There are applications dedicated to perform this function but, why increase the registry entries when you have a much better alternative?

<span style="text-decoration: underline;">1st Way:</span>

Create a new shortcut,  Right Click Menu >> New >> shortcuts

In the "Type the location of the shortcut" type, shutdown -s -t


Related posts:<ol><li><a href='http://www.upcomingtechs.com/2008/11/increasing-the-ram-speed-windows-xp-style/' rel='bookmark' title='Permanent Link: Optimizing The RAM Speed Windows XP Style '>Optimizing The RAM Speed Windows XP Style </a></li>
<li><a href='http://www.upcomingtechs.com/2008/12/unmasking-the-hidden-potential-of-windows-xp/' rel='bookmark' title='Permanent Link: Unmasking the &#8220;hidden potential&#8221; of Windows XP '>Unmasking the &#8220;hidden potential&#8221; of Windows XP </a></li>
<li><a href='http://www.upcomingtechs.com/2009/11/installing-old-hardware-drivers-on-windows-7/' rel='bookmark' title='Permanent Link: Installing &#8220;Old Hardware&#8221; Drivers On Windows 7 '>Installing &#8220;Old Hardware&#8221; Drivers On Windows 7 </a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://i302.photobucket.com/albums/nn119/upcomingtechs/windows_xp_logo.jpg" alt="" width="270" height="190" /><br />
This Auto Shutdown feature is among the most &#8220;under rated&#8221; features of Windows XP, probably because it&#8217;s not famous. There are applications dedicated to perform this function but, why increase the registry entries when you have a much better alternative?</p>
<p><strong><span style="text-decoration: underline;">1st Way:</span></strong></p>
<p>Create a new shortcut, <strong> Right Click Menu &gt;&gt; New &gt;&gt; shortcuts</strong></p>
<p>In the &#8220;Type the location of the shortcut&#8221; type, <strong>shutdown -s -t 3600</strong></p>
<p>Note: 3600 are the amount of seconds before your computer shuts down. So , 60secs*60mins=3600secs</p>
<p>Click next,</p>
<p>Name the new shortcut anything you prefer,</p>
<p>And you are done with the shortcut.</p>
<p>To abort the shutdown timer</p>
<p>Create another shortcut,</p>
<p>In the &#8220;Type the location of the shortcut&#8221; type  <strong>shutdown -a</strong></p>
<p>And you are done.</p>
<p><strong><span style="text-decoration: underline;">2nd Way:</span></strong></p>
<p>Here is another way to Auto shutdown. For example you wish to shutdown at 01:22am. Type this in</p>
<p>Start Menu &gt;&gt;<strong> Run</strong></p>
<p>Type&gt;&gt; <strong>at 01:22 shutdown -s</strong></p>
<p>To abort,</p>
<p>start &gt;&gt; <strong>Run</strong></p>
<p>Type &gt;&gt; <strong>shutdown -a</strong></p>
<p>Note: The time format is 24hr,if you want to Auto Shutdown at 7:30pm, you should type</p>
<p><strong>&#8220;at 19:30 shutdown -s&#8221;</strong> in the run command box, without the quotes.</p>
<p><strong><span style="text-decoration: underline;">3rd Way</span></strong>: <span style="text-decoration: underline;"><strong>(Creating a batch file)</strong></span></p>
<p>Open Notepad,</p>
<p>Type in the following code as it is:</p>
<p><strong>@echo off</strong></p>
<p><strong>title Scheduled Shutdown Batch Example at www.upcomingtechs.com</strong></p>
<p><strong>color A</strong></p>
<p><strong>echo Enter Time To Shutdown (example 19:30)</strong></p>
<p><strong>set /p stime=</strong></p>
<p><strong>cls</strong></p>
<p><strong>at %stime% &#8220;&#8221;shutdown -s -t 00&#8243;&#8221; &gt;nul</strong></p>
<p><strong>echo Your PC Will Auto Shutdown At %stime%</strong></p>
<p><strong>echo Press Any Key To Exit</strong></p>
<p><strong>pause &gt;nul</strong></p>
<p><strong>exit</strong></p>
<p>Save it,</p>
<p>Rename the new file <strong>from *.txt to *.bat,</strong></p>
<p>And you are done with the Auto Shutdown Batch file.</p>
<p>Note: Task Schedular Service must be running in the background in order for the batch method to work.</p>
 

<p>Related posts:<ol><li><a href='http://www.upcomingtechs.com/2008/11/increasing-the-ram-speed-windows-xp-style/' rel='bookmark' title='Permanent Link: Optimizing The RAM Speed Windows XP Style '>Optimizing The RAM Speed Windows XP Style </a></li>
<li><a href='http://www.upcomingtechs.com/2008/12/unmasking-the-hidden-potential-of-windows-xp/' rel='bookmark' title='Permanent Link: Unmasking the &#8220;hidden potential&#8221; of Windows XP '>Unmasking the &#8220;hidden potential&#8221; of Windows XP </a></li>
<li><a href='http://www.upcomingtechs.com/2009/11/installing-old-hardware-drivers-on-windows-7/' rel='bookmark' title='Permanent Link: Installing &#8220;Old Hardware&#8221; Drivers On Windows 7 '>Installing &#8220;Old Hardware&#8221; Drivers On Windows 7 </a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.upcomingtechs.com/2008/12/using-the-auto-shutdown-feature-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
