Prevent Windows Kernel From Using The Page File (PagingExecutive Function)
Description
Placing the Windows (2000/XP) Kernel into RAM is quicker than allowing it to be paged.
Directions
If you system has more than 256MB of RAM, then you should try this tweak. In theory, the kernel (and thus Windows) should run faster if it kept in RAM instead of the slower page memory.
This involves editing the registry so make a registry backup before trying this.
Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\DisablePagingExecutive
Setting the value to 1
will prevent the kernel from using slower page memory.
Changing it back to the default value of 0
will return your system back to normal.
Remember that registry changes require reboot before you will see their effects.