Computer blue screen of death code 0C000000C5, how to fix?

Hello

Error Code: 0x000000c5

Cause: this can happen when trying to use invalid memory with a process IRQL that is too high. This is almost always caused by a driver that has corrupted the system pool.

Solution: To solve this problem, run the Driver Validator utility for any new (or suspicious) drivers, and if it doesn't find the source of the problem, turn on Special Pools with gflags. For additional information on how to use the Driver Verifier tool, click on the article number below to view the corresponding article in the Microsoft Knowledge Base: "How to Use Driver Verifier to Solve Device Driver Problems in Windows 2000" (/kb/ 244617/)

. 244617/)

For additional information on how to isolate pool corruption using the Special Pools feature, click on the article number below to view the corresponding article in the Microsoft Knowledge Base: "How to Isolate Pool Corruption Using the Special Pools Feature" (/kb/188831/)