
December 29, 2008
Suppress Error Messages When Booting - Visual Enhancement Windows XP Registry Hack


December 17, 2008
Change The Priority Of The Print Spooler - Hardware Enhancement Windows XP Registry Hack

The “priority” of a task is the degree of urgency that the task presents to the processor—requests from a task with higher priority are served earlier. Now, the default setting for the Print Spooler is to run at normal priority. Now if you mostly use your computer for printing, use this hack to change the priority class of the Print Spooler.
Navigate to:
HLM\SYSTEM\CurrentControlSet\Control\Print
Create a new DWORD value called SpoolerPriority and set it according to what value you want (or if it exists, just set the value):
0xFFFFFFFF for Idle Priority
0 for Normal Priority
1 for High Priority

November 23, 2008
Remove Pinned Programs - Visual Enhancement Windows XP Registry Hack


November 17, 2008
Disable The Frequent Programs List - Visual Enhancement Windows XP Registry Hack


November 10, 2008
Take Control Of Your Modem - Hardware Enhancement Windows XP Registry Hack

You’ve probably experienced this if you’re on dial-up: if remote connections are enabled, your computer initiates an Internet connection— at startup or when an application demands it—and you find your modem dialling all on its own. Here’s how to disable that behaviour. Navigate to:
HLM\SOFTWARE\Microsoft\Ole
Create a new String value (or modify the existing value) called EnableRemoteConnect. Set it to N to disable your modem stealing control. Of course, you can always set it to Y if bad things happen after you do this. A restart is required for the change to take effect.

October 20, 2008
Don’t Show Common Program Groups - Visual Enhancement Windows XP Registry Hack


October 9, 2008
Start Menu: Scrolling Or Columns? - Visual Enhancement Windows XP Registry Hack

By default, Start Menu items are cascaded as columns across the screen. This can get annoying and inconvenient when your Start Menu list becomes large. This hack will enable you to switch the default Start Menu display mode to a scrolling menu.
Navigate to:
HCU\ Software\ Microsoft\ Windows\ CurrentVersion\ Explorer\ Advanced
And to:
HLM\ Software\ Microsoft\ Windows\ CurrentVersion\ Explorer\ Advanced
To enable Start Menu scrolling, change the value of StartMenuScrollPrograms to “Yes”. Set the value to “No” for the default multiple-column display. Reboot or log out and back in for the change to take effect.

October 3, 2008
Make Your NIC Do Some Work - Hardware Enhancement Windows XP Registry Hack

This applies only if your network adapter has an onboard processor: you can find out from the spec sheet whether or not it does. If it does, it has been designed to offload network processing computations from the CPU. This hack can reduce system slowdown during high-speed data transfers. Navigate to:
HLM\System\CurrentControlSet\Services\Tcpip\Parameters
Create a new DWORD value called DisableTaskOffload and set it to 0 to enable the NIC’s processor. Of course, if the key exists and is set to 1, reset it to 0. A restart is required for the change to take effect.

September 30, 2008
Juggle The Keys Around - Hardware Enhancement Windows XP Registry Hack

How often do you use the Windows key that’s found on almost all keyboards today? Probably not too often, except when a program setup takes up the entire screen and you need to access your icons. If you press it accidentally, you need to press [Esc], which is a minor irritant. There’s a registry hack to disable the Windows key should you wish to do so.
Navigate to:
HLM\System\CurrentControlSet\Control\Keyboard Layout
Here, create a new Binary value (or modify the existing value) called “Scancode Map” and set it to the following. Don’t bother with what appears in the editing box—just type in the value below exactly as it is (you don’t need to use the spacebar):
00 00 00 00 00 00 00 00 03 00 00 00 00 00 5B E0
00 00 5C E0 00 00 00 00
Logging out and logging back in should bring the change into effect, but you might need to restart. In fact, you can change any key to any other! Essentially, each key has a code, and you need to specify how many keys you are remapping. Apart from lots of zeroes, you specify the code of the key you’re going to press, and you specify the code of the key you want it to become. For example:
The left [Alt] key is 38 00.
[Backspace] is 0E 00.
So the remapping of left [Alt] to [Backspace] would be 0e 00 38 00. Note the order. Now, there are eight pairs of zeroes at the beginning of the Scancode map, and four ending pairs of zeroes. Since we’re changing only one key, we need to use 02 00 00 00. (Two keys would be
03 00 00 00). After that comes the mapping, then the ending zeroes. So, to remap left [Alt] to [Backspace] would be
00 00 00 00 00 00 00 00 02 00 00 00 0E 00 38 00 00 00 00 00
Just visit www.usnetizen.com/fix_capslock.html for a complete list of Scancode maps. Also remember that the value to use to disable
a key is, of course, 00 00. Here are a few useful values.
[Caps Lock]: 3A 00
Left [Ctrl]: 1D 00
[Tab]: 0F 00
[Enter]: 1C E0
Left [Shift]: 2A 00
Right [Shift]: 36 00
Disabling [Caps Lock] would therefore be eight leading pairs of zeroes, followed by 02 00 00 00, followed by 00 00 (for the disabling), followed by 3A 00 (for [Caps Lock]), followed by four pairs of zeroes. Try changing someone’s [Enter] key to [Backspace]!

