What should I do if the Windows 7 system computer has a blue screen?

  
                                    

The blue screen of the computer, also known as the Blue Screen of Death (BSoD), is mandatory for Microsoft's Windows series operating system to protect computer data files from being corrupted when they cannot recover from a system error. Screen image. The blue screen of death warning for Windows operating system has become an iconic picture.

1, Windows7 system computer will automatically restart after the blue screen appears, after restarting, the computer screen will prompt the blue screen related information, if you do not have time to view, you can also enter windows7 "event viewer" & rdquo; (Location: Control Panel - System and Security - Management Tools - View Event Log), in the "Event Viewer" you will also see the system information that is in error, the general information is as follows: “ The dumped data has been saved in: C:WindowsMEMORY.DMP” or “C: .dmp file in the WindowsMinidup folder. ”

What are the files with .dmp files? They are windows memory dump files. In windows systems, “small memory dumps are saved in the WindowsMinidump folder, it only Record key information when a blue screen of death occurs; “core memory dump” and “full memory dump” files are saved directly in the Windows folder, the file name is MEMORY.DMP, which records blue screens respectively. Core memory information and complete memory information at the time of the crash.

2, you can open these files to view the relevant information of your blue screen. But one question is coming again. How do I open these files with the .dmp suffix? Windows 7 itself does not provide a tool to open such files, and it cannot be opened with “Notepad”. What should I do? There is a Debugging Tools tool to solve this problem, download and install the Debugging Tools tool.

3, after downloading and installing, start Debugging Tools, select “File(File)”-“Open Crash Dump(Open Memory Dump File)” in the main menu of the program, select the path, Open the .DMP file. After opening, you will see a bunch of English. If you don't have good English, you can ignore it. Just pay attention to the information behind the words “Probably caused by:” in the last line. This is the culprit. See an example:

Copyright © Windows knowledge All Rights Reserved