1. debugging tools for Windows Microsoft troubleshooting tool-blue screen analysis tool
2.
The following describes how to use the troubleshooting tool after the computer blue screen:
The system restarts after a blue screen appears. A. dmp file named by date is displayed in the minidump folder, which is the file to be analyzed. Next, click "Start Menu>Program→ Debugging tools for Windows (x86)-windbg ", Open the windbg program, and click" File> open crash dump "in the program window ", open the date file in the minidump folder of the system disk. DMP file.
After opening the file, the program starts to automatically analyze the file. After the analysis, check the bottom and find the "probably caused by" line. The information provided after the line is the culprit of the blue screen.
PS: If you have a clear picture of the blue screen, <file names are often provided>, of course, it's easy! If you are not clear about it, check the Internet and learn from other friends.
Download:
Http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.11.1.404.msi
3. Find the cause and update the NIC Driver.