September 23, 2008
Display Attributes - Visual Enhancement Windows XP Registry Hack


September 10, 2008
Control Capitalisation In File And Folders Names - Visual Enhancement Windows XP Registry Hack


September 3, 2008
Add A Command-Prompt Right-Click To Every Folder - Visual Enhancement Windows XP Registry Hack


August 25, 2008
Change Registered Owner And Organisation Name - Miscellaneous Windows XP Registry Hack

If you’ve accepted the default owner name (computer name) in office, say, or if you’ve entered the wrong information during installation—or if you just want to change it to something funny!— you can use this hack to change the details.
Navigate to:
HLM\SOFTWARE\Microsoft\Windows NT\
CurrentVersion
Modify the String Values RegisteredOwner and RegisteredOrganization as required. Put in the new values without the quotes.

August 24, 2008
Convert a FireWire Device To A Dynamic Disk Drive - Hardware Enhancement Windows XP Registry Hack

A dynamic disk is a physical disk that provides features that “basic” disks do not, such as support for volumes spanning multiple disks. Such a disk contains dynamic volumes—such as simple volumes, spanned volumes, striped volumes, mirrored volumes, and RAID-5 volumes. Note that dynamic disks are not supported on notebooks or in XP Home Edition. This hack is for converting a FireWire disk to a dynamic disk.
Navigate to:
HLM\System\CurrentControlSet\Services\Dmadmin\
Parameters
Create a new DWORD value here called EnableDynamicConversionFor1394 if it doesn’t exist, or if it does, modify the existing value. 0 is the default value; set it to 1 to enable the conversion to a dynamic disk. You may need to restart or log out for the change to take effect. Do not convert FireWire disk drives to dynamic disk drives if they will be moved to other hosts.

August 19, 2008
Implement A User-Based Custom Shell - Visual Enhancement Windows XP Registry Hack

Windows allows you to selectively specify the system shell based on the logged-in user. For example, this allows one user to use the standard Explorer interface, and another to use the legacy “progman” shell.
Navigate to:
HCU\ Software\ Microsoft\ Windows\ CurrentVersion\ Policies\ System
And to:
HLM\ Software\ Microsoft\ Windows\ CurrentVersion\ Policies\ System
The second value is the system-wide setting, and the first value is for the currently logged-in user.
Create or modify the String Value called Shell and set it to the filename of the replacement shell.

August 16, 2008
Enable UDMA66 Or UDMA100 Mode - Hardware Enhancement Windows XP Registry Hack

DMA stands for Direct Memory Access, and refers to the capability to transfer data directly between, say, two hard disks, without the need for the CPU to interfere (hence “direct”). Now, as hard disks became faster, and as the need to increase transfer speeds came up, it was found that increasing the speed of the interface itself caused problems. The efficiency of the interface itself had to be improved in addition, and what resulted was the creation of new types of DMA transfer modes called Ultra DMA modes. UDMA66 is also called Ultra DMA Mode 4, and also Ultra ATA/66. If you have an Intel chipset that supports UDMA66 or UDMA100 (you can find this out from the manual), you might find that that mode is disabled by default—and you might certainly want to enable it! You could use the Device Manager to do this, but
in some cases, that doesn’t work—in which case you’ll need to modify the Registry. Make sure your Intel chipset supports one of the two modes mentioned above, otherwise bad things might happen. Naturally, since this is a low-level hardware hack, you’ll need to restart after making the change.
Navigate to:
HLM\System\CurrentControlSet\Control\Class\
{4D36E96A-E325-11CE-BFC1-08002BE10318}\0000
Create a new DWORD value called EnableUDMA66 (or EnableUDMA100, as the case may be). Set its value to 1 to enable the ultra DMA mode, or to 0 to disable it.

