My favorite registry hacks to boost performance of Windows XP
Now that I am over with that disclaimer, here comes the real stuff. You will need to edit registry by running RegEdit from Command Prompt:
- Remove DLLs from loading for applications that are not running anymore
Edit
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer]
Create a newDWORDvalueAlwaysUnloadDLLand give it a data value of1. Reboot. - Place Windows Kernel in RAM
Edit
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management]
SetDisablePagingExecutiveto1. Reboot. - Disable 8.3 Name creation in NTFS
Edit
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
SetNtfsDisable8dot3NameCreationto1. Reboot. - Make network browsing to be faster by preventing checking of remote scheduled tasks
Delete the following registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}]. Reboot. Disable services that are no longer being used. Better yet, instead of disabling, choose manual mode instead of automatic. If it is a wired-networked desktop and you never plan to use a wireless card with it, disable "Wireless Zero Configuration services".
- This tip is useful in uninstalling devices that you no longer use with your system. To display these ghosted or nonpresent devices, open "Command Prompt" and enter the following commands:
SET devmgr_show_nonpresent_devices=1
devmgmt.msc
Now, uninstall hardware devices that are no longer used with your system - This next hack is not for enhancing performance, but is nonetheless quite useful at times when your system displays an error message at Startup that refuses to go away.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows]
SetNoPopupsOnBootto1 (DWORD). Reboot. - For deleting programs from starting up at the boot time: delete their entries from:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run - For uninstalling unruly programs from "Add Remove Programs" control panel applet, look for the program name in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
Also checkDisplayNamesubkey to see tha name of the program.
Even though it is a good idea to reboot after each of these hacks, I often make all the changes in one go and reboot just once. That has always worked for me and saved a lot of time. If you are feeling lucky, do the same.
Were these hacks helpful? What are your favorite hacks? Share them as comments to this blog. Thanks for reading.
- Login or register to post comments
- Printer-friendly version
- inder's blog
- 5973 reads






Comments
thnxs for help....... it really helped me alot.....
by gagan93 - 2011-12-01 06:13
thnxs for help.......
it really helped me alot.....
Fantastic share, I did it on
by jmarquette - 2010-01-30 00:35
Fantastic share, I did it on two of our office pc's and it made a world of a difference. Any idea if similar tweaks exist for Vista? I was going to apply them on a Vista PC but was concerned that it may have a different or negative effect.Cheers,
J. Marquette
Profile