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 .

3. 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.

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 .

- 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 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
May be interested
- Blue screen of death BSOD error codes listblue screen of death (bsod) or blue screen error occurs when windows has a serious problem and is forced to stop completely. bsod error occurs in any windows operating system, including windows 10, windows 8, windows 7, windows vista, windows xp and even windows 98/95.
- Tips for survival in Knives Crash and play guidesthis is a simple knives crash trick that will help you live longer and easily become the ultimate winner in knives crash.
- How to fix BSOD Memory Management errorin this article, tipsmake.com will help you to solve bsod memory management error. simply put, the bsod memory management error means there is a serious memory management error. stop code bsod memory management is 0x0000001a.
- Analysis of Memory Dump file (* .dmp)when trying to open any * .dmp file created by windows debugging tools, you will find the language used in it extremely strange. sometimes you are curious to know exactly what information inside it is?
- Instructions for configuring IPv6 on Windows Serverassigning addresses on an ipv6 network is a bit different from ipv4. ipv6 can be assigned to an interface in four ways in how to configure this ipv6.
- What is DMP file? How to open DMP files in Windows 10there is a large portion of windows system files that are not as easily accessible as others. one of these windows-specific extensions is called a dmp (.dmp) file or a windows memory dump.
- What is the condition of a computer crashing? How to solve?computer crash dump is a common error for users. however, this error is relatively difficult to fix when encountered
- Fix BSOD Dxgkrnl.sys error in Windows 10the blue screen of death error can cause you many problems and users have reported that the dxgkrnl.sys file is causing these problems on windows 10.
- Tips to fix PUBG game Crash status on Windows 10currently many gamers encounter pubg crash game error when playing on windows 10, this situation occurs making it difficult to access the game, and this is also one of the errors that cannot access pubg on pc, but many of you are still good. question.
- Secedit: configure command in Windowssecedit: configure command allows you to configure the current system settings using the security settings stored in the database.