These tweaks at best do nothing good in xp for most people.
first, xp is not 9x....discard what you believe you knew about the swap or pagefile once you get to the nt kernal
xp puts as much ram to use as possible...this obviously speeds your box...in 9x, there are times you need to release ram...in xp, there is never the time you want to release ram, as ram is always available...BECAUSE XP WILL ONLY WRITE TO DISC INFORMATION THAT IS NOT BEING USED.
Now, don't get the wrong idea, as most people do, for xp will quite amazingly put some code in BOTH memory, AND on disc
this is one of the beuties if this os, for, just in case you do need to put info to disc, it's aready there, and the process of a page is as seemless as possible.
preventing this writing information that you don't use to disc is not going to speed anyone up, and it will slow some down.
that's the first thing
now the next.
the only things that are actually paged out of physical memory, are the things that have not been put to use for the longest period of time.
so, keeping this information that you are not using in physical memory will definately slow down some areas that are used more frequently.
it doesn't matter how much ram you have, you definately do not want to keep in physical memory information that you are not using, as obviously the information you are using will suffer.
the nt kernal is a virtual memory os...there is no way to run as stable, or as fast without virtual memory, and you absolutely cannot prevent or hinder the vm activity.
of course, if there is some informationthat you would rather not get written to disc even though you never use it, then you might look into something like this