Windows system computer will automatically restart after the blue screen, restart after the computer screen will prompt a blue screen related information, if you do not have time to view, you can also enter the Windows7 "Event Viewer" (Location: Control Panel-System and security-management tools-View the event log), in the " Event Viewer, you will also see the system information that is faulted, and the general information is as follows:
"The dumped data has been saved: C:\Windows\MEMORY. DMP "or" in the. dmp file in the C:\Windows\Minidup folder. ”
What files are these with. dmp files? They are memory dump files for Windows, and in Windows systems, the small memory dump file is stored in the Windows\minidump folder, which records only key information in the event of a blue screen panic; core memory dump and full memory dump files are stored directly in the Windows folder, the file name is MEMORY. DMP, which records the core memory information and the complete memory information in the event of a blue screen panic, respectively.
Below you can open these files to view information about your blue screen. But here's a question. How do I open these files with the. dmp suffix? The Windows7 itself does not provide the tools to open the file, nor can it be opened with Notepad. What do we do?
There is a debugging tools tool to solve this problem, please click the following link to download: Http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.11.1.404.msi
After downloading the installation, start Debugging Tools, select "File"-"Open Crash dump" in the main menu of the program, select the path, open it. DMP files.
After opening, you will see a bunch of English, if your English is not good, you can ignore, as long as the attention of the last line "Probably caused by:" The message after the word, which is the culprit.
Once you find the root cause of the problem, you can solve the problem and believe that all the problems will be solved.
Causes of. DMP Analysis after Windows blue screen.