Forum Discussion

Platea's avatar
Platea
Copper Contributor
Dec 10, 2024

How to analyze minidump file?

I using Windows 10 and my PC got blue screen, and then I have 1 minidump file in Folder /windows/minidump/. but I can't analyze what is wrong with my Computer. can anyone help me to analyze it?
I will upload the minidump in Gdrive, the link down below. thanks in advance!

https://drive.google.com/file/d/15kM6memcnABF6qym6OLnNtdkEd4JxS22/view?usp=drive_link

2 Replies

  • Christopheo's avatar
    Christopheo
    Iron Contributor

    Look for lines in the output that indicate the bug check code (such as 0x0000007E for SYSTEM_THREAD_EXCEPTION_NOT_HANDLED) and the driver that caused the crash (often listed in the output). You can also look for additional information about system errors or problematic hardware.

    • EinarOlsok's avatar
      EinarOlsok
      Brass Contributor

      What about an app for a formerly certified MCP? Used to be Windows 2000 back in the days.

       

      On topic>

      Try holding the Windows key and press F for Feedback hub. That way the developers could possibly help with analysing the minidump file.

       

      All the best,

      Einar the Swedish Viking

Resources