I have an HP M490M system with a 3.2 gHz P4 and 1.5 gB of pc3200 DDR
ram. The vid card is an nVidia GeForce FX5600. I notice an inconsistent
delay when trying to access menus from the start button ie: Start>All
Programs>Microsoft>Word. Each time there is an annoying lag with a blank
grey box that eventually gets populated with the apps. It's only 2 or 3
seconds but, as I said, annoying. I thought when I recently upgraded
from 512 of ram to 1.5 gB, it would fix this, but it persists. I don't
have a top of the line system, but I figured it would be fast enough
that I shouldn't see this. Also, when opening Internet Explorer, there
is a long...long wait for the program to initialize, but it might just
be IE. Any suggestions would be greatly appreciated...TIA.
Some resonably relevant shots in the dark: (My instructions are based on
Win98SE.)
1. Icon cache too small? Does the hard drive start seeking while your
waiting? Do the icons appear one at a time? This is the registry entry for
Win98SE. Yours may be similar.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"Max Cached Icons"="2000"
Also see X-Setup and TweakManager comment below. X-Setup recommends max of
2000, take this with a grain of salt.
2. Are hard drive DMA accesses enabled?
a. Right click 'My Computer'-> to get the 'System Properties' dialogue
b. Select 'Device Manager'
c. Select each drive individually and right clock to get to 'properties'
d. Select 'settings' and make sure 'DNA' is checked.
3. Are 32 bit accesses enabled in system.ini?
Write "32BitDiskAccess=ON" in Section "386Enh" to file "SYSTEM.INI"
3. Microsoft Office is another enormous resource hog. Makes NIS look well
behaved. Is office loading at startup? Are you using the menu bar? Office
configures itself to load a lot of stuff at boot time. You should be able
to trim this down to nothing. Disable the menu bar and turn pre-loading. I
think there is also a control panel applet that lets you configure MS Ofice
behavior.
4. Virtual memory too small? Try setting it to 'auto' and see what
happens.
a. Right click 'My Computer'-> to get the 'System Properties' dialogue
b. Select 'Performance'
c. Select 'Virtual Memory'
d. Select 'Let Windows manage...'
5. Turn off 'findfast' in TweakUI.
a. Open TweakUI
b. Select 'control Panel'
c. Uncheck 'findfast'
d. There may be more but I can't rememnber it right now. Check at
BlackViper.com or google for more.
5. (Ignore this for OS's newer than 98.) Disk cache (vcache) too small?
Add these lines if they are not there currently. This limits the vcache to
a maximum of 512MBytes of memory and deals with the issue very
effectively. Without the max limit set, 98 can sometimes allocate too much
system virtual memory address space to the vcache and cause problems. Some
people recommand that the MaxFileCache setting be no more than 70% of
physical memory up to a maximum of 512 MBytes. Others may recommend 80% or
so but you get the idea. You must set some maximum so that the vcache
cannot consume all your system virtual memory address space. I
experimented with the MinFileCache value and found 40MBytes to be a good
number. Smaller numbers seemed to slow my computer down, based on boot
times. Larger numbers did not seem to produce improvement, again based on
boot times. I left chunksize the way it was. You may want to 'tune' your
MinFileCache size as well. For more information try posting to:
microsoft.public.win98.setup
microsoft.public.win98.gen_discussion
In Win98 this is set in the system.ini. Look for something like:
[vcache]
MaxFileCache=524288
MinFileCache=40960
chunksize=4096
6. Turn off list box, menu, and other animations
a. Open TweakUI
b. Select 'General'
7. Repair the icon cache
a. Opern TweakUI
b. Select 'Repair'
c. select 'Rebuild Icons'
Try X-Setup, There is a free version and it has many tweaks/optimizations
for windows.
http://www.x-setup.net/
Or try Tweak Manager, also has a free version:
https://www.winguides.com/
To check for background processes and processes that load at boot time try:
process explorer
autoruns
from:
http://www.sysinternals.com/
Many other good util's there.
Another site:
http://www.sysinfo.org/
lists processes that windows may load at boot time. Be careful here. Many
'bad' processes have names similar to 'needed' processes. Look here to
see what you might trim from your 'autoruns' list. Also listed are CSLID's.
Good Luck