3 ways to configure BSOD crash dump on Windows
A blue screen of death (BSOD) usually occurs when there is a critical error and Windows cannot recover or repair it. To determine the cause of the blue screen of death, you need to configure Windows to create a minidump each time something goes wrong.
Method 1: Enable the creation of minidump with System Properties
1. Press the Win
+ key R
to display the Run box and type SystemProperIESAvised, then press Enter
to open the System Properties window .
2. Click the Settings button in the Startup and Recovery section .
Click the Settings button in the Startup and Recovery section3. The memory dump options are in the Write debugging information section . By default, it is Automatic memory dump . Just change it to Small memory dump (256KB) and press OK.
Change to Small memory dump (256KB)4. Whenever the PC shows a blue screen error, it automatically collects some diagnostic information and stores them in a small file that you can find in the C: WindowsMinidump folder .
Method 2: Enable the creation of minidump by tweaking the Registry
1. Open Registry Editor and browse to the following location:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlCrashControl
2. On the right, double-click DWORD 32-bit CrashDumpEnabled and change its value from default value 7 to 3 .
Double-click DWORD 32-bit CrashDumpEnabled and change its value from 7 to 3- 0x0: None
- 0x1: Memory dump complete
- 0x2: Memory dump kernel
- 0x3: Small memory dump (64KB)
- 0x7: Memory dump automatically
3. You must restart Windows for the registry change to take effect.
Method 3: Enable the creation of a minidump using the Command Prompt
1. Open Command Prompt with admin rights. Enter the following command to find out what type of memory dump you are using:
wmic RECOVEROS get DebugInfoType
2. If you want to activate creation, run the following command:
wmic RECOVEROS set DebugInfoType = 3
3. When the command completes, restart the computer.
The minidump file is stored in binary format. To view and analyze its content, you need to use third party software like WinDbg or BlueScreenView. Refer to the article: How to find the cause of blue screen of death and Minidump error? to know how.
You should read it
- How to Read Dump Files
- How to delete memory dump files in Windows
- How to Read a Dump File (.dmp)
- How to fix corrupted memory dump file
- Tips for survival in Knives Crash and play guides
- How to find the cause of blue screen death and Minidump errors?
- What is the condition of a computer crashing? How to solve?
- Fix the latest iPhone crash
- Analysis of Memory Dump file (* .dmp)
- How to enable / disable automatic restart when BSOD error is encountered in Windows 10
- Instructions for troubleshooting Flash Player crash (crash) in the browser
- What is DMP file? How to open DMP files in Windows 10