the error codes were 0x000000C4 (0x00000040, 0x00000000, 0x89D587E8, 0x00000000). I tried to search for these codes on the microsoft website but had no luck.
It's difficult, because you'll rarely find your
exact error code string listed in support articles. The actual error code itself is the number
before the parentheses (in your case, 0x000000C4), and that is what you'll find general info on. However, the numbers
inside the parentheses are usually values unique to each particular crash instance, such as the specific address (location) in memory where the conflict occured, the particular line of program code that was being processed at the time, and other such low-level technical details.
1.
Have you checked for malicious infections as we talked about earlier? It's definitely worth doing.
2. You said: "
I followed Microsoft's advice but couldn't work it out before this happened". How much of the advice were you able to complete before it crashed. Where
exactly in the process did it crash (that is, what exact procedure were you performing)?
3. Have you looked at your Event Viewer logs as I suggested earlier? If not, do that now; post any error events that occur right around the time of the crashes.
4. Driver problems
are indicated as a cause for that error. Have you installed any new devices lately or upgraded any driver software for your hardware components (video, audio, or network cards, for example)? If so,
uninstall them. for drivers, go back to the previous version.