<?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>blog.watashii &#187; shortcut</title>
	<atom:link href="http://blog.watashii.com/tag/shortcut/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.watashii.com</link>
	<description></description>
	<lastBuildDate>Wed, 02 Nov 2011 02:23:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Windows Desktop Shortcut to Activate Screensaver</title>
		<link>http://blog.watashii.com/2010/10/windows-desktop-shortcut-to-activate-screensaver/</link>
		<comments>http://blog.watashii.com/2010/10/windows-desktop-shortcut-to-activate-screensaver/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 06:59:00 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[screensaver]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=489</guid>
		<description><![CDATA[For all the power saving green freaks out there, heres how to create a handy Windows desktop shortcut to activate the screensaver immediately. Step 1 Right click on the desktop &#62; New &#62; Shortcut Step 2 In the &#8220;Type in the location of the item&#8220;, add in the following:   %SystemRoot%\system32\logon.scr /s Note this is [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2011/02/change-power-scheme-from-windows-command-prompt/' rel='bookmark' title='Permanent Link: Change Power Scheme From Windows Command Prompt'>Change Power Scheme From Windows Command Prompt</a></li>
<li><a href='http://blog.watashii.com/2009/01/windows-vista-change-sleep-button-to-shutdown-button/' rel='bookmark' title='Permanent Link: Windows Vista &#8211; Change Sleep Button to Shutdown Button'>Windows Vista &#8211; Change Sleep Button to Shutdown Button</a></li>
<li><a href='http://blog.watashii.com/2008/10/xp-themes-designed-signed-by-microsoft/' rel='bookmark' title='Permanent Link: XP Themes Designed &#038; Signed by Microsoft'>XP Themes Designed &#038; Signed by Microsoft</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.watashii.com/wp-content/uploads/2010/10/screensaver_sc.png"><img class="alignnone size-full wp-image-490" style="width: 437px; height: 217px;" title="screensaver_sc" src="http://blog.watashii.com/wp-content/uploads/2010/10/screensaver_sc.png" alt="" width="437" height="217" /></a></p>
<p>For all the power saving green freaks out there, heres how to create a handy Windows desktop shortcut to activate the screensaver immediately.</p>
<h5><span id="more-489"></span><strong>Step 1</strong></h5>
<p>Right click on the desktop &gt; <em>New </em>&gt; <em>Shortcut</em></p>
<h5><strong>Step 2</strong></h5>
<p>In the &#8220;<em>Type in the location of the item</em>&#8220;, add in the following:   <strong>%SystemRoot%\system32\logon.scr /s</strong></p>
<p>Note this is the location of the screen-saver executable file that is used during Windows user login.  You can switch to another screen-saver file of your choice (eg look for different <em>.scr</em> files under the <em>C:\windows\system32\</em> folder)</p>
<h5><strong>Step 3</strong></h5>
<p>Give it a shortcut name to complete, eg:  <strong>&#8220;Activate Screensaver&#8221;</strong></p>
<h5><strong>Step 4</strong></h5>
<p>Optionally you can change the icon of your choice:  Right click on your shortcut &gt; <em>Properties </em>&gt; <em>Change Icon&#8230;</em></p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2011/02/change-power-scheme-from-windows-command-prompt/' rel='bookmark' title='Permanent Link: Change Power Scheme From Windows Command Prompt'>Change Power Scheme From Windows Command Prompt</a></li>
<li><a href='http://blog.watashii.com/2009/01/windows-vista-change-sleep-button-to-shutdown-button/' rel='bookmark' title='Permanent Link: Windows Vista &#8211; Change Sleep Button to Shutdown Button'>Windows Vista &#8211; Change Sleep Button to Shutdown Button</a></li>
<li><a href='http://blog.watashii.com/2008/10/xp-themes-designed-signed-by-microsoft/' rel='bookmark' title='Permanent Link: XP Themes Designed &#038; Signed by Microsoft'>XP Themes Designed &#038; Signed by Microsoft</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2010/10/windows-desktop-shortcut-to-activate-screensaver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abort Windows Shutdown Using Shortcut</title>
		<link>http://blog.watashii.com/2009/05/abort-windows-shutdown-using-shortcut/</link>
		<comments>http://blog.watashii.com/2009/05/abort-windows-shutdown-using-shortcut/#comments</comments>
		<pubDate>Fri, 01 May 2009 12:41:13 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[abort]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[shutdown]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=189</guid>
		<description><![CDATA[This follows on from the previous post on how to force shutdown your Windows machine using a shortcut.  This post shows how to cancel / stop Windows from shutting down after launching the shutdown command (eg by accident). To create this shortcut, open Notepad, and add the following line of text, then save it with [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2009/03/force-shutdown-windows-xp-using-shortcut/' rel='bookmark' title='Permanent Link: Force Shutdown Windows XP Using Shortcut'>Force Shutdown Windows XP Using Shortcut</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-190" title="forceshutdown_abort" src="http://blog.watashii.com/wp-content/uploads/2009/05/forceshutdown_abort.png" alt="forceshutdown_abort" width="209" height="129" /></p>
<p>This follows on from the previous post on how to <a href="http://blog.watashii.com/2009/03/force-shutdown-windows-xp-using-shortcut/" target="_blank">force shutdown your Windows machine</a> using a shortcut.   This post shows how to cancel / stop Windows from shutting down after launching the shutdown command (eg by accident).</p>
<p>To create this shortcut, open Notepad, and add the following line of text, then save it with a<em> .bat</em> extension.  You need to hit the shortcut quickly if you want to abort in time.</p>
<p><code>shutdown.exe -a</code></p>
<p><code>Where:<br />
-a abort shutdown<br />
</code></p>
<p>[<a href="http://www.watashii.com/code/xp_shortcut/abort_shutdown.bat " target="_blank">abort_shutdown.bat</a>]  32 bytes</p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2009/03/force-shutdown-windows-xp-using-shortcut/' rel='bookmark' title='Permanent Link: Force Shutdown Windows XP Using Shortcut'>Force Shutdown Windows XP Using Shortcut</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2009/05/abort-windows-shutdown-using-shortcut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force Shutdown Windows XP Using Shortcut</title>
		<link>http://blog.watashii.com/2009/03/force-shutdown-windows-xp-using-shortcut/</link>
		<comments>http://blog.watashii.com/2009/03/force-shutdown-windows-xp-using-shortcut/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 11:35:59 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[shutdown]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=161</guid>
		<description><![CDATA[Here is a handy way to force shutdown your Windows XP machine using a shortcut.  To create this shortcut, open Notepad, and add the following line of text, then save it with a .bat extension. shutdown.exe -f -s -t 5 -c "bye" Where: -s  shutdown (use -r for restart) -f  force shutdown -t  time delay [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2009/05/abort-windows-shutdown-using-shortcut/' rel='bookmark' title='Permanent Link: Abort Windows Shutdown Using Shortcut'>Abort Windows Shutdown Using Shortcut</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-162" title="forceshutdown" src="http://blog.watashii.com/wp-content/uploads/2009/03/forceshutdown.png" alt="forceshutdown" width="208" height="131" /></p>
<p>Here is a handy way to force shutdown your Windows XP machine using a shortcut.  To create this shortcut, open Notepad, and add the following line of text, then save it with a<em> .bat</em> extension.</p>
<p><code>shutdown.exe -f -s -t 5 -c "bye"</code></p>
<p><code>Where:<br />
-s  shutdown (use -r for restart)<br />
-f  force shutdown<br />
-t  time delay (5 secs)<br />
-c  prompted comment, "bye"</code></p>
<p>[<a href="http://www.watashii.com/code/xp_shortcut/shutdown.bat " target="_blank">shutdown.bat</a>]  32 bytes</p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2009/05/abort-windows-shutdown-using-shortcut/' rel='bookmark' title='Permanent Link: Abort Windows Shutdown Using Shortcut'>Abort Windows Shutdown Using Shortcut</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2009/03/force-shutdown-windows-xp-using-shortcut/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

