Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

3 Ways to Configure BSOD Crash Dump on Windows

Explore 3 Ways to Configure BSOD Crash Dump on Windows with a clear overview, practical guidance, key features, and useful tips to help you make an informed.

Table of Contents

This guide provides a practical overview of 3 Ways to Configure BSOD Crash Dump on Windows, including its main features, benefits, limitations, and important considerations.

Method 1: Enable the creation of minidump with System Properties

1. Press the Win+ key Rto display the Run box and type SystemProperIESAvised, then press Enterto open the System Properties window .

2. Click the Settings button in the Startup and Recovery section .

Method 1: Enable the creation of minidump with System Properties screenshot 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.

Method 1: Enable the creation of minidump with System Properties screenshot 2 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 .

Method 2: Enable the creation of minidump by tweaking the Registry screenshot 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.

FAQ

What should I know about 3 Ways to Configure BSOD Crash Dump on Windows?

Focus on the key features, requirements, limitations, and practical use cases explained in this guide.

How do I get the best results with 3 Ways to Configure BSOD Crash Dump on Windows?

Follow the recommended steps, use current software or information, confirm compatibility, and review settings before major changes.

Are there any risks or limitations?

Potential limitations depend on compatibility, data quality, cost, privacy, support, and how the product or method is used.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.