View Single Post
  #2  
Old 28th Feb 05, 06:49 PM
Alpine's Avatar
Alpine Alpine is offline
Retired Crew
 
Join Date: Feb 2002
Location: Run Forest, RUN!!
Posts: 3,601
Alpine is on a distinguished road
Send a message via ICQ to Alpine Send a message via AIM to Alpine
#2 Performance Tweaks ... Suite
Correcting System Hang at Startup

If your system hangs about 2 or 3 minutes at startup, where you can't access
the Start button or the Taskbar, it may be due to one specific service (Background Intelligent Transfer) running in the background. Microsoft put out a patch for this but it didn't work for me. Here's what you do:

1. Click on Start/Run, type 'msconfig', then click 'OK'.
2. Go to the 'Services' tab, find the 'Background Intelligent Transfer' service, disable it, apply the changes & reboot.

This problem with the Background Intelligent Transfer Service should have been corrected in Windows update Q 314862, part of Service Pack.

Adjust LargeSystemCache

HKLM\System\CurrentControlSet\Control\Session Manager\Memory Management and change the value to either O or 1 to the adjustment the
LargeSystemCache.

However, in Windows XP all you have to do is:

1. Right click My Computer
2. Select Properties
3. Click Advanced
4. Choose Performance
5. Click Advanced again
6. Select either Programs or System Cache under Memory Usage.

Programs = 0 for the registry tweak equilavent
System Cache = 1 for the registry tweak equilavent

From arstechnica.com:
On NT Server (in this case XP), the Large System Cache option is enabled, but disabled on Workstation. The two different settings effect how the cache manager allocates free memory. If the Large Cache option is on, the manager marks all the free memory, which isn't being used by the system and/or applications, as freely available for disk caching. On the flip-side (with a small cache), the manager instead only sets aside 4MB of memory for disk caching in an attempt to accelerate the launch of applications. Or in a more technical approach, if enabled the system will favor system-cache working sets over process working sets (with a working set basically being the memory used by components of a process).

Disable zip folders


Are the ZIP folders too slow for you? Disable it by unregistering the file zipfldr.dll.

regsvr32 /u zipfldr.dll

Enable or disable boot defrag

A great new feature in Microsoft Windows XP is the ability to do a boot defragment. This places all boot files next to each other on the disk to allow for faster booting. By default this option in enables but on some builds it is not so below is how to turn it on.
  1. Start Regedit. If you are unfamiliar with regedit please refer to our FAQ(DO BACKUP) on how to get started.
  2. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOpt imizeFunction
  3. Select Enable from the list on the right.
  4. Right on it and select Modify.
  5. Change the value to Y to enable and N to disable.
  6. Reboot your computer.
Reply With Quote