August 10, 2008
Reclaim Your Optical Drive - Hardware Enhancement Windows XP Registry Hack

This hack might help if your optical drive isn’t being detected. This hack is applicable if your drives disappear after you uninstall Adaptec Easy CD Creator versions 5.01 and earlier, or DirectCD version 3.01 or 3.01c. It should also work if your drives have disappeared for no apparent reason, or after various program installations and/or upgrades. In any case, it doesn’t hurt to try it. You’ll need to restart to see our drive again—if the hack works, that is. Navigate to:
HLM\System\CurrentControlSet\Control\Class\{4D36E965-
E325-11CE-BFC1-08002BE10318}
Delete the values inside the keys UpperFilters and LowerFilters. If that doesn’t seem to work, go ahead and delete the keys themselves. You’ll need to reboot to see if you’ve had any luck after that.

August 7, 2008
Get Rid Of The Hand - Visual Enhancement Windows XP Registry Hack


August 3, 2008
No More DVDs! - Hardware Enhancement Windows XP Registry Hack

You can make your computer pretend not to have a DVD drive. The following tweak is useful if, say, you have kids at home and you don’t want them to play DVDs on the computer. Or, you have a large CD/DVD collection, you’re away from home, and you don’t want your friends messing with your collection. Navigate to:
HCU\Software\Microsoft\MediaPlayer\Player\Settings
The value name of interest here is EnableDVDUI. It should be a String Value (REG_SZ). Create it if it’s not there, or modify it according to what you want. “No” will disable the drive, and “Yes” will enable it. A reboot is required for the changes to take effect. This hack has been found not to work on some systems, so you’ll just have to take pot luck. If it doesn’t work, just delete the value (EnableDVDUI) you created!

July 29, 2008
Hide Control Panel Applets - Visual Enhancement Windows XP Registry Hack



July 23, 2008
Disable The Passport Balloon Reminder - Visual Enhancement Windows XP Registry Hack


July 20, 2008
Restore Folders Upon Startup - Visual Enhancement Windows XP Registry Hack


July 16, 2008
A Command Line Command Completion Hotkey - Visual Enhancement Windows XP Registry Hack


July 11, 2008
Change The Program Files And Common Files Directory - Performance Enhancement Windows XP Registry Hack



July 9, 2008
A Hotkey For Command Line Directory Completion - Visual Enhancement Windows XP Registry Hack


June 30, 2008
The “New” Right-Click Command Goes Missing - Visual Enhancement Windows XP Registry Hack


June 29, 2008
Control The Behaviour Of The Logon Screensaver - Visual Enhancement Windows XP Registry Hack


Control CPU Task Priorities - Performance Enhancement Windows XP Registry Hack


June 25, 2008
Make DLLs Display Their Icons - Miscellaneous Windows XP Registry Hack

By default, Windows Explorer displays a generic icon for all DLL files. Some poor DLLs actually offer their own icons. So if you'd like to know at a glance which ones have icons, you'll need to go through the following procedure. Remember that this tweak will cause the first icon contained in a DLL to be displayed in Windows Explorer.
Navigate to:
HCR\dllfile\DefaultIcon
Back up the key you are about to modify: highlight "(Default)" in the right frame and select Export Registry File... . Save the file to the location of your choice, so if you don't like the results of this tweak, double-click the exported file to undo the changes you are about to make.
Then, right click "(Default)" and choose Modify. Replace all the information contained in the Value data: field with %1. Now reboot and launch Windows Explorer. Look at the file called Shell.dll in C:\Windows\System and note that it - and many other DLLs - now display an icon of their own!

Increase Balloon Tip Notify Time - Miscellaneous Windows XP Registry Hack

Frankly, a silly hack - just for fun! This one will, of course, increase the time for which balloon tips will be displayed.
Navigate to:
HCR\Software\Microsoft\Windows
\CurrentVersion\Explorer\TrayNotify
Create or modify the DWORD called BalloonTip to reflect a value of 0000000a. You might need to restart for the change to take effect.

Add Copy to / Move to To The Right-Click - Miscellaneous Windows XP Registry Hack

