What Is a Crash Dump?
When Windows encounters a critical system error (often called a Blue Screen), it can write a memory dump file to disk. These files contain information about what the system was doing at the moment of the crash. We have another guide on analysing and debugging crash dumps, which you can read here: Blue Screen of Death - What It Actually MeansWhere Dump Files Are Stored
Common locations include:C:\Windows\MEMORY.DMPC:\Windows\Minidump
What Investigators Can Learn
Crash dumps may reveal:- The driver that caused the crash
- Loaded kernel modules
- Active processes
- Memory state at failure
Types of Dump Files
| Type | Description |
|---|---|
| Small dump | Minimal crash information |
| Kernel dump | Kernel memory contents |
| Complete dump | Entire system memory |
Do note that complete dumps can be very large and may not always be generated by default.
How Do I Change Dump Settings?
You can adjust dump settings here:- Open Settings
- Nagivate to System
- Click on
Advanced System Settings - Click on Settings in Startup and Recovery
- Change by clicking the dropdown under Write debugging information
Comments (0)
No comments yet. Be the first to comment!
Leave a Comment