<?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>ManToAdmire's Blog &#187; Windows</title>
	<atom:link href="http://mantoadmire.com/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://mantoadmire.com</link>
	<description>Tips &#38; Tricks &#124; Gadgets &#124; Windows &#124; Soccer &#124; Fun</description>
	<lastBuildDate>Thu, 20 Nov 2008 13:00:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create a desktop shortcut for Hibernation</title>
		<link>http://mantoadmire.com/windows/create-a-desktop-shortcut-for-hibernation/</link>
		<comments>http://mantoadmire.com/windows/create-a-desktop-shortcut-for-hibernation/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 11:10:49 +0000</pubDate>
		<dc:creator>mantoadmire</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Tips & tricks]]></category>

		<guid isPermaLink="false">http://mantoadmire.com/?p=29</guid>
		<description><![CDATA[The Shutdown.exe command can shut down or restart your computer, optionally forcing it to shut down even if some programs attempt to prevent it. But it does not include an option to hibernate. If you hibernate quite often, then you can have a desktop shortcut for quickly putting your PC into hibernation.
To create a shortcut, [...]]]></description>
			<content:encoded><![CDATA[<p>The Shutdown.exe command can shut down or restart your computer, optionally forcing it to shut down even if some programs attempt to prevent it. But it does not include an option to <strong>hibernate</strong>. If you hibernate quite often, then you can have a desktop shortcut for quickly putting your PC into hibernation.</p>
<p>To create a shortcut, right-click on an empty space on the Desktop and select &#8216;<em>New-&gt;Shortcut</em>&#8216;. In the &#8216;Type the location of the item&#8217; box, add this text:</p>
<p><strong>rundll32.exe PowrProf.dll SetSuspendState </strong></p>
<p>Click on the Next button. In the &#8216;Type a name for this shortcut&#8217; box type &#8216;Hibernate&#8217; and then click on the Finish button.</p>
<p>If the shortcut does not work, then the hibernate option might not be enabled. To enable it, click on the Start button and select &#8216;Settings&#8217;. Click on &#8216;Control Panel&#8217; and then double-click on the &#8216;Power Options&#8217; icon. Click on the &#8216;Hibernate&#8217; tab and make sure the &#8216;<em>Enable Hibnernate</em>&#8216; is checked.</p>
]]></content:encoded>
			<wfw:commentRss>http://mantoadmire.com/windows/create-a-desktop-shortcut-for-hibernation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Make risky file extensions obvious</title>
		<link>http://mantoadmire.com/tips-tricks/make-risky-file-extensions-obvious/</link>
		<comments>http://mantoadmire.com/tips-tricks/make-risky-file-extensions-obvious/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 13:27:32 +0000</pubDate>
		<dc:creator>mantoadmire</dc:creator>
				<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://mantoadmire.com/?p=25</guid>
		<description><![CDATA[Having file extensions visible can make certain malicious programs in your e-mail in-box more obvious. For example, showing a file attachment such as image.jpg.exe, which would otherwise have the harmless-looking name image.jpg. On the other hand, displaying all file extensions all the time looks ugly, makes file names more difficult to read, and increases your [...]]]></description>
			<content:encoded><![CDATA[<p>Having <strong>file extensions</strong> visible can make certain malicious programs in your e-mail in-box more obvious. For example, showing a file attachment such as image.jpg.exe, which would otherwise have the harmless-looking name image.jpg. On the other hand, displaying all file extensions all the time looks ugly, makes file names more difficult to read, and increases your likelihood of changing a file&#8217;s extension accidentally when renaming it. With a Registry editing, you can make Windows display only the file extensions of executable files, which you&#8217;re less likely to rename or interact with directly. Follow these steps:</p>
<p>1. Click on the Start button and select Run<br />
2. Type in &#8216;regedit&#8217; and press OK 3. Double-click on the &#8216;HKEY_CLASSES_ROOT&#8217; key<br />
4. Scroll down the list to the &#8216;<strong>exefile</strong>&#8216; key<br />
5. Right-click in the right pane and select &#8216;New-&gt;String Value&#8217;<br />
6. Type in &#8216;<strong>AlwaysShowExt</strong>&#8216; and press OK</p>
<p>You may need to restart Windows to see the effect, but from now on, all application files will have their .exe extensions visible in folder windows and other programs that display file names, even when &#8216;Hide extensions for known file types&#8217; is selected.</p>
]]></content:encoded>
			<wfw:commentRss>http://mantoadmire.com/tips-tricks/make-risky-file-extensions-obvious/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Control Regedit&#8217;s Key Memory</title>
		<link>http://mantoadmire.com/windows/control-regedits-key-memory/</link>
		<comments>http://mantoadmire.com/windows/control-regedits-key-memory/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 12:01:16 +0000</pubDate>
		<dc:creator>mantoadmire</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Registry Tweaks]]></category>
		<category><![CDATA[Tips & tricks]]></category>

		<guid isPermaLink="false">http://mantoadmire.com/?p=22</guid>
		<description><![CDATA[The Registry in Windows XP has a feature that it remembers the last-used key. It also has the ability to save often-used keys as Favorites. The only way to disable this feature is to restrict the Registry from saving the last-used key information. To do this, open regedit and look for this key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit
Right-click on the [...]]]></description>
			<content:encoded><![CDATA[<p>The <strong>Registry</strong> in <strong>Windows XP</strong> has a feature that it remembers the last-used key. It also has the ability to save often-used keys as Favorites. The only way to disable this feature is to restrict the Registry from saving the last-used key information. To do this, open regedit and look for this key:</p>
<p><strong>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit</strong></p>
<p>Right-click on the &#8216;<strong>LastKey</strong>&#8216; value in the right pane and select &#8216;<strong>Modify</strong>&#8216;. Erase everything in the &#8216;Value Data&#8217; box and leave it blank then click OK. Now, with the &#8216;RegEdit&#8217; key in the left pane highlighted, go to &#8216;<strong>Edit-&gt;Permissions</strong>&#8216; at the top of the Registry window. Select a User Name then select the &#8216;Deny&#8217; checkbox next to &#8216;Full Control&#8217; and click OK.</p>
<p>The Registry will now no longer save the last used key, but remember that you will no longer be able to use the Favorites menu. If you prefer not to disable this feature, a fast way to colapse the menu tree is to hold down the left arrow key on the keyboard until only the My Computer entry is visible then tap on the left arrow key once to bring back the five root keys.</p>
]]></content:encoded>
			<wfw:commentRss>http://mantoadmire.com/windows/control-regedits-key-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Up Disk Space</title>
		<link>http://mantoadmire.com/tips-tricks/free-up-disk-space/</link>
		<comments>http://mantoadmire.com/tips-tricks/free-up-disk-space/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 07:56:48 +0000</pubDate>
		<dc:creator>mantoadmire</dc:creator>
				<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://mantoadmire.com/?p=21</guid>
		<description><![CDATA[Freeing disk space helps you to improve the performance of your computer. The Disk Cleanup tool integrated in Windows helps you free up space on your hard disk. The utility identifies files that you can safely delete, and then enables you to choose which files you want to delete.
Use Disk Cleanup to:
• Remove Windows and [...]]]></description>
			<content:encoded><![CDATA[<p>Freeing disk space helps you to improve the performance of your computer. The <strong>Disk Cleanup tool</strong> integrated in Windows helps you free up space on your hard disk. The utility identifies files that you can safely delete, and then enables you to choose which files you want to delete.</p>
<p><strong>Use Disk Cleanup to:</strong><br />
• Remove Windows and Internet temporary files.<br />
• Empty the Recycle Bin.<br />
• Remove downloaded program files (such as Microsoft ActiveX controls and Java applets).<br />
• Remove optional Windows components that you don’t use.<br />
• Remove installed programs that you no longer use.</p>
<p>Tip: Usually, temporary Internet files occupy the most disk space. It&#8217;s because your Web browser caches each Web page you visit for quicker access later.</p>
<p><strong>To use Disk Cleanup, follow these steps:</strong></p>
<p>1. Click <em>Start</em>, go to <em>All Programs</em> &gt; <em>Accessories</em> &gt; <em>System Tools</em>, and then click on <em>Disk Cleanup</em>. If many drives are available, you might be asked to specify the drive to be cleaned.</p>
<p>2. In the Disk Cleanup box, you&#8217;ll see a list of files to be deleted.</p>
<p>3. Clear the check boxes for files that you don&#8217;t want to delete, and then click OK.</p>
<p>4. When prompted to confirm that you want to delete the specified files, click Yes.</p>
<p>After a few minutes, the process will complete and the Disk Cleanup dialog box will close, making your Windows cleaner and performing better.</p>
]]></content:encoded>
			<wfw:commentRss>http://mantoadmire.com/tips-tricks/free-up-disk-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