An extremely useful hack, which adds "Copy to folder" and "Move to folder" to the right-click menu of every file and folder. When you select, say, "Copy to folder," you'll get an Explorer-style menu where you can navigate and choose the destination folder.
Navigate to:
HCR\AllFilesystemObjects\shellex\
ContextMenuHandlers
Create a new key here called "Copy To". Change the "(default)" value to
{C2FBB630-2971-11D1-A18C-00C04FD75D13}
Then, in the same key (HCR \AllFilesystemObjects \shellex \ContextMenuHandlers), create a new key called "Move To". Change its "(default)" value to
{C2FBB630-2971-11D1-A18C-00C04FD75D13}
The change will be effective immediately.

Remove Items From The System Tray - Miscellaneous Windows XP Registry Hack

We can't think of a really good use for this one, and it's just for fun that we're including it here. We all use the System Tray in the Taskbar, but you can get prevent any items from appearing there - except the time, if you've set the clock to appear in the System Tray! So once you apply this hack, the System Tray will be blank except for the time.
Navigate to:
HCU\Software\Microsoft\Windows\
CurrentVersion\Policies\Explorer
And to:
HLM\Software\Microsoft\Windows
\CurrentVersion\Policies\Explorer
Create a DWORD Value in both locations called NoTrayItemsDisplay. Set it to 1 to make items in the System Tray vanish. Come to think of it, this is a cool prank hack! Just log out and back on for the change to take effect.

Remove "File" From Explorer - Miscellaneous Windows XP Registry Hack

Ever used the File menu in a Windows Explorer window? We're guessing not. In fact, did you even know it was there? It's useless. But equally useless is this hack, which removes the menu.
Navigate to:
HCU\Software\Microsoft\Windows
\CurrentVersion\Policies\Explorer
And to:
HLM\Software\Microsoft\Windows
\CurrentVersion\Policies\Explorer

Create Your Own Tips - Miscellaneous Windows XP Registry Hack

If you are getting bored of the Windows tutorial tips that appear when you log in to windows, use this hack to change and add your own tips.
Navigate to:
HLM\SOFTWARE\Microsoft\Windows\
CurrentVersion\Explorer\Tips
The tips are listed in alphabetical or numerical sequence. You can either replace the string values in the existing tips, or create your own tips, or increment the existing letters or numbers and enter a string value with your own tip. For example, if the last tip is designated “Y”, the next tip could be “Z” with your String Value text.
You can use any message in the String Value; it needn’t be a tip! For example, try “Don’t forget to call home!” as a tip and see how it appears when you next log in.

June 16, 2008
Modify The Default Search Options - Performance Enhancement Windows XP Registry Hack


June 9, 2008
Disable The Search Assistant - Performance Enhancement Windows XP Registry Hack


May 29, 2008
Change Certain Folder Locations - Performance Enhancement Windows XP Registry Hack


May 23, 2008
Control Auto-Reboot After A Crash - Performance Enhancement Windows XP Registry Hack



May 16, 2008
Die A Faster Death - Performance Enhancement Windows XP Registry Hack



May 9, 2008
Automatic Window Refresh - Performance Enhancement Windows XP Registry Hack

Normally, there is a small delay after some information changes before it reflects in the GUI. If you need to see the information right away, you would need to press [F5]. The following will enable the system to do faster updates.
Navigate to:
HLM\ SYSTEM\ CurrentControlSet\ Control\ Update
For faster updates, change the DWORD value called UpdateMode to 0. The default is 1.
A reboot will be required for the changes to take effect. Note that there is a likelihood of conflict if this setting is applied with system policies running: the UpdateMode value is used by system policies to Disable, Automatically or Manually check for a connection to the NETLOGON share of a domain controller. Change it back to the default if you are running system policies or are connected to a domain controller.

May 3, 2008
Control Master File Table Zone Reservation - Performance Enhancement Windows XP Registry Hack


April 29, 2008
Disable The Desktop Cleanup Wizard - Performance Enhancement Windows XP Registry Hack


April 23, 2008
Turn Off Windows Animation - Performance Enhancement Windows XP Registry Hack


Optimise The System Cache - Performance Enhancement Windows XP Registry Hack


April 16, 2008
Edit The Startup Programs List - Performance Enhancement Windows XP Registry Hack


April 9, 2008
Load Kernel Into RAM - Performance Enhancement Windows XP Registry Hack


