<?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; windows</title>
	<atom:link href="http://blog.watashii.com/tag/windows/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>Change Power Scheme From Windows Command Prompt</title>
		<link>http://blog.watashii.com/2011/02/change-power-scheme-from-windows-command-prompt/</link>
		<comments>http://blog.watashii.com/2011/02/change-power-scheme-from-windows-command-prompt/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 10:16:53 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=544</guid>
		<description><![CDATA[If you have a laptop, Windows provides different power schemes that you can switch (or create your own) for power management.  You can switch your power scheme the same way using the command prompt using the powercfg utility. To list all the available power schemes, open the Windows command prompt and run powercfg /list C:\Users\Watashii&#62;powercfg [...]


Related Posts:<ol><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/2010/10/windows-desktop-shortcut-to-activate-screensaver/' rel='bookmark' title='Permanent Link: Windows Desktop Shortcut to Activate Screensaver'>Windows Desktop Shortcut to Activate Screensaver</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.watashii.com/wp-content/uploads/2011/02/powerscheme.png"><img class="alignnone size-full wp-image-545" title="powerscheme" src="http://blog.watashii.com/wp-content/uploads/2011/02/powerscheme.png" alt="" width="227" height="242" /></a></p>
<p>If you have a laptop, Windows provides different power schemes that you can switch (or create your own) for power management.  You can switch your power scheme the same way using the command prompt using the powercfg utility.</p>
<p>To list all the available power schemes, open the Windows command prompt and run powercfg /list</p>
<pre><code>C:\Users\Watashii&gt;powercfg /list

Existing Power Schemes (* Active)
-----------------------------------
Power Scheme GUID: 381b4222-f694-41f0-9685-ff5bb260df2e  (Balanced)
Power Scheme GUID: 49ef8fc0-bb7f-488e-b6a0-f1fc77ec649b  (Dell Recommended) *
Power Scheme GUID: 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c  (High performance)
Power Scheme GUID: a1841308-3541-4fab-bc81-f71556f20b4a  (Power saver)</code></pre>
<p>To change your power scheme (to Power Saver for example), run powercfg /setactive</p>
<pre><code>powercfg /setactive a1841308-3541-4fab-bc81-f71556f20b4a</code></pre>
<p>Tip: You can also put the above command inside a batch (.bat) file and run this conveniently like a shortcut.</p>


<p>Related Posts:<ol><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/2010/10/windows-desktop-shortcut-to-activate-screensaver/' rel='bookmark' title='Permanent Link: Windows Desktop Shortcut to Activate Screensaver'>Windows Desktop Shortcut to Activate Screensaver</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2011/02/change-power-scheme-from-windows-command-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Live Messenger 8.1/8.5 Bypass Mandatory Upgrade</title>
		<link>http://blog.watashii.com/2009/09/live-messenger-8-18-5-bypass-mandatory-upgrade/</link>
		<comments>http://blog.watashii.com/2009/09/live-messenger-8-18-5-bypass-mandatory-upgrade/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 01:48:47 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[live messenger]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=250</guid>
		<description><![CDATA[Today when logging into my Windows Live Messenger 8.1,  I received a message forcing me to upgrade to the latest Windows Live Messenger (2009).  This was discussed on their blog less than 1 month ago (thanks for the short heads-up).  However, like many others, upgrading to the 2009 version was not ideal. That is:  it [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2008/07/winamp-live-messenger-msn-now-playing-updates/' rel='bookmark' title='Permanent Link: Winamp &#8211; Live Messenger (MSN) &#8216;Now Playing&#8217; Updates'>Winamp &#8211; Live Messenger (MSN) &#8216;Now Playing&#8217; Updates</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>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-256" title="msnbypass00" src="http://blog.watashii.com/wp-content/uploads/2009/09/msnbypass00.png" alt="msnbypass00" width="418" height="281" /></p>
<p>Today when logging into my Windows Live Messenger 8.1,  I received a message forcing me to upgrade to the latest Windows Live Messenger (2009).  This was discussed <a href="http://messengersays.spaces.live.com/blog/cns!5B410F7FD930829E!82557.entry" target="_blank">on their blog</a> less than 1 month ago (thanks for the short heads-up).  However, like many others, upgrading to the 2009 version was not ideal. That is:  it just doesn&#8217;t work at all.</p>
<p>For me, I ran into problems logging in (via my workplace), as I kept getting the error<em>: &#8220;Signing in to Windows Live Messenger failed because the authentication service is not compatible with this version of the program.<br />
Error code: 8100030f&#8221;. </em>And <a href="http://help.live.com/help.aspx?project=WL_Messengerv9" target="_blank">NOTHING in the online help</a> provided any clues with this message!<em><br />
</em></p>
<p>So the only resolution for me was to find a way to continue using the old version.  Here I found a workaround to skip the mandatory upgrade (I&#8217;m on XP, however Vista should work also).</p>
<p><span id="more-250"></span></p>
<p>1.) Exit your Live Messenger, then locate the messenger executable file, where-ever you&#8217;ve installed it.</p>
<p><img class="alignnone size-full wp-image-251" title="msnbypass01" src="http://blog.watashii.com/wp-content/uploads/2009/09/msnbypass01.png" alt="msnbypass01" width="370" height="273" /></p>
<p>2.) Right click on its properties.</p>
<p><img class="alignnone size-full wp-image-252" title="msnbypass02" src="http://blog.watashii.com/wp-content/uploads/2009/09/msnbypass02.png" alt="msnbypass02" width="238" height="326" /></p>
<p>3.) Under <em>Compatibility </em>tab, change the compatibility mode for <strong>Windows 2000</strong>.  This is because Live Messenger 8.1/8.5 is still compatible on an older version of Windows, and this version will not enforce a mandatory upgrade.</p>
<p><img class="alignnone size-full wp-image-253" title="msnbypass03" src="http://blog.watashii.com/wp-content/uploads/2009/09/msnbypass03.png" alt="msnbypass03" width="409" height="509" /></p>
<p>4.) Press OK and start Live Messenger.  It will repair itself for the first time it starts.</p>
<p><img class="alignnone size-full wp-image-254" title="msnbypass04" src="http://blog.watashii.com/wp-content/uploads/2009/09/msnbypass04.png" alt="msnbypass04" width="499" height="392" /></p>
<p>5.) Login should be back to normal afterwards!</p>
<p>Do you know any other workarounds?</p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2008/07/winamp-live-messenger-msn-now-playing-updates/' rel='bookmark' title='Permanent Link: Winamp &#8211; Live Messenger (MSN) &#8216;Now Playing&#8217; Updates'>Winamp &#8211; Live Messenger (MSN) &#8216;Now Playing&#8217; Updates</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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2009/09/live-messenger-8-18-5-bypass-mandatory-upgrade/feed/</wfw:commentRss>
		<slash:comments>6</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>
		<item>
		<title>Windows Vista &#8211; Change Sleep Button to Shutdown Button</title>
		<link>http://blog.watashii.com/2009/01/windows-vista-change-sleep-button-to-shutdown-button/</link>
		<comments>http://blog.watashii.com/2009/01/windows-vista-change-sleep-button-to-shutdown-button/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 09:19:02 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[shutdown]]></category>
		<category><![CDATA[sleep]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=145</guid>
		<description><![CDATA[Recently got my new computer system loaded with Windows Vista (Home Basic).  The first annoyance I encountered was that the default power down on the Start Menu is the orange sleep mode button. Having sleep mode allows quick resume of Windows without needing to reload Windows from scratch, as well as saving power &#8211; the [...]


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/2010/10/windows-desktop-shortcut-to-activate-screensaver/' rel='bookmark' title='Permanent Link: Windows Desktop Shortcut to Activate Screensaver'>Windows Desktop Shortcut to Activate Screensaver</a></li>
<li><a href='http://blog.watashii.com/2009/09/live-messenger-8-18-5-bypass-mandatory-upgrade/' rel='bookmark' title='Permanent Link: Live Messenger 8.1/8.5 Bypass Mandatory Upgrade'>Live Messenger 8.1/8.5 Bypass Mandatory Upgrade</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="float-left size-full wp-image-146 alignleft" style="margin: 15px;" title="sleep_to_shutdown_button" src="http://blog.watashii.com/wp-content/uploads/2009/01/startmenupower.jpg" alt="sleep_to_shutdown_button" width="142" height="125" /></p>
<p>Recently got my new computer system loaded with Windows Vista (Home Basic).  The first annoyance I encountered was that the default power down on the Start Menu is the orange sleep mode button.</p>
<p>Having sleep mode allows quick resume of Windows without needing to reload Windows from scratch, as well as saving power &#8211; the benefits obvious.</p>
<p>But for the not-so occasional PC user, a shutdown button is more convenient.  Here is how to swap it with red shutdown button.</p>
<p>- Goto <em>[Start &gt; Control Panel &gt; Power Options]</em></p>
<p>- Click on the power plan in use, and select <em>Advanced Power Settings</em></p>
<p>- Expand the + signs under <em>Power Buttons and Lid</em>, then <em>Start Menu and Power Buttons</em></p>
<p>- Then in the dropdown box set it to the Shutdown setting</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/2010/10/windows-desktop-shortcut-to-activate-screensaver/' rel='bookmark' title='Permanent Link: Windows Desktop Shortcut to Activate Screensaver'>Windows Desktop Shortcut to Activate Screensaver</a></li>
<li><a href='http://blog.watashii.com/2009/09/live-messenger-8-18-5-bypass-mandatory-upgrade/' rel='bookmark' title='Permanent Link: Live Messenger 8.1/8.5 Bypass Mandatory Upgrade'>Live Messenger 8.1/8.5 Bypass Mandatory Upgrade</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2009/01/windows-vista-change-sleep-button-to-shutdown-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XP Themes Designed &amp; Signed by Microsoft</title>
		<link>http://blog.watashii.com/2008/10/xp-themes-designed-signed-by-microsoft/</link>
		<comments>http://blog.watashii.com/2008/10/xp-themes-designed-signed-by-microsoft/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 14:16:35 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[royale]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[zune]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=73</guid>
		<description><![CDATA[Want a change for your current XP theme?  Here are some nice themes for your Windows XP/2003 which are designed and signed by Microsoft.  This means you can use these themes directly (Control Panel &#62; Display Properties) without modifying any of your Windows system files. For other non-signed user designed themes, you might like to [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2010/10/windows-desktop-shortcut-to-activate-screensaver/' rel='bookmark' title='Permanent Link: Windows Desktop Shortcut to Activate Screensaver'>Windows Desktop Shortcut to Activate Screensaver</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Want a change for your current XP theme?  Here are some nice themes for your Windows XP/2003 which are designed and signed by Microsoft.  This means you can use these themes directly (Control Panel &gt; Display Properties) without modifying any of your Windows system files.</p>
<p>For other non-signed <a href="http://browse.deviantart.com/customization/skins/windows/visualstyle/" target="_blank">user designed themes</a>, you might like to check out the patching utility <a href="http://www.softpedia.com/progDownload/UXTheme-MultiPatcher-Download-2369.html" target="_blank">UxTheme Multipatcher</a>.</p>
<h3>Royale / Royale Noir Theme</h3>
<p><a href="http://blog.watashii.com/wp-content/uploads/2008/10/xptheme_royale.png"><img class="alignnone size-full wp-image-76" title="xptheme_royale" src="http://blog.watashii.com/wp-content/uploads/2008/10/xptheme_royale.png" alt="" width="345" height="219" /></a></p>
<p><a href="http://www.softpedia.com/get/Desktop-Enhancements/Themes/Royale-Theme-for-WinXP.shtml" target="_blank">Royal</a> <a href="http://www.istartedsomething.com/20061029/royale-noir/" target="_blank">Royal Noir</a></p>
<h3>Zune Theme</h3>
<p><a href="http://blog.watashii.com/wp-content/uploads/2008/10/xptheme_zune.png"><img class="alignnone size-full wp-image-74" title="xptheme_zune" src="http://blog.watashii.com/wp-content/uploads/2008/10/xptheme_zune.png" alt="" width="345" height="219" /></a></p>
<p><a href="http://go.microsoft.com/fwlink/?LinkID=75078" target="_blank">Zune</a></p>
<h3>Embedded Theme</h3>
<p><a href="http://blog.watashii.com/wp-content/uploads/2008/10/xptheme_embedded.png"><img class="alignnone size-full wp-image-75" title="xptheme_embedded" src="http://blog.watashii.com/wp-content/uploads/2008/10/xptheme_embedded.png" alt="" width="345" height="219" /></a></p>
<p><a href="http://www.mediafire.com/download.php?aywudxvynnq" target="_blank">Embedded</a> <a href="http://rapidshare.com/files/152117971/Official_Embedded_Theme_for_Windows_XP_and_2003.zip" target="_self">Embedded Backup</a></p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2010/10/windows-desktop-shortcut-to-activate-screensaver/' rel='bookmark' title='Permanent Link: Windows Desktop Shortcut to Activate Screensaver'>Windows Desktop Shortcut to Activate Screensaver</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2008/10/xp-themes-designed-signed-by-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

