How can I stop Windows NT System Code and Drivers being paged?
John Savill
March 4, 1999
1 Min Read
A. A. Normally User-mode & kernel-mode drivers and kernel-mode system code is written to either pageable or non-pageable memory. It is possible to configure NT never to page out drivers and system code to the pagefile that are in the pageable memory area however this should only be done on systems with large amounts of RAM or severe performance problems could develop.
Start the registry editor
Move to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory Management
Double click on DisablePagingExecutive and set to 1. Click OK (it is of type DWORD so create if it does not exist)
Reboot the machine
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like