I get a STOP 0x00000078 error.

John Savill

March 4, 1999

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. A. This can be caused by a bug in Windows NT where the error is produced if the NonPagedPoolSize is greater than 7/8 of your physical memory. To correct this perform the following:

  1. Start the Registry Editor (regedit.exe)

  2. Move to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory Management

  3. Double click on NonPagedPoolSize

  4. Change this to less than 7/8's of your physical memory (or set to 0 to let NT dynamically set it). Click OK

  5. Close the registry editor

  6. Reboot the computer

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