Microsoft may have given up on Windows XP, but that doesn't mean you have to.
While there's plenty of life in the old operating system, there's also a good chance XP may start looking long in the tooth to you. The good news is you don't have to live with an XP that feels sluggish or looks and acts outdated. In this article, we'll show you plenty of ways to spiff up XP -- and make it faster and more reliable -- without spending a penny. So come along and get your free DIY Windows XP upgrade.
Caution: Some of these tips require that you edit the Windows Registry, which can be tricky and dangerous for your system. If you're not sure how to make a DWORD value, for example, read our story "The tweaker's guide to the Windows Registry" first. And be very sure to read the instructions for backing up the Registry before you attempt any Registry edits whatsoever.
Ready? Let's give XP a little spit and polish.
Improve folder and file management
XP's Windows Explorer is one of the worst-designed folder and file managers you'll find anywhere. It makes it hard to perform even rudimentary tasks, such as moving and copying files and folders. Want to copy a file from one folder to another? Most of the time you're stuck having to open two separate Explorer windows, then dragging and dropping between them.
Ditch Windows Explorer altogether
Here's a simple solution: Get Q-Dir from SoftwareOK.com. This is the file manager that Microsoft should have created.
Q-Dir offers four windows for easy file management.
It has four windows, so you can easily copy files and folders among them. You can also define links for your favorite folders or network locations for easy navigation and copying.
The program also lets you assign different colors to different file types, so it's easy to distinguish one from another. And there are lots of other extras as well, such as a screen magnifier and the ability to control how many windows open at start-up -- from one to four.
Teach Windows Explorer new tricks
If you're not interested in a wholesale upgrade of Windows Explorer to Q-Dir, you can still teach Windows Explorer some nifty new tricks, all having to do with the context menu, which appears when you right-click a file or folder.
Add Copy To Folder and Move To Folder options
Copying and moving files in Windows Explorer requires you to open up multiple copies of Explorer and drag between them. There's a simpler way: Add Copy To Folder and Move To Folder options to the right-click context menu.
You'll then be able to browse anyplace on your hard disk to copy or move the file to, then send the file there. To do it:
1. Open the Registry Editor by typing regedit
at a command prompt or the Run box.
2. Go to HKEY_CLASSES_ROOT\AllFilesystemObjects\
shellex\ContextMenuHandlers
.
3. Choose Edit --> New --> Key to create a new key. Call it Copy To and set the value to {C2FBB630-2971-11d1-A18C-00C04FD75D13}
.
4. Create another new key called Move To. Set the value to {C2FBB631-2971-11d1-A18C-00C04FD75D13}
.
5. Exit the Registry.
The changes should take effect immediately. Now when you right-click a file, the Copy To Folder and Move To Folder options will appear.
Open the command prompt from the right-click menu
Are you a command prompt junkie? If so, you know that sometimes the command prompt is a great tool for tasks like the mass deleting or renaming of files (see "DOS Lives! Secrets of the Windows command prompt" for more ideas).
Wouldn't it be nice to integrate the command prompt with Windows Explorer -- for example, to open a prompt at the current folder you're visiting in Windows Explorer? It's easy to do:
1. Open Windows Explorer.
2. Select Tools --> Folder Options and click the File Types tab.
3. Highlight (NONE) Folder and click the Advanced button.
4. Click New.
5. In the Action text box, type: Command Prompt
.
6. In the "Application used to perform action" text block, type cmd.exe
.
7. Click OK, and OK again, and then Close.
8. Exit Windows Explorer.
The new menu option will show up immediately. Note that it won't appear when you right-click a file; it shows up only when you right-click a folder.
Note: If you want to remove this option from Windows Explorer, you'll have to remove it via the Registry. Open the Registry Editor, then delete the HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\
Command Prompt
key. After you exit the Registry, the option will no longer be available.