It is a known fact that anything that runs in the RAM will be much faster than something that has to access the hard disk or the virtual memory. The same is the case with the Windows Kernel which is the heart of Windows.
Normally the kernel uses the slower Paging Executive functions to run. But if you could somehow make it run from the RAM then you can really get a considerable boost in your computer speed. Here is how you can do that with just a simple Registry hack. But this hack is advisable only if you have atleast 256 MB of RAM.
Note: Always make a backup of your registry before attempting any kind of changes to it.

Go to Start>Run. Type ‘Regedit‘ and hit enter.
In the registry editor go to the following key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\DisablePagingExecutive and change the value to “1“.
Close the editor and restart Windows. Your computer should perform faster now.
If for some reason you want to revert back, just change the value back to ‘0‘.
If you're new here, you may want to subscribe to my RSS feed or get updates through email. Thanks for visiting!












April 3rd, 2007 at 2:48 pm
i couldnt find this key in my registry ..+
:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
the only option under memory management is PrefetchParameters
: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters
April 3rd, 2007 at 4:23 pm
@Atul: If the key does not exist you can create a new key by the name ‘DisablePagingExecutive’ under Memory Management and set it’s value to 1.
April 13th, 2007 at 11:12 am
doenst seems to make any diffrence ..
March 1st, 2008 at 6:12 am
The key is inside the Memory Management folder, alongside the sub folder Prefetch Parameters.
On the left window pane, select Memory Management. Now in the right window pane look for the DPE key.
Thanks Suresh.