<?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>MakeUseOf.com &#187; windows hacks</title>
	<atom:link href="http://www.makeuseof.com/tags/windows-hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Sun, 22 Nov 2009 01:06:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Speed Up Your Computer with Just One Double-Click [Windows]</title>
		<link>http://www.makeuseof.com/tag/how-tospeed-up-your-computer-with-just-one-double-click/</link>
		<comments>http://www.makeuseof.com/tag/how-tospeed-up-your-computer-with-just-one-double-click/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 22:00:12 +0000</pubDate>
		<dc:creator>Guy McDowell</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[automate]]></category>
		<category><![CDATA[batch files]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[speedup]]></category>
		<category><![CDATA[windows hacks]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=29096</guid>
		<description><![CDATA[ Now that I have your attention, I can tell you that there are a few things that you have to do first, before you can learn how to speed up your computer with that one double-click. When those things are done, though, it will always be a simple double click to speed up your [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/11/2927561056_c2be91a51c.jpg" alt="" vspace="5" align="left" /> Now that I have your attention, I can tell you that there are a few things that you have to do first, before you can learn how to speed up your computer with that one double-click. When those things are done, though, it will always be a simple double click to speed up your computer. How can this be possible?</p>
<p>It&#8217;s simple logic really. Have you ever seen a stock car or drag race of seemingly normal cars? What they do is get rid of useless weight. They don&#8217;t need a passenger and back seat &#8211; gone! They don&#8217;t need carpet and fancy electronics &#8211; gone! They don&#8217;t need the spare tire in the trunk and all the excess trim &#8211; gone! They&#8217;ve stripped that car down to the essentials to do one thing really fast and really well. That&#8217;s what we&#8217;re going to do. Only, when we&#8217;re done, we&#8217;ll be able to put all the fancy bits back on with &#8211; you guessed it &#8211; just one double-click!</p>
<h2>Identify the Dead Weight</h2>
<p>First things first. Download and install a program that allows you to view all the processes currently running on your windows computer. I&#8217;m a big fan of <a href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx">Sysinternals Process Explorer</a>. Once you&#8217;ve done that, open it up. You&#8217;re likely to see something like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-29097" title="step_1" src="http://www.makeuseof.com/wp-content/uploads/2009/11/step_1.png" alt="how to speed up your computer" width="432" height="455" /></p>
<p>Look at the <strong>Working Set</strong> and <strong>Peak Working Set</strong> columns. That shows how many kilobytes of your RAM are being used by the program right now, and what the peak amount used at one time was. As you can see, my Firefox is using roughly 245 MB of RAM. That&#8217;s about one-quarter of the RAM in my computer.</p>
<p>As I look down further, I see that RoxMediaDB12, iTunesHelper and SnagIt32 are taking up another approximately 43 MB of RAM. Let&#8217;s say that I want to use a program that is a real memory hog, like my DivXConnected. It has to compete with all of these other programs that I won&#8217;t be using, while I&#8217;m using DivXConnected. That&#8217;s the program that works with my D-Link Media Device I was raving about lately.<br />
<span id="more-29096"></span></p>
<p>Now order your running services and applications by process, by clicking on the Process column header until you get everything shown to you in a tree, like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-29100" title="step_2" src="http://www.makeuseof.com/wp-content/uploads/2009/11/step_22.png" alt="how to speed up your computer" width="488" height="642" /></p>
<p>What this shows us is which excess things are Processes and which are Services. This is important, because what we do next requires us to know the difference. Those things that are under the Services branch are services. Typically the processes will be shown further down.</p>
<p>Let&#8217;s write down all the proper names for the services and processes as we&#8217;ll need those later. To find the proper names, right-click on a service and then select <strong>Properties</strong>. Once you are in the Properties window, click on the tab <strong>Services</strong>. This will give you the correct name of the service you wish to stop. I&#8217;ve used the CinemaNowSvc.exe as an example.</p>
<p style="text-align: center;"><img class="aligncenter" title="step_3" src="http://www.makeuseof.com/wp-content/uploads/2009/11/step_3.png" alt="how to speed up your computer" width="437" height="497" /></p>
<p>To find the Image Name for a process, it should be what you see in the <strong>Description Column</strong>. For example, the iTunes Helper Process has the description iTunesHelper. If you aren&#8217;t sure what the Image Name is, you can right-click on the process, open the Properties window and find it on the <strong>Image File</strong> tab.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-29102" title="step_4" src="http://www.makeuseof.com/wp-content/uploads/2009/11/step_4.png" alt="speed up your computer" width="437" height="497" /></p>
<p>Do that for all the services and processes that you know aren&#8217;t necessary for your computer, or the single program you want to go faster, to run. That may take some research, but it&#8217;s worth it.</p>
<p>I can do one of two things here. I can shut down all the high-memory usage applications and services that run in the background one by one OR I can write a batch file to do all of that. Batch files are the old-school way to do lots of really cool stuff. Once you learn how to craft them, there are an infinite number of cool, and powerful, things you can do.</p>
<h2>Trim the Dead Weight</h2>
<p>Let&#8217;s use Notepad to write this batch file. Open it up and type:</p>
<blockquote><p>@ECHO OFF<br />
echo *** Stopping Services ***</p>
<p>NET STOP &#8220;Name of the Service You Want to Stop&#8221;</p>
<p>echo *** Services Stopped ***</p></blockquote>
<p>Now I know the proper name I&#8217;ll need to use is <strong>CinemaNow Service</strong>. So the command that I will write looks like:</p>
<blockquote><p>NET STOP &#8220;CinemaNow Service&#8221;</p></blockquote>
<p>You&#8217;ll need to write this command for every service that you wish to stop. This could be a dozen lines or so. The line that reads echo *** Services Stopped *** just lets us know when all the services are stopped. Yep, I&#8217;m Captain Obvious.</p>
<p>To stop the process, you&#8217;ll type a block like:</p>
<blockquote><p>echo *** Stopping Processes ***</p>
<p>TSKILL  &#8220;iTunesHelper&#8221;</p>
<p>echo *** Processes Stopped ***</p>
<p>PAUSE</p></blockquote>
<p>TSKILL kills the task of course.  You don&#8217;t need to use the Image Name, you can also use the Process ID as it is shown in Process Manager. As usual, the echo lines let us know when the stopping of the processes begins and ends. The PAUSE command results in a line asking us to hit any key to continue. It&#8217;s just a more concrete way of letting you know the batch file is done.</p>
<p>To save this as a batch file that you can run by just double-clicking on it, we need to do a few things. Click on <strong>File &gt; Save As</strong> in Notepad. Then when the <strong>Save As&#8230;</strong> window opens, name the file whatever you want. I chose StopServicesProcesses.bat. You need the <em>.bat</em> on the end. Now change the <strong>Save as type</strong>: box to <em>All Files</em>. Click <strong>Save</strong>.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-29103" title="step_5" src="http://www.makeuseof.com/wp-content/uploads/2009/11/step_5.png" alt="speed up your computer" width="563" height="455" /></p>
<p>Now you have a batch file! Double-click on it and enjoy your speed! You should see a command window open that will look something like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-29105" title="step_6" src="http://www.makeuseof.com/wp-content/uploads/2009/11/step_61.png" alt="speed up your computer" width="427" height="176" />Feel the speed!</p>
<p>Oh, I did say something about restarting those services and process when you are done using your one intensive program, didn&#8217;t I? Well, that&#8217;s a story for another time.</p>
<p>Got better tips on how to speed up a computer? Let us know in comments!</p>
<p><small>Image credit: <a rel="nofollow" href="http://www.flickr.com/photos/davichi/2927561056/">Davichi</a></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/top-5-vista-tweaks-to-increase-internet-speed/" title="Top 5 Vista Tweaks to Increase Internet Speed (October 3, 2009)">Top 5 Vista Tweaks to Increase Internet Speed</a> (94)</li>
	<li><a href="http://www.makeuseof.com/tag/speed-up-the-shutdown-of-your-windows-system/" title="How To Speed Up The Shutdown Of Your Windows (October 18, 2008)">How To Speed Up The Shutdown Of Your Windows</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/winhack-speed-up-your-computer-part-1/" title="WinHack &#8211; Speed Up Your Windows XP Computer (Part 1) (October 1, 2008)">WinHack &#8211; Speed Up Your Windows XP Computer (Part 1)</a> (21)</li>
	<li><a href="http://www.makeuseof.com/tag/winhack-speed-up-your-computer-part-2/" title="WinHack &#8211; Speed Up Your Windows Computer (Part 2) (October 4, 2008)">WinHack &#8211; Speed Up Your Windows Computer (Part 2)</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-your-windows-operating-system-with-xpy/" title="Tweak Your Windows Operating System With Xpy (October 4, 2008)">Tweak Your Windows Operating System With Xpy</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-tospeed-up-your-computer-with-just-one-double-click/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Recover Your Windows XP Administrator Password With The Installation Disk</title>
		<link>http://www.makeuseof.com/tag/recover-your-windows-xp-administrator-password-with-the-installation-disk/</link>
		<comments>http://www.makeuseof.com/tag/recover-your-windows-xp-administrator-password-with-the-installation-disk/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 12:00:33 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[recover]]></category>
		<category><![CDATA[windows hacks]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=28257</guid>
		<description><![CDATA[Have you lost your Windows Administrator Password? There are lots of options to recover it nowadays but almost all of them require a third party piece of software. What if I tell you that you can recover your windows administrator password with your install disk? All you need is your install key (hint: this does [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/11/AskTheAdmin_PWHead.png" alt="" vspace="5" align="left" />Have you lost your Windows Administrator Password? There are lots of options to recover it nowadays but almost all of them require a third party piece of software. What if I tell you that you can recover your windows administrator password with your install disk? All you need is your install key (hint: this does not need to be the same key that is installed on your machine but the key needs to match the media).</p>
<p>We will actually be doing a Repair. Once the repair session hits the GUI screen we can launch a command prompt that will let us reset your password, create new accounts or promote another user to be the administrator. Heck we can even make it so the machine logs in as the Administrator automatically! So here&#8217;s how you do it.</p>
<p>Grab your CD along with its CD key and boot to your media. Once you boot to your CD, it will say, &#8220;Press a key to boot to CD&#8221;. Go ahead and press any key.</p>
<p>Let Windows do its thing and start. We will <strong>not format or lose any data</strong> if you follow my explicit instructions. I was amazed when I got this to work and also sickened by how insecure workstations can be! If you have a third party SCSI, RAID or SATA adapter you will have to point it at the drivers so it can access your hard drive. If this is you then you know what to do already – F6 and point it to the drivers.</p>
<p><img style="border: 0pt none; display: block; margin-left: auto; margin-right: auto;" title="pw2" src="http://www.makeuseof.com/wp-content/uploads/2009/11/pw2.png" border="0" alt="recover windows administrator password" width="569" height="317" /></p>
<p>Another few minutes will pass by and Windows setup will say that it is starting Windows. Be forewarned – DO NOT HIT THE R KEY ON THE NEXT SCREEN. We will be hitting Enter to start the installation.<br />
<span id="more-28257"></span><br />
<img style="border: 0pt none; display: block; margin-left: auto; margin-right: auto;" title="PW3" src="http://www.makeuseof.com/wp-content/uploads/2009/11/PW3.png" border="0" alt="recover windows administrator password" width="569" height="313" /></p>
<p>On the screen below that says Welcome to Setup make sure you hit the ENTER key and not R. R here will take you to the recovery console – if you do not have the administrators password you will have to start ALL OVER AGAIN! So hit Enter to set up Windows and continue.</p>
<p><img style="border: 0pt none; display: block; margin-left: auto; margin-right: auto;" title="pw4" src="http://www.makeuseof.com/wp-content/uploads/2009/11/pw4.png" border="0" alt="recover windows administrator password" width="509" height="400" /></p>
<p>The agreement pops up hit the F8 key to continue.</p>
<p><img style="border: 0pt none; display: block; margin-left: auto; margin-right: auto;" title="pwF8" src="http://www.makeuseof.com/wp-content/uploads/2009/11/pwF8.png" border="0" alt="recover windows password" width="405" height="271" /></p>
<p>Ah ha! Now on this screen below you will want to highlight your installation of Windows if there is more than one. And <strong>hit the R key</strong>! Yes, here is where you will hit that key to repair the installation. The process rewrites all the system files and what not.</p>
<p><img style="border: 0pt none; display: block; margin-left: auto; margin-right: auto;" title="pw5" src="http://www.makeuseof.com/wp-content/uploads/2009/11/pw5.png" border="0" alt="recover windows admin password" width="509" height="400" /></p>
<p>After you hit that R key the Setup wizard will start to copy the system files from the media to your hard drive/Windows Installation. This took about 4 minutes on my machine.</p>
<p><img style="border: 0pt none; display: block; margin-left: auto; margin-right: auto;" title="pw6" src="http://www.makeuseof.com/wp-content/uploads/2009/11/pw6.png" border="0" alt="recover windows password" width="559" height="310" /></p>
<p>Windows will now reboot automatically or you can hit ENTER to speed things up a little. When the machine restarts DO NOT BOOT FROM THE CD! DO NOT HIT A KEY TO BOOT FROM YOUR CD! Take the CD out of the drive if you think this is going to be an issue for you.</p>
<p><img style="border: 0pt none; display: block; margin-left: auto; margin-right: auto;" title="pw7" src="http://www.makeuseof.com/wp-content/uploads/2009/11/pw7.png" border="0" alt="how to recover windows password" width="559" height="310" /></p>
<p>Once the computer starts back up it will jump into the installer. Here, when you get to about 37 minutes left on the installer it will say Installing Devices on the bottom left hand side of the screen – Hit <strong>Shift-F10</strong> at the same time and a command prompt will pop-up! Just like that.<img style="border: 0pt none; display: block; margin-left: auto; margin-right: auto;" title="pw8" src="http://www.makeuseof.com/wp-content/uploads/2009/11/pw8.png" border="0" alt="how to recover windows password" width="559" height="421" /></p>
<p>Using some basic command line kung fu we type <strong>control userpasswords2</strong> and we can do whatever we want to. You can get at anything from this command prompt you have full root/administrator access!</p>
<p><img style="border: 0pt none; display: block; margin-left: auto; margin-right: auto;" title="pw9" src="http://www.makeuseof.com/wp-content/uploads/2009/11/pw9.png" border="0" alt="how to recover windows password" width="559" height="284" /></p>
<p>Once you have the user accounts control panel up, you can add, modify or remove users. Promote a user to administrator status or what have you. Remember only use this for good and not evil.</p>
<p><img style="border: 0pt none; display: block; margin-left: auto; margin-right: auto;" title="pw10" src="http://www.makeuseof.com/wp-content/uploads/2009/11/pw10.png" border="0" alt="recover lost admin password windows xp" width="408" height="459" /></p>
<p>Log in and you are good to go! Do you have another method to get back into your machine that does not require any media? We would love to hear about it in the comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/3-ways-to-reset-the-forgotten-windows-administrator-password/" title="3 Ways to Reset Forgotten Windows Administrator Password (December 17, 2008)">3 Ways to Reset Forgotten Windows Administrator Password</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/protect-and-track-your-laptop-in-case-of-theft/" title="Protect And Track Your Laptop In Case Of Theft (March 31, 2009)">Protect And Track Your Laptop In Case Of Theft</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/speed-up-the-shutdown-of-your-windows-system/" title="How To Speed Up The Shutdown Of Your Windows (October 18, 2008)">How To Speed Up The Shutdown Of Your Windows</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-install-the-recovery-console-for-windows-xp/" title="How To Install The Recovery Console in Windows XP (July 16, 2009)">How To Install The Recovery Console in Windows XP</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-get-aero-shake-aero-peek-aero-snap-features-in-vista-xp/" title="How To Get Aero Shake, Aero Peek &#038; Aero Snap Features In Vista &#038; XP (October 17, 2009)">How To Get Aero Shake, Aero Peek &#038; Aero Snap Features In Vista &#038; XP</a> (12)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/recover-your-windows-xp-administrator-password-with-the-installation-disk/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>How To Get Aero Shake, Aero Peek &amp; Aero Snap Features In Vista &amp; XP</title>
		<link>http://www.makeuseof.com/tag/how-to-get-aero-shake-aero-peek-aero-snap-features-in-vista-xp/</link>
		<comments>http://www.makeuseof.com/tag/how-to-get-aero-shake-aero-peek-aero-snap-features-in-vista-xp/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 14:01:42 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[desktop enhancements]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows hacks]]></category>
		<category><![CDATA[windows tips]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=26635</guid>
		<description><![CDATA[The release of Windows 7 is just a couple of days away. We have written our fair share about Windows 7 on MakeUseOf. Overall it is an upgrade/new purchase that you should definitely consider. Everything feels snappier and there are some added new features as well. Aero Peek, Aero Shake and Aero Snap for Windows [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/10/windowslogo.png" alt="" vspace="5" align="left" />The release of Windows 7 is just a couple of days away. We have written our fair share about <a href="http://www.makeuseof.com/tags/windows-7/">Windows 7</a> on MakeUseOf. Overall it is an upgrade/new purchase that you should definitely consider. Everything feels snappier and there are some added new features as well. Aero Peek, Aero Shake and Aero Snap for Windows 7, to mention a few of them.</p>
<p>If you are stuck with XP or Vista and would like to have a piece of Aero Peek and Aero Shake, no need to get disheartened. This is what I am talking about:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="315" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/xO_7sbFEJrE&amp;hl=en&amp;fs=1&amp;rel=0&amp;hd=1&amp;border=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="315" src="http://www.youtube.com/v/xO_7sbFEJrE&amp;hl=en&amp;fs=1&amp;rel=0&amp;hd=1&amp;border=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Users over at the WinMatrix forums (the source of many such innovations) has created an excellent software that brings such functionality to Windows XP and Vista. The application is called <a href="http://members.chello.nl/h.h.j.f.beens/WinShake/Functions.htm">WinShake</a> and is available for download <a href="http://members.chello.nl/h.h.j.f.beens/WinShake/Download.htm">here</a>. Make sure you download the latest version (2.02 at the time of writing). Written using AutoHotKey, Winshake offers quite a functionality as you shall see:</p>
<p><span id="more-26635"></span><br />
An <strong>improved show desktop</strong> which can only hide minimizable windows, leaving the gadgets and sidebars intact, or hide everything to show the entire desktop. It also remembers the minimized programs and can restore them to their previous state even if you fire up more any more applications or windows.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/aeroshake.png" alt="aero shake windows 7" width="364" height="296" /></p>
<p>A very good Aero Shak-<em>ish</em> feature:<strong> </strong>In Windows 7, holding  a window&#8217;s title bar and shaking it a little, minimizes all other windows letting you concentrate fully on the window, that is  under the mouse pointer. Winshake does something similar &#8211; hold the shift key and middle click on any window to shake it and minimize all other windows.</p>
<p>A Ctrl + Middle Click on the right end of the taskbar activates the peek functionality similar to Windows 7 peek functionality. While this one lacks the eye candy it certainly does let you peek at your desktop. Using Ctrl + Middle Click on the close button in the title bar of any window, makes it translucent and lets you peek through it at the window underneath.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/peek.png" alt="aero shake windows 7" width="540" height="405" /></p>
<p>There is a taskbar peek function as well that lets you peek at specific windows using the taskbar, but that is part of a nag and you can only use that for seven days after which you would need to buy a code to keep running this specific function. All other functions will however keep running even if you don&#8217;t shell out those bucks.</p>
<p>The application also offers shortcut keys for the above functions, which are easier to use as opposed to the mouse control, however you can easily disable them if you desire. Alt-Win-D shows the Desktop, Shift-Alt-Win-D restores the windows, Alt-Win-S activates Shake, Shift-Alt-Win-S restores the windows. Alt-Win-Space can be used to activate peek functionality.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/mousecontrol.png" alt="aero shake in windows xp vista" width="358" height="219" /></p>
<p>If you don&#8217;t like the mouse activation commands, you can customize those too using the system tray icon. In addition to that the tray icon gives you access to other settings as well. You can customize animation speeds and transparency levels that will be used while performing various actions.</p>
<p>The application definitely lacks the eye candy you would get if you use similar functionality on Windows 7. That said, it does a pretty decent job of emulating the functionality and if a very good alternative if you are wanting such functionality on Windows XP or Vista.</p>
<p>Also check out Tina&#8217;s article on <a href="http://www.makeuseof.com/tag/bring-some-windows-7-flair-to-your-xp-desktop/">how to make Windows XP to look like Windows 7</a>. She mentions AeroSnap among other things which brings the Windows Seven&#8217;s Aero Snap feature to Windows XP as well.</p>
<p>Give Winshake  a spin and pour in your thoughts about it. Know some other applications that emulate Windows 7 features? We would love to hear about them as well.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/tweak-windows-xpvista7-to-your-taste-with-xdn-tweaker/" title="Tweak Windows XP/Vista/7 to Your Taste with XdN Tweaker (May 2, 2009)">Tweak Windows XP/Vista/7 to Your Taste with XdN Tweaker</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/understanding-windows-7-themes-inside-out/" title="Your Easy Guide to Windows 7 Themes (September 6, 2009)">Your Easy Guide to Windows 7 Themes</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/vista-switcher-replace-windows-alt-tab-with-something-cooler/" title="Vista Switcher &#8211; Replace Windows&#8217; Alt-Tab With Something Cooler (October 21, 2009)">Vista Switcher &#8211; Replace Windows&#8217; Alt-Tab With Something Cooler</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/speed-up-the-shutdown-of-your-windows-system/" title="How To Speed Up The Shutdown Of Your Windows (October 18, 2008)">How To Speed Up The Shutdown Of Your Windows</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/bring-some-windows-7-flair-to-your-xp-desktop/" title="How To Make XP Look Like Windows 7 (November 21, 2008)">How To Make XP Look Like Windows 7</a> (11)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-get-aero-shake-aero-peek-aero-snap-features-in-vista-xp/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>5 Ways to Print Folder and Directory Contents in Windows</title>
		<link>http://www.makeuseof.com/tag/5-ways-to-print-folder-and-directory-contents-in-windows/</link>
		<comments>http://www.makeuseof.com/tag/5-ways-to-print-folder-and-directory-contents-in-windows/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 18:00:13 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[right-click menu]]></category>
		<category><![CDATA[windows hacks]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=26077</guid>
		<description><![CDATA[It’s one of those simple tasks that suddenly come upon us and we have no idea how to go about it. I had a whole fat folder filled with ebooks and someone casually asked me to send over a list. A list… that sounds really simple.
Did I forget to mention that the ebook folder was [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/10/TNail1.png" alt="" vspace="5" align="left" />It’s one of those simple tasks that suddenly come upon us and we have no idea how to go about it. I had a whole fat folder filled with ebooks and someone casually asked me to send over a list. A list… that sounds really simple.</p>
<p>Did I forget to mention that the ebook folder was really filled with a lot of titles? It must have had almost 120 ebooks. I almost started manually typing the names when I figured that there must be a less laborious way to print out the directory contents.</p>
<p>Printing directory contents seems so mundane an activity that we forget it has very useful applications in our day to day usage. Especially in a professional setting where you might be told to send over a list of so and so files about such and such subject. In a jiffy. If it’s a small bunch of files then manually writing it down is not a problem. But what if it numbers a few dozen?</p>
<p>Instead of searching for a poor flunky to lend a hand, you can just tap a few keys and get it for yourself. All in double quick time with a few methods.</p>
<p>So let’s work on not one but five ways to print folder and directory contents and get that file list.<br />
<span id="more-26077"></span></p>
<h2>Command DOS</h2>
<p>This is one <a href="http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/">command line</a> that’s easy to remember and easy to do.</p>
<ol>
<li>Start the command prompt from <em>Run – cmd</em>. Type <em>cd</em> and the directory path of the folder you want to list.</li>
<li>Type <em>dir &gt; print.txt </em></li>
<li>Press<em> Enter</em> and exit from the DOS window.</li>
<li>Open the folder you wanted the listed file content for and you should see a <em>print.txt</em> file. This is a simple Notepad file that can be copied or printed easily.</li>
</ol>
<h2>Setting A Contextual Menu</h2>
<p>A print directory feature can be added to the right-click context menu for a folder. This sends the folder content list directly to the printer. For Windows XP follow these steps:</p>
<ol>
<li>Create a batch file in Notepad by pasting the following text<br />
<blockquote><p><em>@echo off<br />
dir %1 /-p /o:gn &gt; &#8220;%temp%\Listing&#8221;<br />
start /w notepad /p &#8220;%temp%\Listing&#8221;<br />
del &#8220;%temp%\Listing&#8221;<br />
exit</em></p></blockquote>
</li>
<li>Save the file as <em><strong>%windir%\Printdir.bat<br />
</strong></em></li>
<li>Open <em>Control Panel – Folder Options</em>. Click on the <em>File Types</em> tab. Under the registered file types select the entry for <em>Folder</em>. Click on <em>Advanced</em>.<img class="aligncenter size-full wp-image-26080" title="2_Folder-Options" src="http://www.makeuseof.com/wp-content/uploads/2009/10/2_Folder-Options.png" alt="print directory contents" width="386" height="475" /></li>
<li>In the <em>Edit File Type</em> box, click on <em>New</em>. In the <em>Action</em> box, type <em>Print Directory Listing</em>. In the <em>Application used to perform action</em> box, type <em><strong>printdir.bat</strong></em>.<img class="aligncenter size-full wp-image-26081" title="2_Edit-File-Type" src="http://www.makeuseof.com/wp-content/uploads/2009/10/2_Edit-File-Type.png" alt="2_Edit-File-Type" width="418" height="332" /></li>
<li>Click on <em>OK</em> and close all boxes.</li>
<li>Right-click on any folder and use the <em>Print Directory Listing</em> command to send the list to the printer.<img class="aligncenter size-full wp-image-26082" title="2_Print-Directory-Listing" src="http://www.makeuseof.com/wp-content/uploads/2009/10/2_Print-Directory-Listing.png" alt="print all files inside directory" width="190" height="239" /></li>
</ol>
<p>The above instructions and those for Windows Vista can also be found on the <a href="http://support.microsoft.com/kb/321379/en-us">Microsoft Help and Support</a> page.</p>
<p>Software solutions introduce a lot of ease and flexibility to the above process. Here are three freeware apps for the listing job:</p>
<h3>Karen’s Power Tool</h3>
<p>Karen&#8217;s Directory Printer brings with it a GUI and rich features that let you print the name of files on your computer with the file&#8217;s size, extension, date and time of last modification, and attributes. Also, the list of files can be sorted by name, size, date created, date last modified, or date of last access. Files can also be selectively listed using a filter. Some limited formatting options and selective highlighting for executable files and macros are available.</p>
<p><img class="aligncenter size-full wp-image-26083" title="3_KDP" src="http://www.makeuseof.com/wp-content/uploads/2009/10/3_KDP.png" alt="3_KDP" width="580" height="449" /></p>
<p>Karen&#8217;s Directory Printer can be included in the right-click context menu. It also works for networked computers. The file list can be sent to the printer or saved as a text file.</p>
<p>Karen&#8217;s Directory Printer (v 5.3.1) is a 1.25MB <a href="http://www.karenware.com/powertools/ptdirprn.asp">download</a> compatible with Windows XP and Vista.</p>
<h3>Display it with Directory List &amp; Print</h3>
<p>Directory List &amp; Print is a simpler and smaller solution to the earlier one. The generated lists can be copied to the clipboard and incorporated in other programs. It can be directly inserted into Word and Excel with a click as the data is separated by tabs allowing error free pasting directly into a program like Excel as a table. Along with the file attributes, the program can control the display of file names with or without file extensions. Sorting of the list and integration into the context menus make this a nice alternative to use.</p>
<p><img class="aligncenter size-full wp-image-26084" title="4_DL&amp;P" src="http://www.makeuseof.com/wp-content/uploads/2009/10/4_DLP.png" alt="4_DL&amp;P" width="510" height="624" /></p>
<p><a href="http://www.infonautics.ch/directorylistprint/">Directory List &amp; Print</a> (v 1.9) does not need an installation which makes this 603KB software a portable solution. The freeware is compatible with Windows 98/2000/XP/Vista.</p>
<p><strong>More Options with JR Directory Printer</strong></p>
<p>This freeware comes in as an even smaller download of 173KB. Select the folder or directory to list, check the display options and click on start to get the list as a text file. The freeware supports lowercase/DOS style filename, file size in KB/bytes, attributes and custom file length. Though the freeware lacks the data control options of the previous applications, it’s a simple utility for a simple task. The download can be unzipped and used without an installation.</p>
<p><img class="aligncenter size-full wp-image-26085" title="5_JR-Directory-Printer" src="http://www.makeuseof.com/wp-content/uploads/2009/10/5_JR-Directory-Printer.png" alt="5_JR-Directory-Printer" width="408" height="293" /></p>
<p><a href="http://www.spadixbd.com/freetools/">JR Directory Printer</a> (v1.2) is compatible with Windows 95/98/2000/NT/ME/XP.</p>
<p>Windows may not have given us the ability to print out folder contents in a user friendly way. But thanks to the workarounds and the freeware, it’s actually a snap. Do you know any other utility to print the contents of a folder? Let us know your way if it differs from any of the above.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/tweak-windows-xpvista7-to-your-taste-with-xdn-tweaker/" title="Tweak Windows XP/Vista/7 to Your Taste with XdN Tweaker (May 2, 2009)">Tweak Windows XP/Vista/7 to Your Taste with XdN Tweaker</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/four-simple-and-free-tips-to-organize-your-windows-experience/" title="The 4 Proven Simple Tips to Organize Your Files on Windows (September 28, 2009)">The 4 Proven Simple Tips to Organize Your Files on Windows</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-set-default-programs-associations-context-menus-easily/" title="How To Set Default Programs, File Associations &#038; Context Menus Easily (September 21, 2009)">How To Set Default Programs, File Associations &#038; Context Menus Easily</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-add-remove-entries-from-the-right-click-menu/" title="How To Add &#038; Remove Entries from The Windows Right-Click Menu (October 15, 2008)">How To Add &#038; Remove Entries from The Windows Right-Click Menu</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/useful-windows-registry-tweaks-part-2/" title="Windows Registry Tweaks (Part 2) (September 13, 2007)">Windows Registry Tweaks (Part 2)</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/5-ways-to-print-folder-and-directory-contents-in-windows/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Top 5 Vista Tweaks to Increase Internet Speed</title>
		<link>http://www.makeuseof.com/tag/top-5-vista-tweaks-to-increase-internet-speed/</link>
		<comments>http://www.makeuseof.com/tag/top-5-vista-tweaks-to-increase-internet-speed/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 18:01:07 +0000</pubDate>
		<dc:creator>Ryan Dube</dc:creator>
				<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[internet speed]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[speedup]]></category>
		<category><![CDATA[windows hacks]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=26008</guid>
		<description><![CDATA[They say that life&#8217;s most difficult tribulations also result in the greatest insights and wisdom once you&#8217;re through it. Let&#8217;s just say that purchasing a brand new laptop with Vista installed on it was one of my greatest tribulations to date.
So I&#8217;m taking this opportunity to share the wisdom that I&#8217;ve gained from that experience [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" title="speeding" src="http://www.makeuseof.com/wp-content/uploads/2009/10/speeding.jpg" alt="speeding" vspace="5" align="left" />They say that life&#8217;s most difficult tribulations also result in the greatest insights and wisdom once you&#8217;re through it. Let&#8217;s just say that purchasing a brand new laptop with Vista installed on it was one of my greatest tribulations to date.</p>
<p>So I&#8217;m taking this opportunity to share the wisdom that I&#8217;ve gained from that experience so that, possibly, I can save the next poor soul the trouble and heartache that I had to suffer through.</p>
<p>Am I being over-dramatic? Maybe. But what you have to understand is that at the very center of my livelihood is the Internet. I earn income, learn and unwind all on the Internet. When I lose that connection to the virtual world &#8211; I&#8217;m not a happy camper.</p>
<p>Rewind several months to the day when I purchased a new, shiny Sony Vaio laptop. I brought it home, excitedly opened up the box and turned it on, expecting the brand new laptop with a build-in wireless ethernet card to instantly sense my home network and connect almost completely automatically. Unfortunately, it sensed nothing. Many hours later, after an unmentionable amount of coffee consumed, I finally had my new Vista laptop on the Internet and screaming.</p>
<p>To save MUO readers out there who find themselves in this situation countless hours of aggravation, I&#8217;d like to offer the most important lessons I learned about Vista during this ordeal. Earlier, Aseem offered applications you can install that will <a href="http://www.makeuseof.com/tag/6-free-windows-vista-utilities-to-tweak-and-improve-computer-performance/">improve your PC performance</a>. However, I&#8217;d like to present the top five ways you can tweak Vista itself to get your Internet connection working, <em>and increase</em> your overall Internet speed.</p>
<p><span id="more-26008"></span></p>
<h3><strong>The Most Important Vista Internet Speed Tweaks &#8211; Once You Can Connect</strong></h3>
<p>New technology is fabulous when it works, but I was quite disgusted to learn that Microsoft implemented IPv6 on Vista and upon install it is set as the default. The silly part is that it simply doesn&#8217;t work well with devices that still utilize the IPv4 protocol &#8211; and to assume that most home networks are fully upgraded to the IPv6 protocol is a faulty approach to setting defaults.</p>
<p>Many people upgrade their PCs and laptops long before they consider replacing that old outdated router that&#8217;s been sitting in the basement for five years and still works perfectly. So, when they bring home that shiny new laptop with Vista installed, guess what &#8211; the laptop and the router simply refuse to talk.</p>
<p>So, if you&#8217;re unlucky enough to find yourself in this situation &#8211; the very first thing you should do before we can even get started <em>speeding up </em>the Internet, is to disable IPv6 so that you can at least <em>get on</em> the Internet in the first place. Here&#8217;s how it works.</p>
<p>First, go to <em>Start -&gt; Network -&gt; Network and Sharing Center</em>, and then click on &#8220;<em>Manage Network Connections</em>.&#8221;</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-26009" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/tweak1.jpg" alt="vista internet speed tweaks" width="474" height="247" /></p>
<p style="text-align: left;">In this screen, you&#8217;ll likely have a wireless connection displaying that it can&#8217;t connect to any network. Right-click on that icon and select &#8220;Properties.&#8221;</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-26010" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/tweak2.jpg" alt="vista internet speed tweaks" width="371" height="380" /></p>
<p>You&#8217;ll discover both IPv6 and IPv4 enabled. Go ahead and uncheck the box for IPv6 and click &#8220;OK.&#8221; You&#8217;ll need to reboot your computer, but afterwards if the protocol incompatibility was your problem (and it very likely was), you&#8217;ll find that your computer can now communicate fine with the router. Maybe. There is one other complication Microsoft introduced into Vista just to encourage you that much more to upgrade your router &#8211; it&#8217;s something called &#8220;autotuning,&#8221; and it&#8217;s also the next Vista tweak.</p>
<h3><strong>Vista Connection Tweak #2 &#8211; Autotuning</strong></h3>
<p>This is another case where the cutting edge technological advances being enabled on Microsoft&#8217;s operating system by default is a recipe for disaster for users who have older networks and older network devices (specifically older routers). Vista comes installed and enabled with something called &#8220;<em>Receive Window Auto-Tuning</em>.&#8221;</p>
<p>On advanced networks, it&#8217;s actually a pretty cool technology where the transfer of data is monitored and Vista automatically &#8220;tunes&#8221; the TCP window field to optimize packet transfer. Older routers simply do not &#8220;play nice&#8221; when it comes to that kind of window resizing. This spells trouble for home users who don&#8217;t know the difference between a packet of data and a packet of sugar. What was Microsoft thinking?</p>
<p>Luckily &#8211; there&#8217;s a way for you, the home user, to turn this default feature off as well. First, click on &#8220;<em>Start</em>&#8221; and type &#8220;<em>cmd</em>&#8221; and right-click on the command icon. You&#8217;ll see the following window.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-26011" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/tweak3.jpg" alt="tweak vista internet speed" width="345" height="387" /></p>
<p>Click on &#8220;<em>Run as Administrator</em>.&#8221;  Then, in the command box, type &#8220;<em>netsh interface tcp set global autotuning=disabled</em>&#8221; which will disable autotuning.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/tweak4.jpg" alt="vista speed tips" width="567" height="246" /></p>
<p>Now that you&#8217;ve got your new Vista finally communicating with your router (hopefully), you&#8217;re ready to tweak Vista even more in order to dramatically boost the Internet speed.</p>
<h3><strong>Vista Tweak #3 To Increase Internet Speed &#8211; Take Back Your Bandwidth</strong></h3>
<p>Another unnecessary default setting that Vista (and actually XP as well) comes with is a 20% &#8220;reserve&#8221; of your available bandwidth in order to accommodate certain applications like Windows Update. This tweak is a pretty common one most old-school users of XP already know &#8211; it&#8217;s not at all detrimental and you can immediately gain 20% of your bandwidth back, increasing Internet performance significantly.</p>
<p>This is called the QoS Reserve Bandwidth Limit, and to reduce this on any version of Vista you need to edit the registry.</p>
<p>Go to Start and type &#8220;<em>regedit</em>&#8220;. You may have to deal with the UAC, unless you&#8217;ve read Sharninder&#8217;s advice on <a href="http://www.makeuseof.com/tag/4-tips-to-speed-up-your-windows-vista-pc/">how to speed up your Vista</a> by turning it off! In Regedit, navigate to &#8220;<em>HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows</em>&#8221;</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-26013" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/tweak5.jpg" alt="vista speed tips" width="544" height="384" /></p>
<p>Right-click on Windows and create a new key called &#8220;<em>Psched</em>&#8220;, then right click on the right and create a new &#8220;DWORD&#8221; entry. Name it &#8220;<em>NonBestEffortLimit</em>&#8221; and set the value to zero to disable reserve bandwidth.</p>
<h3><strong>Vista Tweak #4 &#8211; Modify Your Browser For Optimum Speed</strong></h3>
<p>Believe it or not, not only is your Vista operating system not configured by default to blaze the Internet as fast as possible, but neither is your Internet browser! These instructions include how to increase your browsing speed on Firefox and IE.</p>
<p>First, in Firefox type, &#8220;<em>about:config</em>&#8221; into the address bar (and ignore any warnings).  In the filter field, type &#8220;<em>network</em>&#8221; and scroll down to &#8220;<em>network.http.pipelining</em>&#8221; and set it to TRUE, and set &#8220;<em>network.http.pipelining.maxrequests</em>&#8221; from 4 to anything from 8 to 12.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-26014" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/tweak7.jpg" alt="vista speedup tips" width="478" height="204" /></p>
<p>I use Firefox almost exclusively, and this one change increased my page-load time by what felt like a factor of 50%. Of course, there&#8217;s a similar tweak for Internet Explorer as well, but you have to edit the registry. As before, go to <em>Start</em> and type &#8220;<em>regedit</em>.&#8221;</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-26015" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/tweak8.jpg" alt="speed up vista basic" width="527" height="363" /></p>
<p>Navigate to &#8220;<em>HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Internet Settings</em>&#8221; and find &#8220;<em>MaxConnectionsPer1_0Server</em>&#8221; and &#8220;<em>MaxConnectionsPerServer</em>.&#8221; Set these to at least 10, or a little higher if you would like. You should also see an increase in performance for IE after making this change as well.</p>
<h3><strong>Vista Tweak #5 &#8211; Increase DNS Cache</strong></h3>
<p>This tweak is one that anyone should do anyway, as it can significantly save time while surfing the web, especially if you tend to visit the same sites often. What the DNS cache does is store information retrieved from the nameservers (IP information) so that the next time you visit the same site, your browser doesn&#8217;t have to waste time retrieving the same information from the DNS servers.</p>
<p>You can optimize this by increasing the size of your DNS cache.  This is another registry edit &#8211; so go back in there (<em>Start</em> and type &#8220;<em>regedit</em>&#8220;) and navigate to &#8220;<em>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters</em>&#8221; and then right click on the white space at the right and add four DWORD values: <em>CacheHashTableBucketSize, CacheHashTableSize, MaxCacheEntryTtlLimit</em> and <em>MaxSOACacheEntryTtlLimit</em>.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-26016" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/tweak9.jpg" alt="speed up vista basic" width="566" height="255" /></p>
<p>After checking a list of sites for the optimum setting for these values, the consensus seems to be <em>decimal</em> settings of <em>CacheHashTableBucketSize</em> to 1, <em>CacheHashTableSize</em> to 384, <em>MaxCacheEntryTtlLimit</em> to 64000 and <em>MaxSOACacheEntryTtlLimit</em> to 301.Of course, instead of using those old DNS servers, why not use <a href="http://www.makeuseof.com/tag/how-to-get-the-most-out-of-opendns/">OpenDNS</a>?  When you&#8217;re done making all of the changes above, restart your computer and when it boots back up you&#8217;ll find yourself with a Vista PC that <em>screams</em> on the Internet.</p>
<p>Did these Vista tweaks increase your Internet speed? Do you know any other cool tweaks for Vista that work even better? Share your insight in the comments section below.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/speed-up-the-shutdown-of-your-windows-system/" title="How To Speed Up The Shutdown Of Your Windows (October 18, 2008)">How To Speed Up The Shutdown Of Your Windows</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-your-windows-operating-system-with-xpy/" title="Tweak Your Windows Operating System With Xpy (October 4, 2008)">Tweak Your Windows Operating System With Xpy</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/6-free-windows-vista-utilities-to-tweak-and-improve-computer-performance/" title="6 Free Vista Utilities to Tweak and Improve Performance (November 21, 2007)">6 Free Vista Utilities to Tweak and Improve Performance</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/4-tips-to-speed-up-your-windows-vista-pc/" title="4 Tips to Speed Up Your Windows Vista PC (September 15, 2008)">4 Tips to Speed Up Your Windows Vista PC</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/10-ways-to-speed-up-torrent-downloads/" title="10 Ways To Speed Up Torrent Downloads (February 20, 2009)">10 Ways To Speed Up Torrent Downloads</a> (49)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/top-5-vista-tweaks-to-increase-internet-speed/feed/</wfw:commentRss>
		<slash:comments>84</slash:comments>
		</item>
		<item>
		<title>How To Make An &#8220;EXE&#8221; Installation File</title>
		<link>http://www.makeuseof.com/tag/how-to-make-an-exe-installation-file/</link>
		<comments>http://www.makeuseof.com/tag/how-to-make-an-exe-installation-file/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 18:01:31 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[executable]]></category>
		<category><![CDATA[windows hacks]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=25818</guid>
		<description><![CDATA[We all download software from the Internet or install applications off a CD or some other media. While some companies decide to just distribute their applications packaged in zip files, most of them use some form of an installation program, which is usually an EXE – Executable file &#8211; that runs you through a series [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/09/iexpress001.png" alt="iExpress" vspace="5" align="left" />We all download software from the Internet or install applications off a CD or some other media. While some companies decide to just distribute their applications packaged in zip files, most of them use some form of an installation program, which is usually an EXE – Executable file &#8211; that runs you through a series of steps to install the said software on your machine.</p>
<p>Have you ever wondered how those EXE files are created ?</p>
<p>Well, there are a lot of software that can help you create install packages to distribute your software, and today we’ll walk you through using one that has been been there on your Windows system all along. This unassuming utility is called iExpress and is (probably) the easiest utility you’ll ever find to make an EXE file for your software.</p>
<p>So, if you’ve ever wondered how those installation programs are created, how the &#8220;magic&#8221; happens during the installation wizard and how a simple single executable spits out hundreds of real useable program files, we’ll answer that question for you today.</p>
<p><span id="more-25818"></span><br />
Since Microsoft doesn’t create an icon for iExpress in the Programs menu, we’ll have to run it manually. If you’re using Windows XP, go to the <em>Start</em> menu and click the <em>Run</em> button. In the dialogue box that pops up, type <em>iexpress.exe</em> and press <em>Enter</em>. If, like me, you use Windows Vista, just click the <em>Start</em> menu and start typing <em>iexpress</em> and you’ll see the icon popup in the search results.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/iexpress002.png" alt="how to make exe" width="266" height="129" /></p>
<p>iExpress runs as a simple wizard and will ask you a couple of questions and based on your choices will generate the installer for you. The first question that you have to answer is if you want to create a new Installer or open an existing one. Since, this is (presumably) your first time using iexpress, we’ll select the first option and click <em>Next</em>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/iexpress003.png" alt="how to make exe" width="312" height="168" /></p>
<p>The next screen will ask you the type of package you want it to create.</p>
<p>iExpress can create a package that runs a command after it unpacks all files to a temporary location, or only extract the files to a location that the user specifies. The first option is useful if you want to, for example, run a script to make changes to the registry before the user runs your program for the first time.</p>
<p>There is a third option to create compressed files only but that is only applicable if you’re distributing Active-X controls. iExpress displays a handy description below each option so you can read that if you’re still not sure which about which option to select.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/iexpress004.png" alt="how to make exe file" width="343" height="239" /></p>
<p>The next step is to give a name to the package that you’ll create. Enter the name in the text box and move to the next screen.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/iexpress005.png" alt="make a exe a window" width="216" height="144" /></p>
<p>This step will let you display a confirmation message to the user installing the application. If you want to display a message to your user asking for confirmation if he/she wants to go ahead with the installation, then type in a message in the text box provided and when you’re done click Next.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/iexpress006.png" alt="make a exe a window" width="276" height="202" /></p>
<p>Now, you will be able to select a license agreement which the installer will ask the user to adhere to. If you have a license agreement for your application, then type it in a text file and provide that here or else select the “<em>Do not display a license</em>” option and move on.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/iexpress007.png" alt="make a exe a window" width="274" height="177" /></p>
<p>This is where you actually select the files that will be installed by the installer that you’re creating. You can select as many files as you want here. Add files to the list by clicking on the <em>Add</em> button.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/iexpress008.png" alt="make exe file" width="272" height="237" /></p>
<p>Now, you can safely move forward a few steps and keep clicking on the next button till you come across the <strong>Package name and options</strong> screen. This is where you select a name for the actual EXE file that gets generated and decide whether you want to hide the extraction process from your users or let them see all the gory details. You can also generate a log files for the installation process.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/iexpress009.png" alt="make exe file" width="327" height="217" /></p>
<p>In the next step you can choose to create what iExpress calls a <em>Self Extraction Directive</em> file. This is needed if you want to later change some of the options that you chose and create another modified installer. Since, we don’t want that right now, we’ll choose not to create an SED file.</p>
<p>That’s it.  iExpress will now go ahead and create an EXE file for you. Wasn’t that easy?</p>
<p>What other tools do you prefer to make exe files?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-stop-automatic-updates-from-nagging-you-in-3-simple-steps/" title="How to Stop Annoying &#8220;Restart&#8221; Prompt after Windows Updates (June 28, 2009)">How to Stop Annoying &#8220;Restart&#8221; Prompt after Windows Updates</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/speed-up-the-shutdown-of-your-windows-system/" title="How To Speed Up The Shutdown Of Your Windows (October 18, 2008)">How To Speed Up The Shutdown Of Your Windows</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-install-the-recovery-console-for-windows-xp/" title="How To Install The Recovery Console in Windows XP (July 16, 2009)">How To Install The Recovery Console in Windows XP</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-get-aero-shake-aero-peek-aero-snap-features-in-vista-xp/" title="How To Get Aero Shake, Aero Peek &#038; Aero Snap Features In Vista &#038; XP (October 17, 2009)">How To Get Aero Shake, Aero Peek &#038; Aero Snap Features In Vista &#038; XP</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-disable-usb-ports-to-prevent-malware-infection/" title="How To Disable USB Ports To Prevent Malware Infection (August 13, 2009)">How To Disable USB Ports To Prevent Malware Infection</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-make-an-exe-installation-file/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Click Delete &#8211; 10 Tips For The Recycle Bin (Windows XP)</title>
		<link>http://www.makeuseof.com/tag/dont-click-delete-10-free-tips-for-the-recycle-bin-windowsxp/</link>
		<comments>http://www.makeuseof.com/tag/dont-click-delete-10-free-tips-for-the-recycle-bin-windowsxp/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 18:01:14 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[windows hacks]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=24571</guid>
		<description><![CDATA[Sometimes the PC world is such a mirror for the real world. I guess in both, the trash can (that’s the Recycle Bin) is the most neglected component of our daily usage. It’s great because it’s there. We miss it only when it goes missing.
Managing waste may be a bore chore. But in the real [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/09/THumbnail.png" alt="THumbnail" vspace="5" align="left" />Sometimes the PC world is such a mirror for the real world. I guess in both, the trash can (that’s the Recycle Bin) is the most neglected component of our daily usage. It’s great because it’s there. We miss it only when it goes missing.</p>
<p>Managing waste may be a bore chore. But in the real world too, it’s where a lot of action is taking place. Think eco-consciousness and you will get the importance of recycling waste. In the world of computers too, managing the Recycle Bin is an essential chore of improving system performance.</p>
<p>Can we guess the importance from this – The Recycle Bin is the only icon shown by default on the Windows XP desktop.</p>
<p>We all have had some run-ins with Recycle Bin problems. From wanting to change its icon to hunting for a way to get back its default icon. Or probably the most frequent – rummaging within it to find the accidentally deleted file. I know I have had my share. So over the years, my search for solutions and quick fixes has resulted in a nice collection of tricks and tips. Gradually, I have come to realize that like the real world our system’s garbage can needs constant management too. Thankfully there exists lots of free ways to customize the Recycle Bin to our liking.</p>
<p><span id="more-24571"></span><br />
<span style="color: red;"><strong>Caution:</strong></span> Some of the tweaks involve editing the registry. If you do not know your way around the registry please bypass the steps. <strong>Always backup your registry before any changes.</strong></p>
<p>So now, let’s do some dumpster diving with these 10 ways to deal with the Recycle Bin.</p>
<h3><strong>Change the size of the Recycle Bin</strong></h3>
<p>By default the size allocated to the Recycle Bin is 10% of the drive size. If you delete any file that’s larger than that, Windows will prompt you with a message. So you can increase the size.</p>
<p>On the other side, a 20GB drive will have a bin size of 2GB. If you consider this to be a waste of space then you can decrease the size.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/01_Change-Size.png" alt="recycle bin free" width="344" height="407" /></p>
<ul>
<li>Right click on the desktop Recycle Bin icon and choose <em>Properties</em>.</li>
<li>Using the <em>Global</em> tab, you can set a uniform size for all the drives by selecting <em>Use one setting for all drive</em>. Or configure each drive independently by selecting <em>Configure drives independently</em>.</li>
<li>Move the slider according to the size you want to set. For all drives, use the <em>Global</em> tab. For independent sizes, use the tab for the drives. Click on <em>OK</em> and dump as much as you want.</li>
</ul>
<h3><strong>Change the name</strong></h3>
<p>If the &#8216;Recycle Bin&#8217; is too mechanical for you, it’s easy to rename the bin to something like <em>Nuked!</em> Here’s how with a registry edit. (It’s the REGISTRY – be careful!)</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/09/02_Change-Name.png" alt="recycle bin free" width="580" height="252" /></p>
<ul>
<li>Click <em>Start – Run –</em> type in <em>regedit</em> to open the registry editor.</li>
<li>Drill down to the following key &#8211; <em>HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache</em></li>
<li>On the right hand pane, double click on this value string &#8211; <em>@C:\WINDOWS\system32\SHELL32.dll,-8964</em></li>
<li>Change the <em>Value data</em> to what you want to name the bin. Click <em>OK</em> and exit the registry editor.</li>
<li>Refresh the desktop to see the name change.</li>
</ul>
<h3><strong>Change the Recycle Bin icon</strong></h3>
<p>The Recycle Bin icon can be changed easily from the <em>Desktop Properties</em> applet.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/05_Change-Icon.png" alt="change recycle bin icon" width="375" height="296" /></p>
<ul>
<li>Right click on an empty area of the desktop. Select <em>Properties</em>.</li>
<li>In <em>Display Properties</em>, select the <em>Desktop</em> tab.</li>
<li>Click on the <em>Customize Desktop</em> button – the <em>Desktop Items</em> box opens on the <em>General</em> tab.</li>
<li>Select the Recycle Bin icon &#8211; click on <em>Change Icon</em>. The choice of icons by default is provided by the Shell32.dll file. You can opt for one or browse to your favorite icon for the Recycle Bin. Click on <em>OK</em> to set it.</li>
</ul>
<h3><strong>Hide the Recycle Bin</strong></h3>
<p>There are many reasons you may wish to hide the Recycle Bin from the desktop (e.g. if you want to use Docks or a Mac-like theme). The free, non-registry way is to use the <em>Group Policy Editor</em>.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-24584" title="recycle bin missing" src="http://www.makeuseof.com/wp-content/uploads/2009/09/03_Hide.png" alt="03_Hide" width="580" height="415" /></p>
<ul>
<li>Click <em>Start – Run &#8211; </em>type <em>GPEDIT.MSC</em> and enter.</li>
<li>Expand <em>User Configuration &#8211; Administrative Templates</em> and click on <em>Desktop</em>.</li>
<li>On the right pane, double click on <em>Remove Recycle Bin Icon from Desktop</em> – In the <em>Properties</em> window click on <em>Enabled</em>.</li>
<li>Press <em>OK</em> to exit. To show it again, just select <em>Not Configured</em>.</li>
</ul>
<p><em>Note: </em>The Group Policy Editor is not available in Windows XP Home edition.</p>
<h3><strong>Restore the Recycle Bin icon</strong></h3>
<p>It’s easy to hide the recycle bin icon. But what if some system error has deleted the icon forever? Then we have to head into the registry for the repair job.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/9_Restore.png" alt="recycle bin missing" width="580" height="335" /></p>
<ul>
<li>Click <em>Start – Run –</em> type in <em>regedit</em> to open the registry editor.</li>
<li>Drill down to the following key &#8211; <em>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ Explorer\Desktop\NameSpace</em></li>
<li>Create a new key by right-clicking on it – <em>New – Key</em></li>
<li>Enter the value <em>{645FF040-5081-101B-9F08-00AA002F954E}</em>. Click <em>Enter</em>.</li>
<li>On the right hand pane, right click on the default value…click on <em>Modify</em>. Enter any name for the recycle bin in the <em>Value Data</em> field of the Edit string box.</li>
<li>Click on <em>OK</em> and exit from the registry editor. The recycle bin gets restored.</li>
</ul>
<p><strong>Skip the Confirm Delete Box and the Recycle Bin</strong></p>
<p>Deleting a file makes a <em>Confirm Folder Delete</em> box pop-up. Though, changing this safety net action is not recommended…it is easy to do so.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/04_Skip-Delete-Box.png" alt="recycle bin missing" width="344" height="407" /></p>
<ul>
<li>Right click on the Recycle Bin icon on the desktop. Click on <em>Properties</em>.</li>
<li>Uncheck the <em>Display delete confirmation dialog</em>. Click on <em>Apply</em> and <em>OK</em>.</li>
<li>Also if you don&#8217;t want to bypass the Recycle Bin completely, in the same window, select the <em>Do not move files to the Recycle Bin</em>.<em> Remove files immediately when deleted</em> check box. Alternatively, you can hold Shift when doing a delete.</li>
</ul>
<p><strong>Empty the Recycle Bin with a right click on the context menu</strong></p>
<p>There are several registry fixes which are available as downloadable .reg files. But to understand the entries they change, I think it’s better to go with the manual option.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/06_Right-Context-Menu.png" alt="recycle bin corrupt" width="580" height="318" /></p>
<ul>
<li>Click on <em>Start – Run –</em> type in <em>regedit</em>. Hit <em>OK</em>.</li>
<li>Drill down to <em>HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers</em></li>
<li>Right-click it, and create a new key &#8211; <em>Recycle Bin</em></li>
<li>Select the new key, and right click the default value to modify it on the right pane.</li>
<li>Enter the value <em>{645FF040-5081-101B-9F08-00AA002F954E}</em>.</li>
<li>Click OK and close the Registry Editor to bring an <em>Empty Recycle Bin</em> command into the context menu.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/06_Right-Context-MenuII.png" alt="recycle bin corrupt" width="186" height="246" /></p>
<h3><strong>Move the Recycle Bin to the system tray</strong></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/07_MiniBin.png" alt="recycle bin corrupt" width="170" height="120" /></p>
<p>If you want to recover one icon’s worth of screen real estate and also don’t want to remove the Recycle Bin completely, then a small tool called <a href="http://www.e-sushi.net/">MiniBin</a> could be the solution. As the developer site says, this little 43KB download can come handy if you want to hide the recycle bin from the desktop. The software does not need an installation. To make it start with Windows, you can include it in your startup folder.</p>
<h3><strong>Change how the Recycle Bin sounds</strong></h3>
<p>If you like to have your own sound play when the recycle bin is emptied,</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/08_Sounds.png" alt="recycle bin disappeared" width="367" height="455" /></p>
<ul>
<li>Go to <em>Control Panel – Sounds and Audio Devices</em>.</li>
<li>Click on the <em>Sounds</em> tab. Under <em>Program events</em> go down to <em>Windows Explorer – Empty Recycle Bin</em>.</li>
<li>Select any other sound from the defaults under the <em>Sounds</em> dropdown or browse to the location of your own wav file. Test it with a click of the little black arrow.</li>
</ul>
<h3><strong>Bring Recycle Bin into focus when it’s hidden</strong></h3>
<p>This cool trick only works if the recycle bin remains at its default bottom right location on the desktop. You can bring the recycle bin back into focus if it’s obscured by a lot of open windows. Simply drag the files you want to delete into an empty area of the taskbar. All open windows minimize automatically and you can simply drop the files into the bin.</p>
<p>If you notice, deleting a file is probably the most long drawn Windows process. From selecting a file to deleting it, clicking on the confirmation, emptying the recycle bin and again confirming the action. Even then the file can be recovered using recovery tools as Windows does not immediately write over it. So in short, Windows gives us a lot of time to go over our decision to delete a file.</p>
<p>The Recycle bin has been called a safety net. That’s why it deserves our attention and all the tips and tricks we can muster. Do you know of any other?</p>
<p><small>Image Credit:<a rel="nofollow" href="http://www.flickr.com/photos/7371031@N08/2309403529/"> London Permaculture</a></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/speed-up-the-shutdown-of-your-windows-system/" title="How To Speed Up The Shutdown Of Your Windows (October 18, 2008)">How To Speed Up The Shutdown Of Your Windows</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/useful-windows-registry-tweaks-part-2/" title="Windows Registry Tweaks (Part 2) (September 13, 2007)">Windows Registry Tweaks (Part 2)</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/winhack-some-quick-windows-registry-tweaks/" title="Three Quick Registry Tweaks to Customize Windows Like a Pro (October 11, 2008)">Three Quick Registry Tweaks to Customize Windows Like a Pro</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/some-non-registry-windows-tweaks/" title="Some non-Registry Windows tweaks (September 11, 2007)">Some non-Registry Windows tweaks</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/scared-of-the-windows-registry-winsecret-makes-tweaking-easy/" title="Scared of the Windows registry? WinSecret makes tweaking easy! (June 23, 2008)">Scared of the Windows registry? WinSecret makes tweaking easy!</a> (11)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/dont-click-delete-10-free-tips-for-the-recycle-bin-windowsxp/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>4 Easy Ways to Customize Common Dialog Box on Windows XP</title>
		<link>http://www.makeuseof.com/tag/4-more-ways-to-customize-common-dialog-open-in-windows-xp/</link>
		<comments>http://www.makeuseof.com/tag/4-more-ways-to-customize-common-dialog-open-in-windows-xp/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 16:01:02 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[desktop enhancements]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[windows hacks]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=24171</guid>
		<description><![CDATA[The humorist, Andy Rooney once quipped &#8220;computers make it easier to do a lot of things, but most of the things they make it easier to do don&#8217;t need to be done.&#8221;
Perhaps he was an early advocate of simplicity. The world has leapfrogged ahead since he made this observation and so has computer technology. If [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Thumbnail1.png" alt="Thumbnail" vspace="5" align="left" />The humorist, Andy Rooney once quipped &#8220;computers make it easier to do a lot of things, but most of the things they make it easier to do don&#8217;t need to be done.&#8221;</p>
<p>Perhaps he was an early advocate of simplicity. The world has leapfrogged ahead since he made this observation and so has computer technology. If we dissect the razzmatazz of technology, life has been rendered simpler in some ways. Launches of new apps and software suites continue to push the agenda for productivity. Where would Windows tips and tricks or say, Firefox add-ons be without this central idea?</p>
<p>And we continue to search for productive ways to do the same old things. Even a simple thing like opening a file or saving it in default locations can be tweaked to shave a few seconds here and there.</p>
<p><span id="more-24171"></span><br />
Windows tips and tricks abound. We only have to pick and adapt what we want for ourselves. A computer user’s default behavior (apart from switching on a computer first) centers a lot on opening and saving files. The <em>Common Dialog Box</em> is where most of the action takes place. The Common Dialog open box crops up when we need to open a file, or save one from any application. The five options on the left bar &#8211; <em>My Recent Documents, Desktop, My Documents, My Computer</em> and <em>My Network Places</em> come as defaults. </p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/09/fileopen1.png" alt="" /></p>
<p>The five normally should serve as quick access clicks to the most common areas of the computer. But every user has an individual idea of his commonly used folders and locations.</p>
<p>With some simple tweaking it is possible to change the default locations in the Common Places bar to a more customized set. A few posts back Karl talked about the <a href="http://www.makeuseof.com/tag/use-the-places-utility-to-customize-your-open-file-locations-in-windows/">Places Utility</a> from Simpli Software. Here are four more for the customization job.</p>
<h3><strong>Hacking the Registry</strong></h3>
<p>Okay, that sounds scary. Novices shouldn’t dive into the registry without a sense of what they are doing. And as with all engineering related to the registry,  <strong>backup your registry</strong> before a tweak.</p>
<p>To <em>open</em> the registry editor: <em>Run</em> – Type <em>regedit</em> – click <em>OK</em>.</p>
<p>To back up the entire registry: in the registry editor – Click <em>File</em> – <em>Export Registry File</em>. Save to a preferred location.</p>
<p>That done, drill down to the following entry –<em><strong> </strong>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\</em>.  Here, we have to create a Place bar sub-key at this location as it is not present by default. Sub-keys can be created with a right click on an empty area.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/2_RE_Right-Click.png" alt="2_RE_Right-Click" width="580" height="398" /></p>
<p>With Policies selected, right click on an empty area and select <em>New – Key</em>. Type in <em>comdlg32</em>. Then, select <em>comdlg32</em> and create similarly the key <em>Placesbar</em>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/2_RE_New-Entry.png" alt="2_RE_New-Entry" width="195" height="110" /></p>
<p>The entire key looks like this &#8211; <em>HKEY_CURRENT_USER \ Software \ Microsoft  \ Windows \ CurrentVersion \ Policies \ comdlg32 \ Placesbar<strong><br />
</strong></em></p>
<p>Five Key values will point to the five custom folders we can create for the common dialog box. With Placesbar selected, right click on the empty box and create five string values <em>(Place0, Place1…Place4)</em>. Right click on each and enter the full path to the folder of choice. As shown in the following screenshot…</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/2_RE_NewValues.png" alt="2_RE_NewValues" width="580" height="220" /></p>
<p>This is the finished look…</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/2_Finished.png" alt="2_Finished" width="577" height="480" /></p>
<p>A few key points to consider -</p>
<ul>
<li>You can only create a maximum of five values; anymore will be ignored by the system.</li>
<li>The change in the common dialog is reflected throughout the system except in MS Office.</li>
<li>If you want to go back to the old look then simply right click and delete Placesbar.</li>
</ul>
<p><strong>Using the Group Policy Editor</strong></p>
<p>GPE can be used to as a user interface to make some convenient changes to the default settings of Windows. These settings are called <em>policies</em> and using the GPE we can tweak these to our convenience (remember the posts on blocking <a href="http://www.makeuseof.com/tag/how-to-manage-the-google-update-service-windows/">auto-updates</a> of Google where we had used GPE?)</p>
<p>GPE is a ‘hidden’ administrative tool. So we access it from Run – <em>gpedit.msc</em>.</p>
<p>Click through to the following common dialog open location &#8211; <em>User Configuration &#8211; Administrative Templates &#8211; Windows Components &#8211; Windows Explorer &#8211; Common Open File Dialog. </em></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/3_GPE.png" alt="3_GPE" width="580" height="354" /></p>
<p>Double click on the <em>Common Open File Dialog</em> folder icon to access the settings given for common dialog open.</p>
<p>Access the <em>Properties</em> tab for<em> Items displayed in Places bar</em> by either right clicking on it or by clicking the <em>Properties</em> link given in the description.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/3_GPE_Items.png" alt="3_GPE_Items" width="544" height="264" /></p>
<p>The properties box has two tabs – <em>Settings</em> and <em>Explain</em>. Enable the setting and enter the full paths to your choice folders (Also, explained in the Explain tab).</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/3_GPE_Entries.png" alt="3_GPE_Entries" width="404" height="455" /></p>
<p>Click on <em>Apply</em> and <em>OK</em> to have your custom Common Dialog Places Bar.</p>
<p>Note:  The Group Policy Editor is not a standard feature of Windows XP Home Edition. Though, workarounds are available on the net.</p>
<h3><strong>Tweaking with Third Party Tools</strong></h3>
<p>TweakUI is probably the most well known of Windows modifying tools. Though Microsoft ‘officially’ does not support it, it is considered to be a <a href="http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx">Microsoft PowerToy</a>. TweakUI (ver2.10) can be used by your dog to do the stuff we sweated over in the earlier two sections.</p>
<p>Navigate to the Common Dialog settings and use the dropdowns on the right to select any of the predefined locations or just type in your own. You can also go back to the default look or hide the Places bar altogether.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/4_TweakUI.png" alt="4_TweakUI" width="524" height="423" /></p>
<p><strong>PlacesBar Editor</strong> is a neat open source utility that’s right on the button for customizing the Common Dialog Box buttons. <a href="http://melloware.com/products/placesbarv1/">PlacesBar Editor</a> allows you to set five custom folders of your choice. There’s a second tab for changing the defaults for Microsoft Office too. If you goof up, there’s the Default button to reset everything back.</p>
<p>The only irritant is that this program, though free, is donationware. A Paypal window pops up once or twice requesting some openhandedness from you.  PlacesBar Editor goes with <em>Windows 2000/XP/ME/Vista</em>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/5_PlacesBar-Editor.png" alt="5_PlacesBar-Editor" width="498" height="359" /></p>
<h3><strong>All Done!</strong></h3>
<p>For the sake of simplicity, you now have too many tools for the job. That’s a bit of a clutter isn’t it? But the choices are for us to pick. If you don’t like installing programs, then there’s the registry hack and the GPE. If you do, then there are the three applications we have covered over the two posts. Which one is <em>your</em> tool of choice?</p>
<p><small>Image Credit:<a rel="nofollow" href="http://www.flickr.com/photos/23737028@N08/2326287045/"> fatbwoy</a></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/windows-system-tools-at-your-fingertips-with-fastkake/" title="Windows System Tools at your Fingertips with FastKake (March 26, 2008)">Windows System Tools at your Fingertips with FastKake</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/use-the-places-utility-to-customize-your-open-file-locations-in-windows/" title="Use the Places Utility to Customize Locations in Open File Dialogue Box [Windows] (September 2, 2009)">Use the Places Utility to Customize Locations in Open File Dialogue Box [Windows]</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/winhack-some-quick-windows-registry-tweaks/" title="Three Quick Registry Tweaks to Customize Windows Like a Pro (October 11, 2008)">Three Quick Registry Tweaks to Customize Windows Like a Pro</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/the-essential-keyboard-shortcuts-to-whip-your-windows/" title="The Essential Keyboard Shortcuts to whip your Windows (March 19, 2008)">The Essential Keyboard Shortcuts to whip your Windows</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/open-up-your-right-click-menu-options-with-open-windows/" title="Openup Right Click Menu Options with Open++ (Windows) (December 29, 2008)">Openup Right Click Menu Options with Open++ (Windows)</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/4-more-ways-to-customize-common-dialog-open-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Disable USB Ports To Prevent Malware Infection</title>
		<link>http://www.makeuseof.com/tag/how-to-disable-usb-ports-to-prevent-malware-infection/</link>
		<comments>http://www.makeuseof.com/tag/how-to-disable-usb-ports-to-prevent-malware-infection/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 18:01:06 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[usb drives]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[windows hacks]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=22847</guid>
		<description><![CDATA[A Reader writes in:
&#8220;My PC is being shared by my roomies &#8211; they mainly use  it for watching films &#8211; virus threats from USB is paramount. I have no  issue with CD drives. But USB&#8217;s are a no-no. So its really important that I do this (block or lockdown USB ports).&#8221;
There are plenty [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/05/thumbnail.png" alt="" vspace="5" align="left" />A Reader writes in:<br />
&#8220;<em>My PC is being shared by my roomies &#8211; they mainly use  it for watching films &#8211; virus threats from USB is paramount. I have no  issue with CD drives. But USB&#8217;s are a no-no. So its really important that I do this (block or lockdown USB ports).</em>&#8221;</p>
<p>There are plenty of ways to disable usb ports and you don&#8217;t need any special software.</p>
<h3>Disable USB Ports By Disabling Autorun</h3>
<p>Most of the malware that spreads through USB devices spreads because of the <em>Autorun</em> feature which automatically executes a said file mentioned in the <em>autorun.inf</em> file located at the root of the USB device folder tree. Something as unsuspicious as &#8220;<em>Open folder to view files</em>&#8221; to the untrained eye can be easily made to run any desired file on the drive and can thus infect your computer. So disabling autorun is always one of the better options. To do so:</p>
<p><span id="more-22847"></span></p>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/08/groupedit.png" alt="" width="317" height="217" /></p>
<ul>
<li>First, the key combination <em>Win + R</em> and type <em>Gpedit.msc</em></li>
<li>Navigate to <em>Computer Configuration &gt;</em><em> Administrative Templates &gt; Windows Components</em>,  then click Autoplay Policies. (XP users should try <em>Computer Configuration &gt;</em><em> Administrative Templates &gt; System</em></li>
<li>In the <em>Details</em> pane, double-click <em>Turn off Autoplay.</em></li>
<li>Click <em>Enabled</em>, select <em>All drives</em> in the <em>Turn off Autoplay</em> box to disable Autorun on all drives.</li>
</ul>
<p>Microsoft Help and Support has <a href="http://support.microsoft.com/kb/967715">more details and methods</a></p>
<h3><strong>Option 1. Disable users from connecting USB devices</strong></h3>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/08/registryedit.png" alt="" width="437" height="259" /></p>
<p>You can prevent selected user accounts from connecting USB devices to your computer. So if you share your laptop/computer with a friend, you should create a separate user account and deny his/her account the ability to connect USB devices. <a href="support.microsoft.com/kb/823732">Microsoft Help and Support provides steps</a> to obtain such fine grain control.</p>
<p>Or you can simply navigate   to <em>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor</em> and set the value of <strong>Start</strong> to <strong>4</strong>. To enable access again change the value back to <strong>3</strong></p>
<p>Although the site mentions that this applies to Windows XP, 2000 and 2003 it worked just fine on Windows Vista and Windows 7 as well.</p>
<h3><strong>Option 2. Change BIOS, disable USB ports, password protect BIOS</strong></h3>
<p>Enter your system&#8217;s BIOS, just when you press the Power On button. Look for anything that allows you to disable USB ports, disable them and make sure you add a BIOS password.</p>
<h3><strong>Option 3. User Device Manager to disable USB</strong></h3>
<p><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/08/devicemangerdisable.png" alt="" width="297" height="214" /></p>
<ul>
<li>Go to Device Manager (Right click <em>My Computer</em>, choose <em>Manage</em>, choose <em>Device Manager</em> in left pane)</li>
<li>Now look for <em>USB Devices</em> in the right pane, right click on the device and choose <em>disable</em>.</li>
</ul>
<p>Of course you would like to make it a little easier to enable/disable the USB ports. For that you need to create a <em>reg</em> file that modifies the appropriate registry key. Here is an example (make sure to spell everything correctly):</p>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/08/regentry.png" alt="" width="505" height="123" /></p>
<p>Now double clicking on this file will enable access, similarly you can change 00000003 to 00000004 to create a reg file for disabling access.</p>
<p>None of these are fool proof, there is always someone smart enough to find a way around. If you really want to go all the way you can fill the ports with some epoxy or a similar substance! This is of course not a recommended solution for your personal computer but might come in handy for large organizations trying to prevent employees from using USB devices.</p>
<p>All in all the options are good enough to stop accidental, non intentional spread of malware/compromise of your computer as mostly happens when a USB device is plugged into different computers. However don&#8217;t bet your life on these if some one is really determined to  use a USB device on your computer for whatever reason.</p>
<p>How do you protect your computer from malware spread via USB drives?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/prevent-pc-from-booting-if-your-usb-drive-is-not-inserted/" title="Use Your USB Stick As a Key to Boot Your Windows PC (December 13, 2008)">Use Your USB Stick As a Key to Boot Your Windows PC</a> (52)</li>
	<li><a href="http://www.makeuseof.com/tag/one-network-admins-tool-to-rule-them-all/" title="One Network Admin&#8217;s Tool to Rule Them All (January 30, 2008)">One Network Admin&#8217;s Tool to Rule Them All</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/steal-your-friends-passwords-and-software-licenses/" title="Steal Your Friends Passwords and Software Licenses! (October 3, 2008)">Steal Your Friends Passwords and Software Licenses!</a> (32)</li>
	<li><a href="http://www.makeuseof.com/tag/spyware-terminator-%e2%80%93-free-real-time-spyware-protection/" title="Spyware Terminator – Free Real-time Spyware Protection (July 2, 2008)">Spyware Terminator – Free Real-time Spyware Protection</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-sync-files-between-pc-and-usb-thumb-drive/" title="How to Sync Files between PC and USB Thumb Drive? (February 2, 2008)">How to Sync Files between PC and USB Thumb Drive?</a> (27)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-disable-usb-ports-to-prevent-malware-infection/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>12 More Windows 7 Tips &amp; Hacks</title>
		<link>http://www.makeuseof.com/tag/best-windows-7-tips-hacks-part-2/</link>
		<comments>http://www.makeuseof.com/tag/best-windows-7-tips-hacks-part-2/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 20:01:35 +0000</pubDate>
		<dc:creator>Mahendra Palsule</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows hacks]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=21332</guid>
		<description><![CDATA[ In the previous article, we looked at some basic tips and tricks to unleash the power of the new Windows 7 user interface. In Part 2, we&#8217;re going to cover additional tips to improve usability, enhance the performance, and help secure Windows 7.
Some tweaks available on the web (like opening Explorer at My Computer [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/image21.png" border="0" alt="" vspace="5" align="left" /> In the <a href="http://www.makeuseof.com/tag/best-windows-7-tips-and-hacks-part-1/">previous article</a>, we looked at some basic tips and tricks to unleash the power of the new Windows 7 user interface. In Part 2, we&#8217;re going to cover additional tips to improve usability, enhance the performance, and help secure Windows 7.</p>
<p>Some tweaks available on the web (like opening Explorer at My Computer or using PC Safeguard) are now obsolete because of the updates from Beta to RC. All the tips here work with Windows 7 RC (Build 7100), and most, if not all, will work with the final release.</p>
<h3><strong>1. Add Search Providers to Windows 7</strong></h3>
<p>Windows 7 allows you to search remote website databases from your desktop, using open standards like Open Search and RSS. Here are some of the popular and useful search providers you can add to Windows 7:</p>
<ul>
<li><a href="http://cid-939a92f9ab7a681e.skydrive.live.com/self.aspx/Public/bing.osdx">Bing</a> (via Chakkaradeep)</li>
<li><a href="http://www.istartedsomething.com/flickrsearch/">Flickr</a> (via Long Zheng)</li>
<li><a href="http://w7search.chakkaradeep.com/">Twitter</a> (via Chakkaradeep)</li>
<li><a href="http://www.sevenforums.com/sfp/youtube.osdx">YouTube</a></li>
<li><a href="http://www.sevenforums.com/sfp/ebay.osdx">eBay</a></li>
<li><a href="http://www.sevenforums.com/sfp/googlenews.osdx">Google News</a></li>
<li><a href="http://www.sevenforums.com/attachments/tutorials/4009d1233549703-windows-7-search-federation-providers-digg.osdx">Digg</a></li>
<li><a href="http://www.sevenforums.com/attachments/tutorials/5615d1236617616-windows-7-search-federation-providers-deviant-art.osdx">Deviant Art</a></li>
</ul>
<p>You can install these and additional connectors from <a href="http://www.sevenforums.com/tutorials/742-windows-7-search-federation-providers.html">Windows 7 forums</a>, or get a pack with multiple search providers <a href="http://www.beingmanan.com/wp/2009/01/windows-7-resources-built-how-to-on-themes-connectors/">here</a>.</p>
<p style="text-align: center;"><span id="more-21332"></span><br />
<img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/FlickrSearch.png" border="0" alt="Flickr Search" /></p>
<p>These search connectors work even within Windows Common Dialogs, such as the <em>Insert Picture</em> dialog from PowerPoint or any other application. You can even drag and drop Flickr images from Explorer search results to copy them to your desktop, <em>without opening any web browser</em>.</p>
<h3><strong>2. Single Click Screen Lock</strong></h3>
<p>You can lock your computer using the <strong>Win+L</strong> keyboard shortcut. Here’s another way to do it with a single mouse click. Right-click on your desktop, select <em>New, Shortcut.</em> In <em>Type the location of the item</em>, enter <strong>rundll32.exe user32.dll,LockWorkStation</strong>. Click Next, name the shortcut ‘Quick Lock’, and <em>Finish.</em></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/QuickLock.png" border="0" alt="QuickLock" /></p>
<p>If you wish, you can make it look pretty by giving it a lock or keys icon: Right-click, select <em>Properties,</em> click <em>Change Icon</em>, enter <strong>shell32.dll</strong>, and select any icon you wish. Drag this shortcut and pin it to the taskbar, after which you can delete the desktop shortcut.</p>
<h3><strong>3. Customize Sticky Notes</strong></h3>
<p>You can format your Sticky Notes, by selecting text and using different keyboard shortcuts as shown in this screen capture:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/FormattedSticky.png" border="0" alt="Formatted Sticky" /></p>
<h3><strong>4. Use New Accessories</strong></h3>
<p>Don’t forget to use the revamped accessories in Windows 7. With WordPad, you can open and save Office 2007 <em>.docx</em> and Open Document <em>.odt</em> documents.</p>
<p>The improved Calculator can convert units, and calculate dates, fuel economy, mortgage and lease payments.</p>
<p>Paint has new brush strokes, shapes, and grid support. Paint and WordPad have Print Preview and the Ribbon UI, which brings customizability and live formatting previews.</p>
<h3><strong>5. Use Check Boxes in Windows Explorer</strong></h3>
<p>You can select non-adjacent files in Explorer using Ctrl-click, but there is an easier way using check boxes. In Explorer, click <em>Organize,</em> then select <em>Folder and search options.</em></p>
<p>On the <strong>View</strong> tab, under <em>Advanced Settings</em>, scroll down to select<em> Use check boxes to select items.</em> Now you can easily select multiple items using only the mouse.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/CheckboxSelection.jpg" border="0" alt="Checkbox Selection" /></p>
<h3><strong>6. Shortcut to Run Program as Administrator</strong></h3>
<p>You can <strong>Ctrl+Shift+Click</strong> on a taskbar icon to run the application as an Administrator with full rights (provided your account has permissions). Simply <strong>Shift+Right-Click</strong> on any program shortcut to run it as a different user, if for example you need higher privileges when logged in with your child’s account.</p>
<h3><strong>7. Boost performance with ReadyBoost</strong></h3>
<p>ReadyBoost improves your system performance by using faster USB Flash Drives instead of slower hard disks for system operations. It works best using flash drives with at least 1 GB of storage. Simply insert your flash drive, and if it meets certain performance benchmarks, Windows 7 will ask you if you want to use it for ReadyBoost and recommend the size to reserve.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/ReadyBoostSettings.png" border="0" alt="ReadyBoost Settings" /></p>
<h3><strong>8. Tweak Windows Search/Defender Services</strong></h3>
<p>By default, Windows indexes all files appearing under all your <a href="http://www.makeuseof.com/tag/windows-7-libraries-%E2%80%93-and-why-you-want-them/">libraries</a>, email, and offline files. You can reduce the time and resources spent in indexing by tweaking this to your actual needs.</p>
<p>Go to <em>Control Panel, </em>then<em> Indexing Options.</em> Windows 7 shows a list of locations currently being indexed. Click on <em>Modify</em> to choose only those locations where you perform frequent searches.</p>
<p>You can also disable Windows Search and Windows Defender services, which can take up system resources. If you do not search for files, images, documents, etc. using Windows Explorer, or use <a href="http://www.makeuseof.com/tag/top-4-ways-to-find-that-elusive-file/">another search/indexing program</a>, then you should disable Windows Search service. If, and only if, you use a <a href="http://www.makeuseof.com/tags/anti-virus/">third-party anti-virus program</a> that is also anti-malware (the best ones are), you can also disable the Windows Defender service.</p>
<p>Go to <em>Start,</em> enter and run <strong>msconfig</strong>. From the <em>Services</em> tab, uncheck the box for the service you wish to disable, and reboot for the changes to take effect.</p>
<h3><strong>9. Secure USB Drives with BitLocker</strong></h3>
<p>Secure your USB flash drives using BitLocker encryption. Right-click on your USB drive in <em>My Computer</em>, select <em>Turn on BitLocker</em> and follow the instructions to protect sensitive data on your thumb drives.</p>
<p>The next time you use your USB drive on another computer, it will prompt you for the password before allowing you read-only access to your flash drive. You can even use the drive on older computers running Windows XP/Vista.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/TurnOnBitLocker.png" border="0" alt="Turn On BitLocker" /></p>
<h3>10. Create a System Recovery Disc</h3>
<p>A system recovery disc helps you in situations where Windows cannot start successfully. Your Windows 7 installation disc also serves as a recovery disc. When Windows 7 comes pre-installed on computers, you will need to create a system recovery disc.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/SystemRepairDisc.png" border="0" alt="System Repair Disc" /></p>
<p>Click <em>Start,</em> enter and run <strong>recdisc.exe</strong>. Insert a blank CD/DVD in your burner, and click <em>Create Disc</em>.</p>
<h2><span style="color: red;"><strong>**Caution**</strong></span></h2>
<p>Follow the next two tips <em>only if you’re knowledgeable enough to edit the Windows registry</em>. Before making any changes, make sure you back up your registry as <a href="http://www.makeuseof.com/tag/registry-tweaks-to-give-your-windows-an-ooomph/">described earlier</a> on MakeUseOf.</p>
<h3><strong>11. Faster Thumbnail Previews</strong></h3>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/thumbnailpreview.gif" alt="thumbnailpreview" vspace="5" align="left" />The taskbar shows thumbnail previews of opened windows when you hover the mouse over the program icon. By default, it takes a little time for the preview to appear. Make the previews appear faster with this registry tweak:</p>
<p>Go to Start, enter and run <strong>regedit</strong>. Navigate to <em>HKEY_CURRENT_USER\Control Panel\Mouse.</em> On the right, open the <strong>MouseHoverTime</strong> key and reduce its value from the default 400 to around 150.</p>
<p>Be careful, as decreasing it further may cause problems.</p>
<h3><strong>12. Faster Shutdown</strong></h3>
<p>Start <strong>regedit</strong> and navigate to <em>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control.</em> Find the <strong>WaitToKillServiceTimeout </strong>key on the right, double-click to edit and change it from the default 12000 (12 seconds) to 2000 (2 seconds) or above.</p>
<p>This setting tells Windows how long to wait before prompting you that a service is not responding to the shut down request. This may help speed up your shutdown if you have any such services running.</p>
<p>These are some of the best Windows 7 tips we found. Did we miss any of your favorites? Share with us in the comments!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-get-aero-shake-aero-peek-aero-snap-features-in-vista-xp/" title="How To Get Aero Shake, Aero Peek &#038; Aero Snap Features In Vista &#038; XP (October 17, 2009)">How To Get Aero Shake, Aero Peek &#038; Aero Snap Features In Vista &#038; XP</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/best-windows-7-tips-and-hacks-part-1/" title="15 Best Windows 7 Tips and Hacks (July 23, 2009)">15 Best Windows 7 Tips and Hacks</a> (26)</li>
	<li><a href="http://www.makeuseof.com/tag/understanding-windows-7-themes-inside-out/" title="Your Easy Guide to Windows 7 Themes (September 6, 2009)">Your Easy Guide to Windows 7 Themes</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/windows-7-libraries-%e2%80%93-and-why-you-want-them/" title="Windows 7 Libraries Explained – And Why You Want Them (June 21, 2009)">Windows 7 Libraries Explained – And Why You Want Them</a> (50)</li>
	<li><a href="http://www.makeuseof.com/tag/vista-switcher-replace-windows-alt-tab-with-something-cooler/" title="Vista Switcher &#8211; Replace Windows&#8217; Alt-Tab With Something Cooler (October 21, 2009)">Vista Switcher &#8211; Replace Windows&#8217; Alt-Tab With Something Cooler</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/best-windows-7-tips-hacks-part-2/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>15 Best Windows 7 Tips and Hacks</title>
		<link>http://www.makeuseof.com/tag/best-windows-7-tips-and-hacks-part-1/</link>
		<comments>http://www.makeuseof.com/tag/best-windows-7-tips-and-hacks-part-1/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 14:00:39 +0000</pubDate>
		<dc:creator>Mahendra Palsule</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows hacks]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=20950</guid>
		<description><![CDATA[You have upgraded to Windows 7, love the new taskbar, and enjoy the power of using the cool Libraries feature.
But now you want more. You want the cool tips and tricks that make Windows 7 fun!
So here are the best ones to help you get the most out of your new OS. In this article, [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/image17.png" alt="" vspace="5" align="left" />You have <a href="http://www.makeuseof.com/tag/the-ultimate-upgrade-to-windows-7-guide/">upgraded to</a> Windows 7, love the <a href="http://www.makeuseof.com/tag/the-best-new-feature-in-windows-7-the-taskbar/">new taskbar</a>, and enjoy the power of using the cool <a href="http://www.makeuseof.com/tag/windows-7-libraries-%E2%80%93-and-why-you-want-them/">Libraries</a> feature.</p>
<p>But now you want more. You want the cool tips and tricks that make Windows 7 fun!</p>
<p>So here are the best ones to help you get the most out of your new OS. In this article, we will focus on the <a href="http://makeuseof.com/tags/windows-7/">Windows 7</a> interface to get you started on the road to becoming a Windows 7 Power User. In Part 2, we will be looking at advanced tips for usability, performance, and security.<br />
<span id="more-20950"></span></p>
<h3>1. Use Keyboard Shortcuts</h3>
<p>Using the mouse, you can <em>drag-‘n-dock</em> windows to either side of the screen, or drag it to the top to maximize it. These keyboard shortcuts are even faster:</p>
<ul>
<li><strong>Win+Left Arrow</strong> and <strong>Win+Right Arrow</strong> dock the window to the left and right side of the screen</li>
<li><strong>Win+Up Arrow</strong> and <strong>Win+Down Arrow</strong> maximize and restore/minimize</li>
<li><strong>Win+M</strong> minimizes everything</li>
<li><strong>Alt+Up</strong>, <strong>Alt+Left Arrow</strong>, <strong>Alt+Right Arrow</strong> navigate to parent folder, or browse Back and Forward through folders in Explorer</li>
<li><strong>Win+Home</strong> minimizes/restores all open windows except the active window</li>
<li><strong>Alt</strong>+<strong>Win</strong>+<strong>#</strong> accesses the Jump List of program number &#8216;#&#8217; on the taskbar</li>
</ul>
<h3>2.Rearrange System Tray Icons</h3>
<p align="center"><img style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="SystemTray" src="http://www.makeuseof.com/wp-content/uploads/2009/07/SystemTray.png" border="0" alt="SystemTray" width="239" height="131" /></p>
<p>You can rearrange icons on the taskbar as you wish and start new (or switch to running) instances of the first ten taskbar programs using <strong>Win+1</strong>, <strong>Win+2</strong>, and so on. The cool thing is you can also rearrange system tray icons. Reorder them on the tray or move them outside or back in the tray. Take control of what you want to always keep an eye on, and from which apps you&#8217;ll require notifications.</p>
<h3>3. Access Jump Lists with the Left Mouse Button</h3>
<p>Jump Lists usually show up when you right-click on a taskbar icon. However, they can also be accessed by holding the left mouse button and dragging upwards. If you’re using a laptop touchpad or a touch screen, this is convenient because you do not have to click any button to access a context menu.</p>
<h3>4. Add Any Folder to Favorites</h3>
<p align="center"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="AddToFavorites" src="http://www.makeuseof.com/wp-content/uploads/2009/07/AddToFavorites.png" border="0" alt="AddToFavorites" width="323" height="245" /></p>
<p>You can add any library or folder to the Favorites section in Windows Explorer. To add a folder, navigate to it in Explorer, right-click <strong>Favorites </strong>in the left navigation pane, and select <strong>Add current location to Favorites</strong>. Now you get quick access to your favorite folders in all <em>File-&gt;Save As</em> dialogs!</p>
<h3>5. Pin Frequently Used Folders to the Taskbar</h3>
<p>Right-click, drag, and pin your favorite folders to Windows Explorer on the taskbar. They will now show up in the <em>Jump List</em> when you right click on Explorer giving you quick access to your favorite folders.</p>
<h3>6. Pin  Control Panel to the Taskbar</h3>
<p align="center"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" title="PinControlPanel" src="http://www.makeuseof.com/wp-content/uploads/2009/07/PinControlPanel.png" border="0" alt="PinControlPanel" width="208" height="120" /></p>
<p>You cannot pin the Control Panel to the taskbar via the <strong>Start Menu</strong> or by drag and drop. Open the Control Panel and right-click its taskbar icon to pin it to the taskbar. An advantage of this is that Control Panel&#8217;s Jump List allows quick access to recently used functions.</p>
<h3>7. Create Keyboard Shortcuts for Programs</h3>
<p>You can create keyboard shortcuts for any program in Windows 7. Right-click the program icon and select <strong>Properties</strong>. Select the <strong>Shortcut</strong> tab, click in <strong>Shortcut key</strong>, to set the keyboard shortcut for that program.</p>
<p align="center"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="ProgramShortcutKey" src="http://www.makeuseof.com/wp-content/uploads/2009/07/ProgramShortcutKey.png" border="0" alt="ProgramShortcutKey" width="359" height="375" /></p>
<h3>8. Open Command Prompt in Any Folder</h3>
<p>Like the command prompt? Miss the ‘<em>Open Command Window Here’</em> Windows XP power toy? Press ‘<strong>Shift’</strong> when right-clicking on a folder to get that option in the context menu. This also works on the desktop. No power toy required!</p>
<p align="center"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="ExpandedContextMenu" src="http://www.makeuseof.com/wp-content/uploads/2009/07/ExpandedContextMenu.png" border="0" alt="ExpandedContextMenu" width="508" height="380" /></p>
<h3>9. View Expanded &#8216;Send To&#8217; Menu</h3>
<p>Press <strong>Shift</strong> when right-clicking on a folder to get an expanded <strong>Send To</strong> menu.</p>
<h3>10. Adjust Screen Text with Clear Type</h3>
<p>Use <strong>Clear Type Tuner</strong> for the best look on your LCD monitor or laptop screen. Run ‘<strong>cttune.exe</strong>’ from the <strong>Start Menu</strong> search box, or go to the Control Panel Display applet, and select <strong>Adjust ClearType Text</strong> from the left.</p>
<p align="center"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="ClearType Tuner" src="http://www.makeuseof.com/wp-content/uploads/2009/07/ClearTypeTuner.png" border="0" alt="ClearType Tuner" width="453" height="465" /></p>
<h3>11. Get Exact Colors On Your Screen</h3>
<p>If you are an artist or you work with colors, use the <strong>Calibrate Color</strong> option in the Control Panel Display applet or run <strong>dccw.exe</strong> from the <strong>Start Menu</strong> search box. You can adjust gamma, brightness, contrast, and color balance, ensuring that colors are displayed correctly on your screen.</p>
<h3>12. Customize the Power Button</h3>
<p>If you restart your computer more often than you shut it down, change the default <strong>Shutdown</strong> power button to <strong>Restart</strong>. Right-click on <strong>Start</strong>, select <strong>Properties</strong>, and choose the <strong>Power button action</strong> that you use the most.</p>
<p align="center"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="StartMenuProperties" src="http://www.makeuseof.com/wp-content/uploads/2009/07/StartMenuProperties.png" border="0" alt="StartMenuProperties" width="399" height="232" /></p>
<h3>13. Customize Number of Items in Jump Lists &amp; Start Menu</h3>
<p>Right-click <strong>Start</strong>, select <strong>Properties</strong>, click <strong>Customize</strong> and choose the number of recent programs to be shown in the <strong>Start Menu</strong> and the number of items displayed in <strong>Jump Lists</strong> from the Start Menu Size section below.</p>
<h3>14. Search Internet from the Start Menu</h3>
<p align="center"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="SearchInternetStartMenu" src="http://www.makeuseof.com/wp-content/uploads/2009/07/SearchInternetStartMenu.png" border="0" alt="SearchInternetStartMenu" width="351" height="146" /></p>
<p>Enable Internet search from the Start Menu using your default browser. Run <strong>GPEDIT.MSC</strong> from the <strong>Start Menu</strong> search box to start the <em>Group Policy Editor</em>. In the left pane, go to <em>User Configuration-&gt;Administrative Templates-&gt;Start Menu and Taskbar</em>. In the right pane, right-click to Edit and Enable <strong>Add Search Internet link to Start Menu.</strong></p>
<p align="center"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="SearchInternet" src="http://www.makeuseof.com/wp-content/uploads/2009/07/SearchInternet.png" border="0" alt="SearchInternet" width="572" height="388" /></p>
<h3>15. Add Videos to Start Menu</h3>
<p>Windows 7 does not place a link to your videos on the Start Menu by default.  To add a link to your videos on the Start Menu, right-click  <strong>Start</strong>, select <strong>Properties</strong>, click on  <strong>Customize</strong>. In the <strong>Videos</strong> section at the  bottom, choose <strong>Display as a link</strong>.</p>
<p align="center"><img class="alignnone size-full wp-image-21301" title="Add Videos" src="http://www.makeuseof.com/wp-content/uploads/2009/07/AddVideos.png" alt="Add Videos" width="423" height="279" /></p>
<p>Did you like these tips? Tell us or share your tricks with us in the comments! Don&#8217;t forget to watch out for Part 2!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-get-aero-shake-aero-peek-aero-snap-features-in-vista-xp/" title="How To Get Aero Shake, Aero Peek &#038; Aero Snap Features In Vista &#038; XP (October 17, 2009)">How To Get Aero Shake, Aero Peek &#038; Aero Snap Features In Vista &#038; XP</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/best-windows-7-tips-hacks-part-2/" title="12 More Windows 7 Tips &#038; Hacks (July 28, 2009)">12 More Windows 7 Tips &#038; Hacks</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/understanding-windows-7-themes-inside-out/" title="Your Easy Guide to Windows 7 Themes (September 6, 2009)">Your Easy Guide to Windows 7 Themes</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/windows-7-libraries-%e2%80%93-and-why-you-want-them/" title="Windows 7 Libraries Explained – And Why You Want Them (June 21, 2009)">Windows 7 Libraries Explained – And Why You Want Them</a> (50)</li>
	<li><a href="http://www.makeuseof.com/tag/vista-switcher-replace-windows-alt-tab-with-something-cooler/" title="Vista Switcher &#8211; Replace Windows&#8217; Alt-Tab With Something Cooler (October 21, 2009)">Vista Switcher &#8211; Replace Windows&#8217; Alt-Tab With Something Cooler</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/best-windows-7-tips-and-hacks-part-1/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>How to Restart or Shut Down Your Computer Remotely using Microsoft Outlook</title>
		<link>http://www.makeuseof.com/tag/use-microsoft-outlook-rules-to-do-your-bidding-outlook/</link>
		<comments>http://www.makeuseof.com/tag/use-microsoft-outlook-rules-to-do-your-bidding-outlook/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 16:01:33 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email client]]></category>
		<category><![CDATA[email tips]]></category>
		<category><![CDATA[microsoft outlook]]></category>
		<category><![CDATA[windows hacks]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=21420</guid>
		<description><![CDATA[ I have been using Outlook as my email client for many many moons now. It is not just because I am required to for my job – I really like it and I have got it to the point where it is a help to my work and not a hindrance.
Today I am going [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/rulesHead.png" border="0" alt="rulesHead" vspace="5" align="left" /> I have been using Outlook as my email client for many many moons now. It is not just because I am required to for my job – I really like it and I have got it to the point where it is a help to my work and not a hindrance.</p>
<p>Today I am going to show how I use Outlook rules to restart my computer remotely or to shut down my system if need be.</p>
<p>In all actuality I have created many rules over the years and would like to show them to you – who knows maybe they will be as helpful to you as they are to me.</p>
<p><span id="more-21420"></span><br />
First let’s look at creating a rule in Outlook:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/rule1.png" border="0" alt="how to restart my computer remotely" /></p>
<p>Here you can see the rules window. You can get there by hitting <em>Tools – Rules and Alerts.</em></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/rule2.png" border="0" alt="how to shut down my computer remotely" /></p>
<p>If you already have any rules created they will be here. A rule is simply a law on your computer that states when a message arrives with a specific subject, comes from a specific account or any of the other rules, a specific action will be taken. People use these to setup auto-forwards or automated responses. I use these to take actions on my computer.</p>
<p>My first rule shuts down my system and the second one restarts the system. After you start creating the rule hit the Start from a blank rule radio box. This gives us the most flexibility.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/rule3.png" border="0" alt="rule3" /></p>
<p>Next select <em>Check messages when they arrive</em>. This will scan only incoming messages for your rules. Obviously if you want to be slick you can have things happen when other people send messages on your machine. You can really achieve automation with these rules!</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/rule4.png" border="0" alt="rule4" /></p>
<p>To be on the safe side – ie: not have someone else send me a keyword and have my Outlook jump through hoops for them as well &#8211; we want to make sure that the rules are only processed if they come from my account that I have specified for this.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/rule5.png" border="0" alt="rule5" /></p>
<p>Next up I hit the <em>specific keywords</em> link and I specify my keyword(s). In this case I used the key word – <strong>SecretKeyWord</strong>. This is case sensitive and the email&#8217;s subject would have to have<strong> SecretKeyWord</strong> in the subject just like that. Then that will trigger our Action which you will see shortly.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/rule6.png" border="0" alt="rule6" /></p>
<p>Our action is going to run a batch file so we choose <em>start an application</em>. You will need to create a batch file for each action. For example to shutdown the computer your batch file (a text file saved with the .bat extension) would have this line and only this line in it:</p>
<p><em>shutdown –s –t 00</em></p>
<p>and to create the same rule that restarts the computer just use this command:</p>
<p><em>shutdown –r –t 00</em></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/rule7.png" border="0" alt="rule7" /></p>
<p>When an email arrives with <em>SecretKeyWord</em> in the subject the batch file will be launched and the machine will be restarted – blamo just like that!</p>
<p>You can create any batch file or even start an application on your machine with parameters. The possibilities are endless! Let us know how you use rules in the comments!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-send-mass-emails-with-a-personal-touch-in-outlook/" title="How To Send Personalized Mass Emails in Outlook (June 28, 2009)">How To Send Personalized Mass Emails in Outlook</a> (26)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-find-the-right-time-to-email-anyone/" title="How to Email Smarter With Buit-In Time Zone Converters (June 19, 2009)">How to Email Smarter With Buit-In Time Zone Converters</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/two-ways-to-promote-publicize-your-latest-blog-post-with-an-email-signature/" title="The 2 Easy Ways to Promote Your Latest Blog Post with an Email Signature (September 8, 2009)">The 2 Easy Ways to Promote Your Latest Blog Post with an Email Signature</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/muo-polls-do-you-check-email-online-or-use-a-desktop-client/" title="MUO Polls: Do You Check Email Online or Use A Desktop Client? (September 29, 2008)">MUO Polls: Do You Check Email Online or Use A Desktop Client?</a> (37)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-send-personalized-mass-emails-in-mozilla-thunderbird/" title="How to Set Up Mozilla Thunderbird to Send Mass Emails (June 30, 2009)">How to Set Up Mozilla Thunderbird to Send Mass Emails</a> (17)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/use-microsoft-outlook-rules-to-do-your-bidding-outlook/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How To Install The Recovery Console in Windows XP</title>
		<link>http://www.makeuseof.com/tag/how-to-install-the-recovery-console-for-windows-xp/</link>
		<comments>http://www.makeuseof.com/tag/how-to-install-the-recovery-console-for-windows-xp/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 15:00:41 +0000</pubDate>
		<dc:creator>Tim Watson</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[reinstall]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[troubleshoot]]></category>
		<category><![CDATA[windows hacks]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=20970</guid>
		<description><![CDATA[Windows XP is an odd beast. Some have no problems using it, while others report little else but problems. If you often find yourself in the latter category, you may at some point have the need to use Windows XP’s Recovery Console, especially if your PC will no longer boot.
The Recovery Console is a special [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/image18.png" alt="" vspace="5" align="left" />Windows XP is an odd beast. Some have no problems using it, while others report little else but problems. If you often find yourself in the latter category, you may at some point have the need to use Windows XP’s Recovery Console, especially if your PC will no longer boot.</p>
<p>The Recovery Console is a special command-line interface for Windows XP which allows an administrator to identify and locate drivers and files which are problematic, as well as troubleshoot system settings. It’s recommended by Microsoft only for advanced users (in other words, that nerdy kid down the block), and only when Safe Mode (pressing the F8 key at boot-up) is not working.</p>
<p>To install the Recovery Console, you will need your Windows XP CD. The version of Windows XP on the CD must match or surpass the version installed on your PC, thus a Service Pack 3 disk is recommended. If you don’t have one, try to borrow one from a friend or co-worker. If you can’t find one, you can <a href="http://support.microsoft.com/kb/310994/">download setup disks or disk images from Microsoft</a>.<br />
<span id="more-20970"></span><br />
For demonstrative purposes, we’ll assume that you have a Windows SP3 CD loaded into your CD drive at drive-letter D:</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/07/image19.png" alt="" /></p>
<p>To install the Recovery Console, follow these steps (lifted from <a href="http://support.microsoft.com/kb/307654">this Knowledge Base article</a>):</p>
<ol>
<li>Insert the Windows XP CD into the CD-ROM drive.</li>
<li>Click <strong>Start</strong>, and then click <strong>Run</strong>.</li>
<li>In the <strong>Open</strong> box, type <var>d</var>:\i386\winnt32.exe /cmdcons  where <var>d</var> is the drive letter for the CD-ROM drive.
<p align="center"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/07/image_thumb2.png" border="0" alt="image" width="351" height="183" /></p>
</li>
<li>A Windows Setup Dialog Box appears. The Windows Setup Dialog Box describes the Recovery Console option. To confirm the installation, click <strong>Yes</strong>.
<p align="center"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/07/image20.png" border="0" alt="image" width="347" height="92" /></p>
</li>
<li>Restart the computer. The next time that you start your computer, &#8220;Microsoft Windows Recovery Console&#8221; appears on the startup menu.</li>
</ol>
<p align="center"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/07/image_thumb4.png" border="0" alt="image" width="504" height="378" /></p>
<p align="left">The black screen with white text can be intimidating, but if you’ve ever played with the command line, you should feel right at home here. If you need help, just type “help”, and optionally, the name of the command you’re curious about, like “help fixmbr”.</p>
<p align="left">I’ll run down the highlights of what commands you’ll most likely use:</p>
<p align="left">“<strong>Bootcfg</strong>” recovers the Boot.ini file.</p>
<p align="left">“<strong>Chkdsk /r</strong>” looks for bad disk sectors and attempts to recover any information which can be read from them.</p>
<p align="left">“<strong>Copy</strong>” copies a file to a target location.</p>
<p align="left">“<strong>Delete</strong>” deletes one file.</p>
<p align="left">“<strong>Disable</strong>” disables a Windows system service or driver.</p>
<p align="left">“<strong>Enable</strong>” restarts a disabled service or driver.</p>
<p align="left">“<strong>Diskpart</strong>” manages hard disk partitions. Be <strong>very</strong> careful using this!</p>
<p align="left">“<strong>Expand</strong>” decompresses a compressed file. This is good for getting files off the installation CD if needed.</p>
<p align="left">“<strong>Fixmbr</strong>” repairs the boot code on a hard-disk. If your operating system “cannot be found” you’ll likely use this command, along with little brother “Fixboot”.</p>
<p align="left">The Recovery Console is scary but <strong>helpful</strong>, and you’ll be glad that you’ve installed it on your hard disk before Windows gives you any trouble. If you have any system recovery tips, please leave comments below.</p>
<p><small>Image credit: <a rel="nofollow" href="http://www.flickr.com/photos/paulboxley/241421272/">Paul Boxley</a></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/get-geeky-with-hijackthis/" title="Get Geeky and Fix your PC with HijackThis (June 26, 2008)">Get Geeky and Fix your PC with HijackThis</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-solve-your-windows-problems-with-event-id/" title="How To Solve Any Windows Problem with Event ID (July 26, 2009)">How To Solve Any Windows Problem with Event ID</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-reinstall-windows-without-losing-your-data/" title="How To Reinstall Windows Without Losing Your Data (January 12, 2009)">How To Reinstall Windows Without Losing Your Data</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-prepare-yourself-for-system-restore-from-scratch/" title="How to Prepare Yourself for System Restore From Scratch (August 22, 2008)">How to Prepare Yourself for System Restore From Scratch</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/winhack-tweak-the-windows-logon-win-xp/" title="Change The Windows Logon Screensaver And More (Win XP) (October 8, 2008)">Change The Windows Logon Screensaver And More (Win XP)</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-install-the-recovery-console-for-windows-xp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Stop Annoying &#8220;Restart&#8221; Prompt after Windows Updates</title>
		<link>http://www.makeuseof.com/tag/how-to-stop-automatic-updates-from-nagging-you-in-3-simple-steps/</link>
		<comments>http://www.makeuseof.com/tag/how-to-stop-automatic-updates-from-nagging-you-in-3-simple-steps/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 15:00:46 +0000</pubDate>
		<dc:creator>Tim Watson</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[annoyances]]></category>
		<category><![CDATA[restart]]></category>
		<category><![CDATA[software updater]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[windows hacks]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=19966</guid>
		<description><![CDATA[Windows users can find many things to complain about, but in my opinion, the absolute worst “feature” of Windows XP is the Nagging Restart Dialog. In 2008, Mark showed you how to disable the Windows restart prompt temporarily. I&#8217;ll extend on that and make it even simpler for future use.

I’m sure you’ve had to deal [...]]]></description>
			<content:encoded><![CDATA[<p>Windows users can find many things to complain about, but in my opinion, the absolute worst “feature” of Windows XP is the Nagging Restart Dialog. In 2008, Mark showed you <a href="http://www.makeuseof.com/tag/quick-tip-disable-the-windows-update-restart-prompt/">how to disable the Windows restart prompt</a> temporarily. I&#8217;ll extend on that and make it even simpler for future use.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/06/image90.png" border="0" alt="image" /></p>
<p>I’m sure you’ve had to deal with this; It pops up every ten minutes after a major system update. Fortunately, it can be turned off. I’m going to help you to create a shortcut that will turn this nag off when double-clicked.<br />
<span id="more-19966"></span></p>
<h2>So, how to stop automatic updates from restarting your PC</h2>
<p><strong>Step 1</strong></p>
<p>Your first step is to open Notepad. (Start &gt; Run &gt; “Notepad” &gt; OK)</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/06/image91.png" border="0" alt="stop automatic updates from restarting" /></p>
<p>In Notepad, just type the command “net stop wuauserv” (no quotes, as in above). Then close the window, and select “Yes” to save changes.</p>
<p><strong>Step 2</strong></p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/06/image92.png" border="0" alt="how to stop automatic updates restart" /></p>
<p>What we’re doing is creating an executable batch file which will run a command when double-clicked, to stop the Windows Automatic Updates Service. Make sure that your “Save as type” is set to “<strong>All Files</strong>” so that you don’t accidently create a text file. Save your file with an extension of “<strong>.bat</strong>”</p>
<p><strong>Step 3</strong></p>
<p>This cute little batch file is what you’re left with.</p>
<p align="center"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/06/image93.png" border="0" alt="image" /></p>
<p>When Windows starts nagging you to restart, just double click this to run it and stop the service. You won’t be bothered again. The service will restart when you reboot, which is needed to install the updates in the first place.</p>
<p>Is there anything that Windows does that annoys you? Maybe we can find a fix for it. Are yu awrae of any easier way to stop automatic updates from restarting your Windows. Please give us some ideas in the comments.</p>
<p>Think it&#8217;s time to update your PC? Varun will teach you <a href="http://www.makeuseof.com/tag/5-ways-to-update-your-windows-operating-system/">5 Ways To Update Your Windows Operating System</a>.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/7-ways-to-keep-on-top-of-your-software-updates/" title="7 Ways to keep on top of your Software Updates (October 9, 2007)">7 Ways to keep on top of your Software Updates</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/securing-third-party-software-with-secunia-psi/" title="Securing Third Party Software With Secunia PSI (June 17, 2008)">Securing Third Party Software With Secunia PSI</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-manage-the-google-update-service-windows/" title="Manage Application Updates With The &#8216;Google Updater&#8217; Service [Windows] (July 12, 2009)">Manage Application Updates With The &#8216;Google Updater&#8217; Service [Windows]</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/keep-your-windows-up-to-date-with-updatestar/" title="Keep your Windows Up To Date with UpdateStar (May 4, 2008)">Keep your Windows Up To Date with UpdateStar</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/speed-up-the-shutdown-of-your-windows-system/" title="How To Speed Up The Shutdown Of Your Windows (October 18, 2008)">How To Speed Up The Shutdown Of Your Windows</a> (14)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-stop-automatic-updates-from-nagging-you-in-3-simple-steps/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>FARR &#8211; Launch Your Apps &amp; Find Your Files Quickly [Windows]</title>
		<link>http://www.makeuseof.com/tag/launch-your-apps-a-find-your-files-quickly-with-farr/</link>
		<comments>http://www.makeuseof.com/tag/launch-your-apps-a-find-your-files-quickly-with-farr/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 17:00:11 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[application launchers]]></category>
		<category><![CDATA[launchers]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[windows hacks]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=19664</guid>
		<description><![CDATA[Hit a key combination, type in a few characters and up comes Firefox. Onlookers think its magic, but you know you have installed a program launcher. Launchers are all the more useful for quickly opening commonly-accessed files, launch applications or when you are like us and your installed programs list fails to fit on the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/launchlogo.png" align="left">Hit a key combination, type in a few characters and up comes Firefox. Onlookers think its magic, but you know you have installed a <a href="http://www.makeuseof.com/tags/application-launchers/">program launcher</a>. Launchers are all the more useful for quickly opening commonly-accessed files, launch applications or when you are like us and your installed programs list fails to fit on the screen!</p>
<p>I had been using <a href="http://www.makeuseof.com/tag/be-more-productive-with-launchy-keystroke-launcher/">launchy</a> as my preferred <a href="http://www.makeuseof.com/tags/launcher/">program launcher</a> for quite some time, until I found FARR. FARR stands for &#8220;Find and Run Robot&#8221;, a program-launcher in simple english. However, it has some neat tricks and a truck-load of options up its sleeve. Let&#8217;s take a look.</p>
<p>You can install and download FARR from <a href="http://www.donationcoder.com/Software/Mouser/findrun/">donationcoder</a>. The program is absolutely free for use, however the developers want you to visit the site so they give away a free license key that you might want to enter by clicking on About from the system tray menu. </p>
<p><span id="more-19664"></span></p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/greetings.png"></p>
<p>You can summon FARR via the Pause/Break key or with the Ctrl+Space combination. Start typing the first few characters of program/file you want to launch and it displays a list of top matches.</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/launch.png"></p>
<p>The first difference you would notice (compared to other program launchers) is that the results are numbered. Pressing any number would launch that particular result. The next time you summon FARR, the previous results that you launched would appear automatically so that you can quickly launch them if you need. Let&#8217;s say you launched Firefox &#8212; next time you can simply press Ctrl+1 to launch Firefox (reminiscent of Win + # shortcuts in Windows 7).</p>
<p>FARR allows you to extend its functionality by means of plugins. There are some excellent plugins available on the <a href="http://www.donationcoder.com/Software/Mouser/findrun/addons/">FARR Plugins page</a>. There are plugins for integrating <a href="http://www.makeuseof.com/tags/remember-the-milk/">Remember the Milk</a>, <a href="http://www.makeuseof.com/tag/5-ways-to-access-your-google-tasks/">Google Tasks</a>, <a href="http://www.voidtools.com/">Everything search</a>, <a href="http://www.makeuseof.com/tags/twitter/">Twitter</a> and many more. You can find plugins for file information to screenshots to language translators.</p>
<p>There are plenty of options to keep the tweakers busy. You can customize the memory usage, hotkeys and skins. Specify how FARR gains focus, remains on top or not. You can specify your own font settings and play with transparency settings. On a more functional note, you can customize how FARR should treat missing files, duplicate links to the same file, control the history list, or exact match as the stopping condition and so on.</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/directories.png"></p>
<p>You can of course, customize the locations that are searched by FARR. However, if you really want to dig in deep, you can even control the order in which the results would appear. FARR uses a scoring system to determine which result would appear at the top. You can customize the scoring criteria to alter which results appear on the top. </p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/score.png"></p>
<p>So, if you would like to make PDF files rank higher than DOC files if they have the same name and are at the same location, you could add an entry for PDF files and assign it a higher score.</p>
<p>FARR also allows you to create aliases, which allows you to associate specific terms with a file or group of files. If you would like to launch Dreamweaver, Firefox and Vim for development, you can associate &#8220;development&#8221; with these three shortcuts and then typing in &#8220;development&#8221; and choosing the alias, all 3 apps will launch.</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/alias.png"></p>
<p>There are plenty of options and functionality offered by FARR to satisfy all. If you are a diligent tweaker, you have loads of options to play with and customize according to your taste. If you are an average user, use the default options and you are good to go. The large plugin list and an involved community provide the icing on the FARR Cake!</p>
<p>Do you use launcher applications? Which one is your favorite? Let us know</p>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/top-7-unknown-free-launcher-applications-for-windows/" title="Top 7 Unknown Free Launcher Applications for Windows (August 2, 2008)">Top 7 Unknown Free Launcher Applications for Windows</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-make-your-own-windows-run-menu-shortcuts/" title="How To Make Your Own Windows Run Menu Shortcuts (May 11, 2009)">How To Make Your Own Windows Run Menu Shortcuts</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-launch-any-windows-app-at-the-touch-of-a-button/" title="How To Launch Any Windows App At The Touch Of A Button (December 20, 2008)">How To Launch Any Windows App At The Touch Of A Button</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/get-assisted-by-butler-on-your-mac/" title="Get Assisted By Butler On Your Mac (July 21, 2008)">Get Assisted By Butler On Your Mac</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/executor-a-power-launcher-for-your-pc-windows-only/" title="Executor: A Power Program Launcher for Your Windows PC (December 22, 2008)">Executor: A Power Program Launcher for Your Windows PC</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/launch-your-apps-a-find-your-files-quickly-with-farr/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>How To Allow Multiple Remote Desktop Connections on Vista</title>
		<link>http://www.makeuseof.com/tag/remote-desktop-concurrent-sessions-for-windows-vista/</link>
		<comments>http://www.makeuseof.com/tag/remote-desktop-concurrent-sessions-for-windows-vista/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 19:01:27 +0000</pubDate>
		<dc:creator>Jorge Sierra</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[remote access]]></category>
		<category><![CDATA[remote desktop]]></category>
		<category><![CDATA[windows hacks]]></category>
		<category><![CDATA[windows tips]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=10887</guid>
		<description><![CDATA[Vista&#8217;s Remote Desktop Connection feature allows you to connect to your computer remotely as if you were sitting right in front of it. By default, only one user can connect at a time. Remote Desktop connections are not allowed at all in the Home versions of Vista. 
There is a hack available to allow allow [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/vistalogo.jpg" border="0" alt="allow multiple remote desktop connections" vspace="10" align="left" />Vista&#8217;s <a href="http://www.microsoft.com/windows/windows-vista/features/remote-desktop-connection.aspx">Remote Desktop Connection</a> feature allows you to connect to your computer remotely as if you were sitting right in front of it. By default, only one user can connect at a time. Remote Desktop connections are not allowed at all in the Home versions of Vista. </p>
<p>There is a hack available to allow allow multiple remote desktop connections on Vista machine, and it will also enable Remote Desktop Connections in Vista Home Premium.</p>
<p><strong>Disclaimer</strong>: <strong><span style="color: #ff0000;">Use this hack at your own risk</span></strong>. Modifying Windows system files can <strong>cause unexpected results</strong>. You should only try this hack if you know what you are doing or if you are willing to break your configuration. If you mess up your Windows configuration, MakeUseOf will not accept any legal liability whatsoever. It is highly recommended that you <strong>backup your files before proceeding</strong>.</p>
<p>The hack involves replacing the default Remote Desktop Connection program (termsrv.dll) with a hacked one. First, you need to download the hacked file <a href="http://mjwii.com/prog/termsrv.zip">here</a>. Extract the contents of the file somewhere on your PC. There are several batch files (.bat) that will install it, depending on which version of Vista you are running: <strong>Business.bat</strong>, <strong>premium.bat</strong>, or <strong>Ultimate.bat</strong>.</p>
<p>Run the correct batch file, according to what version of Vista you have. You can try using the premium.bat version on Home Basic, but I haven&#8217;t verified that it works on basic. Once again, use at your own risk! If you have any problems running the batch file, boot into safe mode to run it.</p>
<h3><strong>Firewall Configuration for Vista Home Premium</strong></h3>
<p>Although the batch file is supposed to configure the firewall if you are installing it on Home Premium, it does not work properly. Here is how to configure your firewall to allow Remote Desktop connections:</p>
<ul>
<li>Open the Control Panel</li>
<li>If you are in the regular control panel view, click on <strong>Allow a program through Windows Firewall</strong> under the Security section</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/normal-control-panel-view.png" border="0" alt="Normal_Control_Panel_View" width="283" height="108" /></p>
<li>If you are in classic view, click on <strong>Windows Firewall</strong> and then click on <strong>Allow a program through Windows Firewall</strong></li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/classic-view-windows-firewall.png" border="0" alt="Classic_View_Windows_Firewall" width="398" height="162" /></p>
<li>Click the <strong>Add Port</strong> button</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/windows-vista-firewall-settings.png" border="0" alt="Windows_Vista_Firewall_Settings" width="444" height="519" /></p>
<li>For the new port enter Remote Desktop Connection for the <strong>Name</strong> and 3389 for the <strong>Port number</strong> and click <strong>OK</strong></li>
<li>Click <strong>OK </strong>again to save the firewall settings.</li>
</ul>
<p>You should now be all set to run Remote Desktop with concurrent connections.  If you are already using Remote Desktop Connections with Business or Ultimate, then you are probably familiar with using the Remote Desktop client.</p>
<h3><strong>Using the Remote Desktop Client</strong></h3>
<p>If you’re not familiar with Remote Desktop or you are on one of the Home editions and you’ve never used Remote Desktop before:</p>
<ul>
<li>Start up Windows on another computer.</li>
<li>Navigate to <strong>Start</strong> &gt; <strong>Programs</strong> &gt; <strong>Accessories</strong> &gt; <strong>Remote Desktop Connection</strong></li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/remotedesktopclient.png" border="0" alt="Remote Desktop Client" width="411" height="250" /></p>
<li>Enter the name of the Vista computer and then click <strong>Connect</strong>.</li>
<li>Enter your login credentials when prompted for the username and password of the Vista computer.</li>
<li>You should now be remotely logged into your computer!</li>
</ul>
<p>If you have any problems getting this to work, there are instructions available on <a href="http://www.missingremote.com/index.php?option=com_content&amp;task=view&amp;id=1220&amp;Itemid=224">how to install remote desktop concurrent sessions</a> manually. It is also possible to set up <a href="http://alonbilu.wordpress.com/2008/05/17/enabling-multiple-concurrent-remote-sessions-on-windows-xp-sp3-patched-file-included/">concurrent Remote Desktop connections on Windows XP</a>. The process is very much the same for XP, in that you should download a patched termsrv.dll and install it to the system.</p>
<p>Although we do not endorse modification of Windows system files, if you come across any issues installing this hack, let us know and we will do what we can to help. Are you aware of any other ways to allow multiple remote desktop connections? Let us know in comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/speed-up-the-shutdown-of-your-windows-system/" title="How To Speed Up The Shutdown Of Your Windows (October 18, 2008)">How To Speed Up The Shutdown Of Your Windows</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-get-aero-shake-aero-peek-aero-snap-features-in-vista-xp/" title="How To Get Aero Shake, Aero Peek &#038; Aero Snap Features In Vista &#038; XP (October 17, 2009)">How To Get Aero Shake, Aero Peek &#038; Aero Snap Features In Vista &#038; XP</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/enhance-or-replace-integrated-windows-applications-with-these-great-alternatives/" title="8 Better Alternatives To Common Windows Apps (December 7, 2008)">8 Better Alternatives To Common Windows Apps</a> (68)</li>
	<li><a href="http://www.makeuseof.com/tag/want-webex-like-control-over-a-remote-machine-for-free/" title="Want WebEx-like Control Over A Remote Computer For Free? (November 8, 2008)">Want WebEx-like Control Over A Remote Computer For Free?</a> (21)</li>
	<li><a href="http://www.makeuseof.com/tag/vista-utilities-makes-configuring-windows-vista-easier/" title="Vista Utilities Makes Configuring Windows Vista Easier (October 25, 2008)">Vista Utilities Makes Configuring Windows Vista Easier</a> (19)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/remote-desktop-concurrent-sessions-for-windows-vista/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>3 Ways to Reset Forgotten Windows Administrator Password</title>
		<link>http://www.makeuseof.com/tag/3-ways-to-reset-the-forgotten-windows-administrator-password/</link>
		<comments>http://www.makeuseof.com/tag/3-ways-to-reset-the-forgotten-windows-administrator-password/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 18:01:56 +0000</pubDate>
		<dc:creator>T.J. Mininday</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows hacks]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=8874</guid>
		<description><![CDATA[Passwords, passwords, passwords&#8230;.something we are going to have deal with as one of our common annoyances for some time to come. Their necessary evil provides another layer of protection for your bank, your online shopping, your tax software and of course the entire operating system. We have so many passwords these days, that we have [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2008/12/login.png" alt="reset forgotten windows password" align="left" />Passwords, passwords, passwords&#8230;.something we are going to have deal with as one of our common annoyances for some time to come. Their necessary evil provides another layer of protection for your bank, your online shopping, your tax software and of course the entire operating system. We have so many passwords these days, that we have websites and password managers like <a href="http://www.makeuseof.com/tag/manage-and-protect-your-personal-data-with-lockcrypt/">LockCrypt</a> and <a href="http://www.makeuseof.com/tag/best-of-both-worlds-online-passwords-offline/">Clipperz</a>, dedicated solely at helping you manage your passwords.</p>
<p>Even with the ability to store and retrieve your security, it does no good if the operating system is inaccessible. Ignoring your PC for a few years, removing a computer from a domain, or simply needing administrative rights on a PC are just a few reasons that the admin password may need to be reset.  With Microsoft&#8217;s improved security over the last few years, it became more difficult to resent Windows administrator password. However, there are still several ways to get around it and I am bringing you three of the easiest ways to reset forgotten windows password for XP, Vista and Server 2003.</p>
<h2>1. Reset Windows Admin Password with <a href="http://www.ubuntu.com/">Ubuntu</a></h2>
<p>Ubuntu has become, far and away, the most popular distribution of Linux in the world. Its ease of installation and use makes it the &#8216;go to&#8217; operating system for an open source alternative. In this case you don&#8217;t even have to install the OS. You simply use the Live CD that is included with the burned ISO of Ubuntu.</p>
<p>Here are the instructions for resetting the Windows administrator password using Ubuntu Linux.</p>
<p><strong>(Internet Connection Required)</strong></p>
<p>1. Go to <a href="http://www.ubuntu.com/getubuntu/download">Ubuntu</a> and download the latest ISO of the operating system.</p>
<p>2.  Use one of the <a href="http://www.makeuseof.com/tag/the-best-free-alternatives-to-nero-cddvd-burner/">free ISO burning applications</a> to create a bootable Ubuntu CD.  Of course you&#8217;ll need another PC in order to do this.</p>
<p>3.  Use the Live Ubuntu CD to boot into the live version of the OS.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/12/ubuntu1.png" alt="reset windows admin password with ubuntu" /></p>
<p>4.  Go to System &gt; Administration &gt; Synaptic Package Manager.</p>
<p>5.  Then Settings&gt;Repositories</p>
<p>6.  Once the &#8216;Software Sources&#8217; window appears, make sure you select &#8216;Software restricted by copyright or legal issues&#8217;, then click close.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/12/ubuntu21.png" alt="" /></p>
<p>7.  Click reload on synaptic package manager.</p>
<p>8.  Click Search, and type in &#8216;chntpw&#8217;.</p>
<p>9.  Once the &#8216;chntpw&#8217; app is found, right-click on it and &#8216;mark for installation&#8217;.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/12/ntpass08.png" alt="" /></p>
<p>10.  Click &#8220;Apply on Summary Window&#8221; and also to confirm changes.</p>
<p>**Remember an internet connection is required for the above steps.  If there is no availability for a connection, a USB flash drive will be required.**</p>
<p>12.  Next, we must mount the Windows drive. In Ubuntu, go to Places&gt; Select the appropriate drive.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/12/ubuntudrive.png" alt="" /></p>
<p>13.  The final step of the process is actually resetting the password via the Linux terminal.</p>
<p>14.  In Ubuntu go to Applications&gt;Accessories&gt;Terminal.</p>
<p>15.  Type &#8216;cd /media/disk/WINDOWS/system32/config/&#8217; in the terminal window.</p>
<p>16.  Type &#8217;sudo chntpw SAM&#8217;</p>
<p>17.  This by default will change the Administrator password.  If you would prefer to change a particular user.  Type &#8217;sudo chntpw -u <em><strong>username </strong></em>SAM&#8217;.</p>
<p>18.  Afterwards, you&#8217;ll see a long display of information, most of which can be ignored.</p>
<p>19.  The next step is to actually reset the windows password. It is recommended to make the password blank with an asterisk * .</p>
<p>20.  You&#8217;ll then have to confirm the change with a Y, and reboot.</p>
<h2><a href="http://www.nu2.nu/pebuilder/">2. With Barts PreInstalled Environment</a></h2>
<p>Bart&#8217;s PreInstalled Environment has been a popular method on offline troubleshooting for Windows System Administrators for some time now whether it be for disk recovery, malware removal or in this instance, password removal.  It&#8217;s a bootable operating system, just like the Ubuntu Live CD, but with more of a Windows-like feel.</p>
<p>Below are the instructions for using a small EXE file called Password Renew within the PE environment.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/12/pebuilder.png" alt="pebulider" /><strong></strong></p>
<p><strong>(XP CD Required &#8211; If your Windows drive is SATA, you may need to follow additional instructions on the PEBuilder site)</strong></p>
<p>1.  Go <a href="http://www.nu2.nu/pebuilder/">Bart&#8217;s website</a> and download the ISO for the PreInstalled Environment.</p>
<p>2.  Download <a href="http://www.kood.org/windows-password-renew/">Password Renew</a>.</p>
<p>3.  Open PEBuilder and for the Windows directory, select the location of the i386 directory on your XP disk.  Under the custom directory, select the directory that holds the PasswordRenew.exe file. Select a title for your CD and finally create a name for your ISO file. I&#8217;d recommend creating an ISO over burning directly to the CD, because of problems that may arise.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/12/pebuilder21.png" alt="" /></p>
<p>4.  Browse to the A43 File Management Utility.</p>
<p>5.  Once there, you should browse your CD drive and find your custom directory created in step three.</p>
<p>6.  Open Password Renew.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/12/pr.png" alt="image" /></p>
<p>7.  This program is very straight forward.  Simply press &#8216;Select Target&#8217; and browse to your Windows directory.</p>
<p>8.  Once there, you can will see options to reset a password, create a new administrator or convert a current user to an administrator.</p>
<p>9.  You will then have the option to install there after.</p>
<p>10.  Reboot, and changes will be applied.</p>
<h2><a href="http://home.eunet.no/pnordahl/ntpasswd/">3. With Offline NT Password Disk</a> <a href="http://74.125.95.132/search?q=cache:I9LTlI9R2jQJ:home.eunet.no/pnordahl/ntpasswd/bootdisk.html">(Google Cache)</a></h2>
<p>Offline NT Password Disk is a very simple and very fast command line Linux tool to reset your forgotten Windows administrator password.  At the time of this writing the site was down, hence the Google Cache link.</p>
<p>1.  Download the <a href="http://74.125.95.132/search?q=cache:I9LTlI9R2jQJ:home.eunet.no/pnordahl/ntpasswd/bootdisk.html">bootable CD image</a>.</p>
<p>2.  Burn the ISO to a CD with one of the ISO burning applications, as we stated before.</p>
<p>3.  Boot up your PC with the bootable CD.</p>
<p>4.  Drivers for both SATA and IDE drivers typically load automatically.</p>
<p>5.  Select the location of your Windows Operating System.</p>
<p>6.  Select <strong>windows/system32/config</strong> as your directory.</p>
<p>7.  Select &#8220;Password Reset&#8221; as your option.</p>
<p>8.  I would recommend to reset as a &#8216;blank password&#8217;.  This works best.</p>
<p>9.  Once blanked, press &#8216;q&#8217; to quit and write the values to the registry.</p>
<p>As you can see, the dread of forgetting your Windows administrator password can typically be put behind you.  These are just a few of the options to reset that hard to remember nemesis, but they are a few of the simplest.</p>
<p>Give us some of your best options for resetting your Windows passwords.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/recover-your-windows-xp-administrator-password-with-the-installation-disk/" title="Recover Your Windows XP Administrator Password With The Installation Disk (November 5, 2009)">Recover Your Windows XP Administrator Password With The Installation Disk</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/speed-up-the-shutdown-of-your-windows-system/" title="How To Speed Up The Shutdown Of Your Windows (October 18, 2008)">How To Speed Up The Shutdown Of Your Windows</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-get-aero-shake-aero-peek-aero-snap-features-in-vista-xp/" title="How To Get Aero Shake, Aero Peek &#038; Aero Snap Features In Vista &#038; XP (October 17, 2009)">How To Get Aero Shake, Aero Peek &#038; Aero Snap Features In Vista &#038; XP</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/vista-switcher-replace-windows-alt-tab-with-something-cooler/" title="Vista Switcher &#8211; Replace Windows&#8217; Alt-Tab With Something Cooler (October 21, 2009)">Vista Switcher &#8211; Replace Windows&#8217; Alt-Tab With Something Cooler</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/using-keepass-to-secure-your-online-accounts/" title="Using Keepass to Secure Your Online Accounts (March 6, 2008)">Using Keepass to Secure Your Online Accounts</a> (19)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/3-ways-to-reset-the-forgotten-windows-administrator-password/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>How To Speed Up The Shutdown Of Your Windows</title>
		<link>http://www.makeuseof.com/tag/speed-up-the-shutdown-of-your-windows-system/</link>
		<comments>http://www.makeuseof.com/tag/speed-up-the-shutdown-of-your-windows-system/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 18:02:01 +0000</pubDate>
		<dc:creator>Will Mueller</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[speedup]]></category>
		<category><![CDATA[windows hacks]]></category>
		<category><![CDATA[windows shutdown]]></category>
		<category><![CDATA[windows tips]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=6563</guid>
		<description><![CDATA[ The Windows shutdown process may be as slow as the start up unfortunately. But, due to Windows amazing ability of user managed settings, you can change that! So, how can you speed up your Windows Shutdown process ?
(There have been previous articles &#8211; in the WinHack column &#8211; on how to Speed Up Windows [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2008/09/winhack.jpg" border="0" alt="" align="left" /> The Windows shutdown process may be as slow as the start up unfortunately. But, due to Windows amazing ability of user managed settings, you can change that! So, how can you speed up your Windows Shutdown process ?</p>
<p>(There have been previous articles &#8211; in the WinHack column &#8211; on how to Speed Up Windows twice, <a href="http://www.makeuseof.com/tag/winhack-speed-up-your-computer-part-1/">here</a> and <a href="http://www.makeuseof.com/tag/winhack-speed-up-your-computer-part-2/">here</a>.)</p>
<p><strong>WARNING :</strong> <strong>BEFORE</strong> making any changes to the Windows registry, it is highly recommended to make a backup in case anything goes wrong. To backup your Windows registry, tap your Windows key on the keyboard and “R”. When the Run box comes up, type <strong>regedit</strong>.  When the Registry box comes up, go to &#8216;File&#8217; then &#8216;Export&#8217;.  Save the resulting file to your hard drive.</p>
<p>Ready for some <em>more</em> tweaking? Let&#8217;s go!</p>
<h2>Auto-Kill All Programs at Shutdown</h2>
<p>This tweak can speed up the process a <em>lot</em> by killing tasks quickly and not requiring user input for closing them, e.g. the repetitive Firefox pop-up asking if you <strong>really</strong> want to quit. Here it is:</p>
<p><strong>Step 1</strong>: Go to &#8220;Start,&#8221; &#8220;Run,&#8221; and type <strong>regedit</strong>.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/10/regedit.png" alt="" /></p>
<p><strong>Step 2</strong>: Navigate to:<em> </em><strong>HKEY_CURRENT_USER\Control Panel\Desktop</strong></p>
<p><strong>Step 3</strong>: Find the Registry Key called <strong>AutoEndTasks</strong> and right-click then select <strong>Modify</strong>. Change the value to <strong>1</strong>.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/10/autoendtask.png" alt="" /></p>
<h2>Change Application Hang Time</h2>
<p>There are a few Registry Keys that are, by default, set to a ridiculous setting. There are three of them that we are going to cover today called <strong>WaitToKillApp</strong>, <strong>HangAppTime</strong>, and <strong>WaitToKillServiceTimeout</strong>. <em></em></p>
<p><em>WaitToKillApp</em> sets the time for Windows to wait before killing the application you are attempting to close, while <em>HangAppTime</em> sets the hang time for the app before closing, and <em>WaitToKillServiceTimeout</em> sets the time for Windows to wait before killing Microsoft Services.</p>
<p>By shortening these you will, obviously, have a faster application response.</p>
<p>Ready? Let&#8217;s do it!</p>
<p><strong>Step 1</strong>: Go to &#8220;Start,&#8221; &#8220;Run,&#8221; and type <strong>regedit</strong>.</p>
<p><strong>Step 2</strong>: Navigate to:<em> </em><strong>HKEY_CURRENT_USER\Control Panel\Desktop</strong></p>
<p><strong>Step 3</strong>: Find the Registry Key labeled <strong>WaitToKillApp</strong>, <strong>HangAppTime</strong>, and <strong>WaitToKillServiceTimeout</strong> and right-click them, then select <strong>Modify</strong>. Change the value to 1000.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/10/waittokillapp.png" alt="" /></p>
<h2>Disable Clearing of Paging File</h2>
<p>We previously talked about the paging article in <a href="http://www.makeuseof.com/tag/winhack-speed-up-your-computer-part-2/">another article</a> on speeding up Windows, but today we are talking about how to speed up the use of the Paging File even more.</p>
<p>On shutdown, Windows automatically removes the contents of the Paging File for security, because it may run as a temporary file, holding information such as unencrypted passwords, etc. (If you believe the security of your system will be too far out of control due to the absence of removal of such information, then it is not necessary that you use this hack.)</p>
<p>Let&#8217;s do it!</p>
<p><strong>Step 1</strong>: Go to &#8220;Start,&#8221; &#8220;Run,&#8221; and type <strong>regedit</strong>.</p>
<p><strong>Step 2</strong>: Navigate to:<br />
<strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management</strong>.</p>
<p><strong>Step 3</strong>: Find the Registry Key labeled <strong>ClearPageFileOnShutdown</strong> and right-click it, then select <strong>Modify</strong>. Change the value to <strong>0</strong>.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/10/clearpagefile.png" alt="" /></p>
<p>Hope this helps you get into your tweaking mood! Have fun <del datetime="2008-10-17T01:47:58+00:00">hacking</del> tweaking!   More next time on WinHack!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/winhack-speed-up-your-computer-part-2/" title="WinHack &#8211; Speed Up Your Windows Computer (Part 2) (October 4, 2008)">WinHack &#8211; Speed Up Your Windows Computer (Part 2)</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-your-windows-operating-system-with-xpy/" title="Tweak Your Windows Operating System With Xpy (October 4, 2008)">Tweak Your Windows Operating System With Xpy</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/winhack-some-quick-windows-registry-tweaks/" title="Three Quick Registry Tweaks to Customize Windows Like a Pro (October 11, 2008)">Three Quick Registry Tweaks to Customize Windows Like a Pro</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/winhack-speed-up-your-computer-part-1/" title="WinHack &#8211; Speed Up Your Windows XP Computer (Part 1) (October 1, 2008)">WinHack &#8211; Speed Up Your Windows XP Computer (Part 1)</a> (21)</li>
	<li><a href="http://www.makeuseof.com/tag/top-5-vista-tweaks-to-increase-internet-speed/" title="Top 5 Vista Tweaks to Increase Internet Speed (October 3, 2009)">Top 5 Vista Tweaks to Increase Internet Speed</a> (94)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/speed-up-the-shutdown-of-your-windows-system/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How To Add &amp; Remove Entries from The Windows Right-Click Menu</title>
		<link>http://www.makeuseof.com/tag/how-to-add-remove-entries-from-the-right-click-menu/</link>
		<comments>http://www.makeuseof.com/tag/how-to-add-remove-entries-from-the-right-click-menu/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 22:01:13 +0000</pubDate>
		<dc:creator>Will Mueller</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[desktop enhancements]]></category>
		<category><![CDATA[right-click menu]]></category>
		<category><![CDATA[windows hacks]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=6419</guid>
		<description><![CDATA[The Right-Click menu is one of the most messed with pieces of Windows. If you have installed a large amount of applications, your right-click menu can become quite large and eventually just take way too long to load.
Of course, it is possible to remove and add options to the right-click menu. Both of which can [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2008/09/winhack.jpg" border="0" alt="" align="left" />The Right-Click menu is one of the most messed with pieces of Windows. If you have installed a large amount of applications, your right-click menu can become quite large and eventually just take <strong>way</strong> too long to load.</p>
<p>Of course, it is possible to remove <em>and</em> add options to the right-click menu. Both of which can be quite productive and fun. (There was a previous article <a href="http://www.makeuseof.com/tag/customize-your-send-to-right-click-windows-menu/">Customize Your ‘Send To’ Right-Click Windows Menu</a> written by Jimmy on how to add more options to the &#8220;Send To&#8221; field. Some other article related to Windows right lick menu can be found <a href="http://www.makeuseof.com/tags/right-click-menu/">here</a>.)</p>
<p>Ready? Let&#8217;s do it!</p>
<h2>Adding Entries for Certain File Types in Right-Click Menu</h2>
<p>Sometimes you may have a certain file type, e.g. <strong>.doc</strong> (Word document) that you would like to do something special with, e.g. open <strong>.doc</strong> as an email attachment. Today we will be looking at how to do just that. In other words, show you how to add additional options to right click menu when used on certain files. So let&#8217;s get started!</p>
<p><strong>Step 1:</strong> Go to &#8220;My Computer.&#8221; Click &#8220;Tools&#8221; and then click &#8220;Folder Options.&#8221;</p>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2008/10/folderoptions.png" border="0" alt="windows right click menu edit" align="left" /></p>
<p><strong>Step 2</strong>: Click on the tab labeled &#8220;File Types.&#8221;</p>
<p><strong>Step 3:</strong> Find a file type and select it. Then click &#8220;Advanced.&#8221;</p>
<p><strong>Step 4:</strong> Click &#8220;New.&#8221; In the <em>Action</em> field type the name that you would like to appear.</p>
<p><strong>Step 5:</strong> In the <strong>Application used to perform action</strong> textbox enter the path of the application you would like the file to load in  (with quotes). E.g. &#8220;C:\Program Files\Mozilla Firefox\firefox.exe&#8221;.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/10/folderoptions2.png" alt="add shortcuts to windows right click menu" /></p>
<p><strong>Step 6:</strong> Click &#8220;OK&#8221; and you have your own customized right-click menu!</p>
<h2>Removing Entries from Right-Click Menu</h2>
<p>Sometimes, instead of adding entries, maybe your right-click menu has become too <strong>big</strong>. Eventually right-click menu&#8217;s (like mine) can take forever to load. If you would like to, you can definitely remove some of those useless options. Ready for a faster right-click menu? Let&#8217;s do it!</p>
<p><strong>Step 1</strong>: Go to &#8220;Start,&#8221; &#8220;Run,&#8221; and type <strong>regedit</strong>.</p>
<p><strong>Step 2:</strong> Navigate to<em> </em><strong>HKEY_CLASSES_ROOT</strong><strong>\*\shellexe\ContextMenuHandlers</strong></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/10/folderoptions3.png" alt="" /></p>
<p><strong>Step 3:</strong> Find the folder that indicates the entry in the start menu and right-click. Select &#8220;Remove.&#8221;</p>
<h2>Remove Entries for Certain File Types</h2>
<p>Maybe your right-click menu has become <em>way</em> too long, and takes forever to load (like mine). If you would like to only remove entries for certain file types, simply go to the Folder Options menu like we did before and you may do the following:</p>
<p style="text-align: center;"><img src="http://www.makeuseof.com/wp-content/uploads/2008/10/folderoptions42b.png" border="0" alt="" align="left" /></p>
<p><strong>Step 1:</strong> Go to &#8220;My Computer.&#8221; Click &#8220;Tools&#8221; and then click &#8220;Folder Options.&#8221;</p>
<p><strong>Step 2:</strong> Click on the tab labeled &#8220;File Types.&#8221;</p>
<p><strong>Step 3</strong>: Find a file type and select it.</p>
<p><strong>Step 4: </strong>Find one of the entries and select &#8220;Remove.&#8221;</p>
<p>Now go out there and tweak!</p>
<p>More tweaks next time in WinHacks!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/useful-windows-registry-tweaks-part-2/" title="Windows Registry Tweaks (Part 2) (September 13, 2007)">Windows Registry Tweaks (Part 2)</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/more-non-registry-windows-tweaks/" title="More non-Registry Windows Tweaks (September 11, 2007)">More non-Registry Windows Tweaks</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-add-a-command-window-to-the-right-click-menu/" title="How to Add a Command Window to the Right-Click Menu (September 11, 2007)">How to Add a Command Window to the Right-Click Menu</a> (0)</li>
	<li><a href="http://www.makeuseof.com/tag/customize-your-send-to-right-click-windows-menu/" title="Customize Your &#8216;Send To&#8217; Right-Click Windows Menu (September 12, 2008)">Customize Your &#8216;Send To&#8217; Right-Click Windows Menu</a> (21)</li>
	<li><a href="http://www.makeuseof.com/tag/winhack-how-to-change-the-windows-start-button-win-xp/" title="WinHack &#8211; How to Change the Windows Start Button (Win XP) (September 19, 2008)">WinHack &#8211; How to Change the Windows Start Button (Win XP)</a> (20)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-add-remove-entries-from-the-right-click-menu/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Change The Windows Logon Screensaver And More (Win XP)</title>
		<link>http://www.makeuseof.com/tag/winhack-tweak-the-windows-logon-win-xp/</link>
		<comments>http://www.makeuseof.com/tag/winhack-tweak-the-windows-logon-win-xp/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 20:01:11 +0000</pubDate>
		<dc:creator>Will Mueller</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[desktop enhancements]]></category>
		<category><![CDATA[start-up]]></category>
		<category><![CDATA[windows hacks]]></category>
		<category><![CDATA[windows tips]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=6273</guid>
		<description><![CDATA[All of the Windows operating systems seem to allow an extreme amount of customization and change based on user desires. Today, we will talk about a small part of that &#8211; tweaking the Windows logon/boot.
Well, ready to get started? Let&#8217;s do it.
Messing around with the actual login can be quite fun as well. Actually, if [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/09/winhack.jpg" border="0" alt="" align="left" />All of the Windows operating systems seem to allow an extreme amount of customization and change based on user desires. Today, we will talk about a small part of that &#8211; tweaking the Windows logon/boot.</p>
<p>Well, ready to get started? Let&#8217;s do it.</p>
<p>Messing around with the actual login can be quite fun as well. Actually, if that does not pump you up enough, what if I told you it was easy? Yes, well, it is! Here are a few cool things you can do with the registry to make your login screen a little more personal:</p>
<h2>Add A Login Text Reminder</h2>
<p>This little reminder will pop-up everytime you start the computer, right before the login screen boots. You can edit it to say whatever you like.</p>
<ul>
1. Go to &#8220;Start,&#8221; &#8220;Run,&#8221; and type <em>regedit.ext</em>.</p>
<p>2. When the Registry Editor loads, navigate to<br />
<em>HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ Current Version \ Winlogon</em></p>
<p>3. You should now see a multitude of registry keys that are essential for the logon. To do what we are trying to do, add a text reminder, find the registry key <em>LegalNoticeCaption</em> and right-click, and select <em>Modify</em>.</p>
<p>4. Now, type whatever you like in the box to set a caption/title for the window.</p>
<p>5. For the actual text you would like to display, find the Registry Key right under it titled <em>LegalNoticeText</em> and again right-click it, then select <em>Modify</em>. Type whatever you like in the box.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/10/reg.png" alt="change login text reminder" /></p>
</ul>
<h2>Set Default Logon Identity</h2>
<p>Also conveniently placed in the <em>Winlogon</em> directory is the Registry Key titled <em>AutoAdminLogin</em>, <em>DefaultDomainName</em>, and <em>DefaultUserName</em>. These keys set the default login credentials for the system when the login is loaded. If you simply want to save time by automatically setting the correct username and password everytime, and this computer is not used by a bunch of people then it is fine. </p>
<p>If the computer you are tweaking happens to be used by many people then I would not recommend using this tweak, unless, of course, you are intending on everyone using the same account. Anyway here it is:</p>
<ul>
1. Go to &#8220;Start,&#8221; &#8220;Run,&#8221; and type <em>regedit.exe</em>.</p>
<p>2. When the Registry Editor loads, navigate to<br />
<em>HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ Current Version \ Winlogon</em></p>
<p>3. The <em>AutoAdminLogin</em> key should be set to 0 currently if your system does not automatically log you on. If the system does, though, automatically log you on, then this should be set to 1.</p>
<p>4. The <em>DefaultDomainName</em> key is the default user directory the username is selected to do. Usually, this will not need to be changed, unless you are logging onto a server.</p>
<p>5. The <em>DefaultUserName</em> key, obviously, sets the default username. You can change this to whatever you wish to accompany your username.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/10/reg1.png" alt="se default logon identity" /></p>
</ul>
<h2>Change the Logon Screensaver</h2>
<p>Changing the logon screensaver may be the best part. The ability to show your friends your ultra-cool <del datetime="2008-10-07T00:57:14+00:00">hacking</del> tweaking skills and superior computer modding. Anyway, here is an easy way using some cool software. (Note: The installation is quite easy and shouldn&#8217;t need much explanation.)</p>
<ul>
1. Download <a href="http://www.stardock.com/products/bootskin/">BootSkin</a>.</p>
<p>2. Find and download new or used current &#8220;BootSkins&#8221; provided after installation to change your boot screen. (To download and access new &#8220;BootSkins&#8221; you can go to <a href="http://www.wincustomize.com/skins.aspx?libid=32">WinCustomize</a>.)</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/10/bootskin.png" alt="change logon screensaver in xp" /></p>
</ul>
<p>Hope these small tweaks help you get a little closer to the <em>perfect</em> computer. Have fun tweaking!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-get-aero-shake-aero-peek-aero-snap-features-in-vista-xp/" title="How To Get Aero Shake, Aero Peek &#038; Aero Snap Features In Vista &#038; XP (October 17, 2009)">How To Get Aero Shake, Aero Peek &#038; Aero Snap Features In Vista &#038; XP</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/winhack-speed-up-your-computer-part-1/" title="WinHack &#8211; Speed Up Your Windows XP Computer (Part 1) (October 1, 2008)">WinHack &#8211; Speed Up Your Windows XP Computer (Part 1)</a> (21)</li>
	<li><a href="http://www.makeuseof.com/tag/winhack-how-to-change-the-windows-start-button-win-xp/" title="WinHack &#8211; How to Change the Windows Start Button (Win XP) (September 19, 2008)">WinHack &#8211; How to Change the Windows Start Button (Win XP)</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/use-videos-as-screensaver-or-wallpaper-windows/" title="Use Videos As A Screensaver Or Wallpaper [Windows] (December 9, 2008)">Use Videos As A Screensaver Or Wallpaper [Windows]</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-windows-xpvista7-to-your-taste-with-xdn-tweaker/" title="Tweak Windows XP/Vista/7 to Your Taste with XdN Tweaker (May 2, 2009)">Tweak Windows XP/Vista/7 to Your Taste with XdN Tweaker</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/winhack-tweak-the-windows-logon-win-xp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
