• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Optimization Registry File

foodfightr

Golden Member
Ok, I came across this registry file to tweak windows XP for performance. Here it is, please take a look at it. All comments are appreciated.

Thanks!

Windows Registry Editor Version 5.00

 
Generaly I think these type of system wide changes (for most uses) are just asking for problems. Much of this file is minor things, but I wasn't thrilled to see:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl]
"IRQ8Priority"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl]
"Win32PrioritySeparation"=dword:00000026

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AlwaysUnloadDLL]
@="1" This one is really bad and has the overall effect of slowing down explorer.

Nuking of the common startup items also is annoying, this is just going to break users machines and they wont know why.

All in all, I wouldn't recommend anyone (who doesnt know exactly what they are doing) use a script like that on their system.
 
I use some of those registry tweaks but several listed are available options that are tweakable without going into the registry. My suggestion for good optimization for a casual user is to right click on My Computer in Explorer, select Properties, select the Advanced tab, click on Settings under the Performance section, and select "Adjust for best performance".

I would never run a registry tweak script unless I created it myself and I'd recommend anyone who uses such scripts to thoroughly investigate exactly what they are tweaking. Many tweaks are also dependent upon what your system specs are, how much memory you have available. If you have tons of memory, some of those tweaks are useless or of negligible benefit.

Edit: Also, one of the most common problems I see with casual users is they have lots of programs starting up when windows boots up. This happens because they install programs which then all want to put some nifty little icon in the task bar. Using msconfig to reduce the number of programs starting up when windows starts is also very helpful. I only have 4 programs that start with windows: ctfmon for languages (I use English and Spanish on my computer), my firewall, my antivirus and ultramon for my dual monitor setup. My computer starts up in about 35 - 40 seconds.
 
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl]
"IRQ8Priority"=dword:00000001

This key does absolutely nothing at all. Windows does not even look at this key whether it is there or not. I believe this registry key may have been referenced in past version of Windows and then somehow people kept claiming it did something for performance. Now every tweak guide you see has this in it.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AlwaysUnloadDLL]
@="1"

Has anybody ever even noticed that this under the "Explorer" branch of the registry? This is because it has nothing to do with DLLs in general. Instead it has to do with DLLs loaded as plug-ins by Explorer. However just like anything else it will be paged out if needed.

I completely agree with bsobel. Just ignore those optimization or tweaking guides for XP. Every single one of them are filled with false information and just poor advice.
 
Back
Top