How to Configure Windows to Create a Dump File when you get a BSOD
Information
This will show you how to set Windows 7 and Vista to create either a Kernel memory dump, Small memory dump (minidump), Complete memory dump, or no memory dump file when you get a BSOD (Blue Screen of Death).
You must be logged in as an administrator to be able to do this tutorial.
Note
Complete memory dump
A complete memory dump records all the contents of physical memory (RAM) at the time of the crash. A complete memory dump may contain data from processes that were running when the memory dump was collected. If a second crash occurs and another complete memory dump (or kernel memory dump) file is created, the previous contents of the C:\Windows\MEMORY.DMP file are overwritten.
By default, the complete memory dump option is not available in Startup and Recovery on computers that have 2 gigabytes (GB) or more of RAM installed. You can still set Windows to create a Complete memory dump using the REG file in step 4 of Option Two below though.
The complete memory dump will require that there is a page file set to at least the size of physical memory installed plus 1MB (for the header).
Kernel memory dump
A kernel dump contains only the kernel-mode read / write pages present in physical memory at the time of the crash. Since this is a kernel-mode only dump, there are no pages belonging to user-mode processes. However, it is unlikely that the user-mode process pages would be required since a system crash (bugcheck) is usually caused by kernel-mode code. The list of running processes, state of the current thread and list of loaded drivers are stored in nonpaged memory that saves in a kernel memory dump. The size of a kernel memory dump will vary based on the amount of kernel-mode memory allocated by Windows and the drivers that are present on the system.
If a second crash occurs and another kernel memory dump (or complete memory dump) file is created, the previous contents of the C:\Windows\MEMORY.DMP file are overwritten.
Small memory dump
A small memory dump (Minidump) is a C:\Windows\Minidump dump file that contains the stop code, parameters, list of loaded device drivers, information about the current process and thread, and the kernel stack for the thread that caused the crash.
OPTION ONE
Configure Dump File Settings in "Startup and Recovery"
1. Open the Start Menu, copy and paste SystemPropertiesAdvanced.exe into the search box, and press Enter.
2. If prompted by UAC, then click on Yes (Windows 7) or Continue (Vista).
3. In the Advanced tab, click on the Settings button under Startup and Recovery. (see screenshot below)
4. Check both the Write an event to the system log and Automatically restart boxes. (see screenshots below)
5. To Not have Windows Create a Dump File on BSOD
A) Select (none) from the Write debugging information drop down menu, and click on OK. (see screenshot below)
B) Go to step 9.
6. To have Windows Create a Small memory dump (Minidump) File on BSOD
A) Select Small memory dump (# KB) from the Write debugging information drop down menu. (see screenshot below)
B) Check to make sure that Small dump directory has the location below entered for it, and click on OK. (see screenshot above)
%SystemRoot%\Minidump
C) Go to step 9.
7. To have Windows Create a Kernel memory dump File on BSOD NOTE:This is the default setting.
A) Select Kernel memory dump from the Write debugging information drop down menu. (see screenshot below)
B) Check to make sure that Dump file has the location below entered for it. (see screenshot above)
%SystemRoot%\MEMORY.DMP
C) Check the Overwrite any existing file box, and click on OK. (see screenshot above)
D) Go to step 9.
8. To have Windows Create a Complete memory dump File on BSOD WARNING:See the NOTE box at the top of the tutorial for important information about the page file requirements for this type of dump file to be created. This option will not be available if you have 2GB or more of RAM installed.
A) Select Complete memory dump from the Write debugging information drop down menu. (see screenshot below)
B) Check to make sure that Dump file has the location below entered for it. (see screenshot above)
%SystemRoot%\MEMORY.DMP
C) Check the Overwrite any existing file box, and click on OK. (see screenshot above)
D) If prompted, click on OK. (see screenshot below)
E) Continue on to step 9.
9. Click on OK. (see screenshot below step 3)
10. If prompted, click on Restart after you save and close anything that you have open. (see screenshot below)
OPTION TWO
Configure Dump File Settings with a REG File Download
1. To Not have Windows Create a Dump File on BSOD
A) Click on the Download button below to download the below.
Create_NO_Dump_File_on_BSOD.reg
B) Go to step 5.
2. To have Windows Create a Small memory dump (Minidump) File on BSOD
A) Click on the Download button below to download the below.
Create_Minidump_on_BSOD.reg
B) Go to step 5.
3. To have Windows Create a Kernel memory dump File on BSOD NOTE:This is the default setting.
A) Click on the Download button below to download the below.
Create_Kernel_memory_dump_on_BSOD.reg
B) Go to step 5.
4. To have Windows Create a Complete memory dump File on BSOD WARNING:See the NOTE box at the top of the tutorial for important information about the page file requirements for this type of dump file to be created.
A) Click on the download button below to download the below.
Create_Complete_memory_dump_on_BSOD.reg
B) Continue on to step 5.
5. Click on Save, and save the .reg file to the desktop.
6. Double click on the downloaded .reg file to merge it.
7. When prompted, click on Run, Yes (UAC-Windows 7) or Continue (UAC-Vista), Yes, and OK to approve merging the .reg file.
8. Restart the computer to apply.
9. You can now delete the downloaded .reg file if you like.
OPTION THREE
Configure Dump File Settings in a Elevated Command Prompt
A) Copy and paste the command below into the elevated command prompt, and press Enter. (see screenshot below) NOTE:For example, it is set to 2 for a kernal memory dump.
wmic RECOVEROS get DebugInfoType
B) Do step 3, 4, 5, or 6 below for what type of memory dump you would like to have created if you get a BSOD.
3. To Not have Windows Create a Dump File on BSOD
A) Copy and paste the command below into the elevated command prompt, and press Enter. (see screenshot below step 7)
wmic RECOVEROS set DebugInfoType = 0
B) Go to step 7.
4. To have Windows Create a Small memory dump (Minidump) File on BSOD
A) Copy and paste the command below into the elevated command prompt, and press Enter. (see screenshot below step 7)
wmic RECOVEROS set DebugInfoType = 3
B) Go to step 7.
5. To have Windows Create a Kernel memory dump File on BSOD NOTE:This is the default setting.
A) Copy and paste the command below into the elevated command prompt, and press Enter. (see screenshot below step 7)
wmic RECOVEROS set DebugInfoType = 2
B) Go to step 7.
6. To have Windows Create a Complete memory dump File on BSOD WARNING:See the NOTE box at the top of the tutorial for important information about the page file requirements for this type of dump file to be created.
A) Copy and paste the command below into the elevated command prompt, and press Enter. (see screenshot below step 7)
All of your tutorials are awesome, but some are more of help to me than others. This one will truly help me to assist those who report back that they have no dump report.
System Manufacturer/Model Number Custom Built by me. OS Windows 7 Ultimate 64bit SP1 CPU Intel Core 2 Quad Q6600 Motherboard Gigabyte GA-X38-DS4 Memory 2X2GB DDR2 PC6400 800MHZ DUAL CHANNEL Graphics Card XFX RADEON HD 6850 1GB GDDR5 Sound Card 2/4/5.1/7.1-channel Realtek High Definition Monitor(s) Displays Samsung LE40A656F1 1080p 100Hz LCD HD TV 50,000:1 Screen Resolution 1366x768 in Desktop,1920x1080p in gaming and video
Keyboard Wireless Logitech LX710 Mouse Logitech Wireless Gaming Mouse G700 PSU THERMALTAKE W0229 TOUGHPOWER XT 750W Case A-Case Twin Engine BB Cooling 3 x thermaltake smart case fan II + 1 arctic cooling fan Hard Drives C:\WD VelociRaptor 150 GB,10,000 RPM
E:\WESTERN DIGITAL WD15EADS 1.5TB CAVIAR GREEN SATA2 F:\WESTERN DIGITAL WD15EADS 1.5TB CAVIAR GREEN SATA2 Internet Speed ADSL 12000 plus Other Info Mouse Logitech G700,with 13 buttons who needs keyboard in RPG?
D:\Sony high speed sata Dvd Rewriter
Logitech Cordless Rumblepad 2
System Manufacturer/Model Number Custom Built OS Windows 7 Professional x64 SP1 CPU Intel Core i5 2400 @ 3.10GHz Motherboard Foxconn H67MP-S/-V/H67MP Memory 8.0GB DDR3 @ 665MHz (2GBx4) Graphics Card AMD Radeon HD 6800 Series (Sapphire/PCPartner) Sound Card Realtek High Definition Audio Monitor(s) Displays 2243W (1920x1080@60Hz) SMB1930NW (1440x900@60Hz) Screen Resolution 1440x900 & 1920x1080
Keyboard Dell Standard PS/2 Keyboard Mouse Dell HID-compliant mouse Case Novatech Night Cooling Fan Hard Drives 977GB Seagate ST31000524AS ATA Device (SATA) Internet Speed Download: 10 Mbps Ping: 30ms Upload: 0.81 Mbps Other Info Optiarc DVD RW AD-5260S ATA Device
System Manufacturer/Model Number Custom Built by me. OS Windows 7 Ultimate 64bit SP1 CPU Intel Core 2 Quad Q6600 Motherboard Gigabyte GA-X38-DS4 Memory 2X2GB DDR2 PC6400 800MHZ DUAL CHANNEL Graphics Card XFX RADEON HD 6850 1GB GDDR5 Sound Card 2/4/5.1/7.1-channel Realtek High Definition Monitor(s) Displays Samsung LE40A656F1 1080p 100Hz LCD HD TV 50,000:1 Screen Resolution 1366x768 in Desktop,1920x1080p in gaming and video
Keyboard Wireless Logitech LX710 Mouse Logitech Wireless Gaming Mouse G700 PSU THERMALTAKE W0229 TOUGHPOWER XT 750W Case A-Case Twin Engine BB Cooling 3 x thermaltake smart case fan II + 1 arctic cooling fan Hard Drives C:\WD VelociRaptor 150 GB,10,000 RPM
E:\WESTERN DIGITAL WD15EADS 1.5TB CAVIAR GREEN SATA2 F:\WESTERN DIGITAL WD15EADS 1.5TB CAVIAR GREEN SATA2 Internet Speed ADSL 12000 plus Other Info Mouse Logitech G700,with 13 buttons who needs keyboard in RPG?
D:\Sony high speed sata Dvd Rewriter
Logitech Cordless Rumblepad 2
Computer type PC/Desktop System Manufacturer/Model Number Golden Mk. I.3 OS Windows 7 Ultimate SP1 (x64) CPU Intel i7 860 @ 2.80 GHz Motherboard Gigabyte P55A-UD3R Rev.1. Award BIOS F13 Memory 16GB Corsair Vengance DDR3 @ 661 MHz Dual Channel (9-9-9-24) Graphics Card EVGA NVidia GTX 560 1024MB Sound Card Realtek Integrated Monitor(s) Displays Dual Samsung SyncMaster 2494HS Screen Resolution 1920*1080 and 1920*1080
Keyboard Logitech G110 Mouse Logitech MX518 PSU Thermaltake ToughPower QFan 750W Case Thermaltake Element S VK60001W2Z Cooling Corsair H60 Water Cooling, 2*230mm and 2*80mm case fans Hard Drives 1*OCZ Vertex 2 60GB SSD;
2*Samsung F3 SpinPoint 1TB in RAID0;
3*Samsung F1 SpinPoint 1TB in RAID5;
1*Western Digital 500GB External USB 3.0
1*Seagate 500GB External USB 2.0 Internet Speed Not fast enough!!! Antivirus MSE and Malwarebytes Pro Browser Chrome Version 25 Other Info Laptop: ASUS X54C, Intel Core i3-2330M @ 2.0Ghz, 4GB RAM, Intel HD on-board graphics, Windows 7 Professional SP1 (x64), LinuxMint 14 (x64), PepperMint 3 (x86)
Thank you guys. If there's any others that I can make to help make it easier for you to help the OP with, then please just PM or VM me about it. I'll be happy to see what I can do.
Computer type PC/Desktop System Manufacturer/Model Number Gateway DX4831e (Mid-Tower Desktop) OS Win 7 Home Premium 64bit Ver 6.1.7600 Build 7601 - SP1 CPU Intel i3 530 2.93GHz, 2933MHz 2 Cores 4 Logical Processors Motherboard Gateway H57M01 133 megahertz Memory 6GB of 1,333MHz DDR3 SDRAM Graphics Card 32MB Intel Graphics Media Accelerator HD IGChip Sound Card Realtek High Definition Audio Monitor(s) Displays Gateway HX2000 20inch TFT active matrix TN Screen Resolution 1600 x 900 x 59 hertz
Keyboard MS 'Natural' Standard PS/2 Enhanced 101-102 Key Mouse Gateway USB wired optical PSU 300watts. Case Mid-Tower Desktop Cooling Stock from Gateway Hard Drives WDC WD10EADS-00M2B0 [HDD] (1000.20 GB) -- drive 0,
HL-DT-ST DVDRAM GH41N [CD-ROM dr]
HP Photosmart Plus B210a e_series AIO Printer
Four card readers, and Four USB 2.0 Internet Speed Verizon FIOS 24.57Mbps Down - 5.68Mbps up Antivirus MSE Browser IE9.0.8112.16421-Upd ver 9.0.13, FireFox 19.2, Opera 12.14 Other Info BIOS: American Megatrends Inc. P01-A0 11/17/2009
System Specs by Belarc.
Join Date March 27th 2010 at 10:44:15 AM.
Yeah, I would stay away from anything dubious. I think what you suggested at that link would be the best and safest way to. I'm just not sure it's a good idea to force a BSOD IMO though. He would need windbg or some other program that is able to read the dump file.