25 Most Popular Windows Tips: The Best Explained and Worst Debunked

Since the dawn of Windows, power-user tipsters (us included) have proffered hundreds of suggestions with the promise of improving your PC’s performance or streamlining its operation. The tip-givers have the best of intentions, but do all of those tweaks, registry hacks, utilities, and “undocumented secrets” really make any difference? To our surprise, in a number of cases, it turns out that tips that sound great on the surface don’t actually do anything when you put the screws to them. And some of those complicated registry hacks are more easily done with tools like TweakUI, saving you a lot of hassle.
We put 25 of the most commonly published XP and Vista performance tips and registry hacks to the test. Do the speed tweaks yield dividends? We clocked performance with PCMark and timed boots and shutdowns repeatedly after making the changes suggested in the tips. In the end, we found that many tips were right on the money, but some were outright wrong or just a waste of time. Some tips fell into the gray area in between, offering some improvement but perhaps not enough to merit the trouble of the hack to begin with.
XP Tips
Disabling XP’s Indexing Service Can Improve Performance:TRUE
You can almost ignore the question of whether XP’s Indexing Service slows down your computer. The fact is it doesn’t do much good anyway. Indexing is supposed to help Windows keep better tabs on files, but it does a terrible job of it and offers the user no options for configuring what gets indexed. It’s almost beside the point that it can slow your system—sometimes only a little and sometimes to an outright crawl. Even Microsoft acknowledges that the Indexing Service can cause hard drives to thrash and that it “uses lots of pagefile space and lots of CPU time”—in fact, Microsoft often recommends disabling it. Note, however, that Vista’s integrated search and indexing system is considerably improved.
There are several ways to turn off XP’s Indexing Service. The most thorough is to open the Control Panel, open Administrative Tools, then open Services. Scroll down to Indexing Service and double-click it. Change the Startup type to “Disabled.”
Change Your Default "View Source" Application With A Registry Hack: TRUE
Viewing web-page source files in Notepad is hardly a user-friendly experience. You can hack the registry to change which app opens source files, but using TweakUI is a better choice.
Load TweakUI (http://tinyurl.com/553fw6), browse to Internet Explorer > View Source. Click Change Program... and browse for whatever app you prefer. This only changes the setting for Internet Explorer; to change the View Source app for Firefox, type about:config in the address bar, scroll to view_source.editor.path, and change the setting by pasting in the full path to the application you want to use. (The Firefox tip works with XP and Vista, but you’ll have to tweak the registry if you want to do the same for IE under Vista.)
Hack The Registry to Make Your System Shut Down More Quickly: TRUE
When’s the last time you didn’t have an application hang on you during shutdown? XP waits a grueling 20 seconds by default before trying to kill services that are still running when you’re trying to get out of the office, but you can knock this down to as low as zero with a quintet of registry hacks.
Make the following changes in regedit:
- Under HKEY_USERS\.DEFAULT\Control Panel\Desktop, change the values for WaitToKillAppTimeout and HungAppTimeout to 1000 or 2000 (this is the wait time in milliseconds).
- Under HKEY_CURRENT_USER\Control Panel\Desktop, change the values for WaitToKillAppTimeout and HungAppTimeout to 1000 or 2000.
- Under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control, change the value for WaitToKillAppTimeout to 1000 or 2000.
- Use the same value for all three settings.
Use TweakUI To Set the Number Of Customized Folders In Explorer: TRUE
Many users want photo folders to show up with thumbnails in Explorer and have, say, everything else default to the list-based detail view. But if you have a large number of folders, Windows won’t keep track of them all, and if you go over the default of 400, some will revert to the standard view. This can be tweaked in the registry but it’s easier with TweakUI: You can get Windows to remember up to a maximum of 65,527 customized folders with a simple change.
In TweakUI, scroll to Explorer > Customizations. Change the “Folders to remember” to whatever number you’d like.
Disabling The Last-Access Timestamp Will Boost Performance: FALSE
A total bust. Turning off the mechanism that stamps a date and time on a file every time you access it (via a command-prompt instruction) does nothing for performance whatsoever. It may actually have negative consequences: Some sources worry that turning off these timestamps can wreak havoc on programs that rely on them, like incremental backups. Skip this one altogether.