JSI Tip 9633. During the Windows Server 2003 shutdown process, you receive STOP 0x0000000A - IRQL_NOT_LESS_OR_EQUAL?

Jerold Schulman

August 4, 2005

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

The subject behavior will occur if you have enabled the local security Shutdown: Clear virtual memory pagefile policy.

To resolve this problem:

1. Start / Run / gpedit.msc / OK.

2. Expand Computer Configuration / Windows Settings / Security Settings /Local Policies / Security Options.

3. Double-click double-click Shutdown: Clear virtual memory pagefile.

4. Set the policy to Disabled and press OK.

5. Close the Group Policy Object Editor.

NOTE: The STOP 0x0000000A message has 4 parameters:

• Parameter 1 - The referenced memory location.• Parameter 2 - The IRQL.• Parameter 3 - If the STOP occurred during a read, this parameter is 0. If during a write, this parameter is 1.• Parameter 4 - The address that referenced the memory location (parameter 1).



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