I found this... Appears to be just what I want! I'll see if it works
tonight.
http://www.billssite.com/xptweak3.htm
Memory Performance
Improving memory performance can be done simply by preventing your hard
drive from being used for cache. This is only useful with 256Mb or more of
RAM.
Everything that you'll need to edit here can be found in
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Session Manager/Memory
Management
So of course add
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory
Management] to your *.reg file.
Disable Paging Executive
This will prevent pages sections from RAM going to the hard drive. If you
have a large amount of RAM at least 256Mb (I suggest 512) you might want to
keep the data in your RAM to improve your performance considerably due to
reduced amount of hard drive swappage. The entry that you will want to
modify is called DisablePagingExecutive. Changing this from 0 to 1 will keep
the data in your RAM.
"DisablePagingExecutive"=dword:00000001
System Cache Boost
The XP kernel can be loaded into your RAM with a simple registry edit. This
can greatly improve performance since the NT Kernel will always be in your
RAM. With this edit you will allocate roughly 4Mb of your RAM for the
kernel. Sometimes more RAM is used but most of the time it is only 4Mb. The
entry that you will need to find is called LargeSystemCache and you'll need
to change this from 0 to 1 in order to enable this.
"LargeSystemCache"=dword:00000001
To put both of these RAM tweaks into use you'll add something like this to
your reg file
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory
Management]
"DisablePagingExecutive"=dword:00000001
"LargeSystemCache"=dword:00000001