Windows 10: Configure Windows 10 to Create Minidump on BSOD

Discus and support Configure Windows 10 to Create Minidump on BSOD in Windows 10 Tutorials to solve the problem; How to: Configure Windows 10 to Create Minidump on BSOD How to Configure Windows 10 to Create Dump Files on BSOD [img] Information A blue... Discussion in 'Windows 10 Tutorials' started by jaylweb, Aug 19, 2016.

  1. jaylweb Win User

    Configure Windows 10 to Create Minidump on BSOD


    How to: Configure Windows 10 to Create Minidump on BSOD

    How to Configure Windows 10 to Create Dump Files on BSOD

    Configure Windows 10 to Create Minidump on BSOD [​IMG]
    Information A blue screen (aka: BSOD) error (also called a stop error) can occur if a problem causes your PC to shut down or restart unexpectedly. When you experience this type of error, you won’t be able to see things like the Start menu or the taskbar on the screen when your PC is turned on. Instead you might see a blue screen with a message that your PC ran into a problem and needs to restart.

    In the event of your PC encountering a BSOD (Blue Screen of Death) a Dump File will be required for debugging purposes by a BSOD analyst. By default Windows 10 is set to write Automatic memory dumps, this tutorial will show you how to configure Windows 10 to write Minidumps (Small memory dumps), Kernel memory dumps, Complete memory dumps, Automatic memory dumps and Active memory dumps.

    For more information about crash dump files, please see: Understanding Crash Dump Files - Ask the Performance Team - Site Home - TechNet Blogs

    You must be logged in as an administrator to be able to perform any of the steps in this tutorial.


    Configure Windows 10 to Create Minidump on BSOD [​IMG]
    Note Automatic memory dump
    An Automatic Memory Dump contains the same information as a Kernel memory dump. The difference between the two is in the way that Windows sets the size of the system paging file. If the system paging file size is set to System managed size, and the kernel-mode crash dump is set to Automatic Memory Dump, then Windows can set the size of the paging file to less than the size of RAM. In this case Windows sets the size of the paging file large enough to ensure that a kernel memory dump can be captured most of the time.

    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 if you wish.

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

    Active memory dump
    An active memory dump is smaller than a Complete memory dump, however it still contains active memory in both kernel and user mode. You can now obtain kernel information as well as user information without having to dump the complete memory.

    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.




    INTRODUCTION [/i] List of Contents
    Option One: Configure Dump File Settings in Start-up and Recovery
    Option Two: Configure Dump File Settings with a REG file download
    Option Three: Configure Dump File Settings in Elevated Command Prompt




    OPTION ONE [/i] Configure Dump File Settings in Start-up and Recovery
    1: Open Control Panel

    2: Click/tap on System and Security

    Configure Windows 10 to Create Minidump on BSOD [​IMG]

    3: Click/tap on System

    Configure Windows 10 to Create Minidump on BSOD [​IMG]

    4: Click/tap on Advanced System Settings, the System Properties window will open.

    Configure Windows 10 to Create Minidump on BSOD [​IMG]

    5: In the Start-up and Recovery section click/tap on Settings...

    Configure Windows 10 to Create Minidump on BSOD [​IMG]

    6: In the System failure section ensure both Write an event to the system log and Automatically restart options are checked. In the Write debugging information section click on the dropdown box and select either of the options below then click/tap OK:



    No Dump Files [/i] Have Windows NOT Create a Dump File on BSOD

    Configure Windows 10 to Create Minidump on BSOD [​IMG]




    Small Memory Dumps [/i] Have Windows Create a Small Memory Dump (Minidump) on BSOD

    Configure Windows 10 to Create Minidump on BSOD [​IMG]




    Kernel Memory Dumps [/i] Have Windows Create a Kernel Memory Dump on BSOD

    Configure Windows 10 to Create Minidump on BSOD [​IMG]




    Complete Memory Dumps [/i] Have Windows Create a Complete Memory Dump on BSOD

    Configure Windows 10 to Create Minidump on BSOD [​IMG]




    Automatic Memory Dumps [/i] Have Windows Create an Automatic Memory Dump on BSOD

    Configure Windows 10 to Create Minidump on BSOD [​IMG]




    Active Memory Dumps [/i] Have Windows Create an Active Memory Dump on BSOD

    Configure Windows 10 to Create Minidump on BSOD [​IMG]

    Configure Windows 10 to Create Minidump on BSOD [​IMG]
    Note Ensure the Small dump directory: for Small memory dumps (Dump file: for all other dump types) save location box underneath the dropdown box reads the following for each selected dump:
    [table][tr][td]Dump Type[/td] [td]Save Location[/td] [/tr] [tr][td](none)[/td] [td]%SystemRoot%\MEMORY.DMP (Greyed out)[/td] [/tr] [tr][td]Small memory dump (256kb)[/td] [td]%SystemRoot%\Minidump[/td] [/tr] [tr][td]Kernel memory dump[/td] [td]%SystemRoot%\MEMORY.DMP[/td] [/tr] [tr][td]Complete memory dump[/td] [td]%SystemRoot%\MEMORY.DMP[/td] [/tr] [tr][td]Automatic memory dump[/td] [td]%SystemRoot%\MEMORY.DMP[/td] [/tr] [tr][td]Active memory dump[/td] [td]%SystemRoot%\MEMORY.DMP[/td] [/tr] [/table]

    7: You can now close Control Panel.



    OPTION TWO [/i] Configure Dump File Settings with a REG file download
    1: Download the relevant .reg file from the list below for which Memory Dump you want Windows to create:


    No Memory Dumps [/i] Have Windows NOT Create a Memory Dump on BSOD
    Click the download button below to download Create_NO_dump_file_on_BSOD.reg
    DownloadGo to Step 2


    Small Memory Dumps (Minidumps) [/i] Have Windows Create a Small Memory Dump (Minidump) on BSOD
    Click the download button below to download Create_Minidump_on_BSOD.reg

    Download
    Go to Step 2


    Kernel Memory Dumps [/i] Have Windows Create a Kernel Memory Dump on BSOD
    Click the download button below to download Create_Kernel_memory_dump_on_BSOD.reg

    Download
    Go to Step 2


    Complete Memory Dumps [/i] Have Windows Create a Complete Memory Dump on BSOD
    Click the download button below to download Create_Complete_memory_dump_on_BSOD.reg

    Download
    Go to Step 2


    Automatic Memory Dumps [/i] Have Windows Create an Automatic Memory Dump on BSOD
    NOTE: This is the default setting

    Click the download button below to download Automatic_memory_dump.reg

    Download
    Go to Step 2


    Active Memory Dumps [/i] Have Windows Create an Active Memory Dump on BSOD
    Click the download button below to download Active_memory_dump.reg
    DownloadGo to Step 2
    2: Save the .reg file to your desktop or other convenient location

    3: Double click on the downloaded .reg file to merge it.

    4: When prompted, click on Run, Yes, Yes, and OK to approve merging the .reg file.

    5: Restart the computer to apply.

    6: You can now delete the downloaded .reg file if you wish.



    OPTION THREE [/i] Configure Dump File Settings in Elevated Command Prompt
    1: Open an Elevated Command Prompt

    2:
    Enter the relevant command from the list below to set the type of dump file you wish to set


    No Memory Dumps [/i] Have Window NOT Create a Dump File
    A) Copy and paste the command below into the elevated command prompt, and press Enter. (see screenshot below the command list)
    wmic RECOVEROS set DebugInfoType = 0

    B)
    Go to Step 3



    Small Memory Dumps [/i] Have Windows Create a Small Memory Dump (Minidump) on BSOD
    A) Copy and paste the command below into the elevated command prompt, and press Enter. (see screenshot below the command list)
    wmic RECOVEROS set DebugInfoType = 3

    B)
    Go to Step 3



    Kernel Memory Dumps [/i] Have Windows Create a Kernel Memory Dump on BSOD
    A) Copy and paste the command below into the elevated command prompt, and press Enter. (see screenshot below the command list)
    wmic RECOVEROS set DebugInfoType = 2

    B)
    Go to Step 3



    Complete Memory Dumps [/i] Have Windows Create a Complete Memory Dump on BSOD
    WARNING:
    Ensure you read the important information regarding page file requirements in order for this type of dump to be created.

    A) Copy and paste the command below into the elevated command prompt, and press Enter. (see screenshot below the command list)
    wmic RECOVEROS set DebugInfoType = 1

    B)
    Go to Step 3



    Automatic Memory Dumps [/i] Have Windows Create an Automatic Memory Dump 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 the command list)
    wmic RECOVEROS set DebugInfoType = 7

    B)
    Go to Step 3



    Active Memory Dumps [/i] Have Windows Create an Active Memory Dump on BSOD
    A) Copy and paste the command below into the elevated command prompt, and press Enter. (see screenshot below the command list)
    wmic RECOVEROS set DebugInfoType = 1

    B)
    Go to Step 3

    Configure Windows 10 to Create Minidump on BSOD [​IMG]

    3: Close the Elevated Command Prompt

    4: Restart the computer to apply the settings
    View the Current Memory Dump Type Setting

    To view the current Memory Dump type setting

    A) Open an Elevated Command Prompt

    B) Copy and paste the command below into the elevated command prompt, and press Enter
    wmic RECOVEROS get DebugInfoType


    Configure Windows 10 to Create Minidump on BSOD [​IMG]
    Note The example below shows the system set to 3 for a Small Memory Dump (minidump)

    Configure Windows 10 to Create Minidump on BSOD [​IMG]


    That's it,
    Gav.

    Massive thanks to Brink for the huge amount of help in making this tutorial as complete as it is.


    Related Tutorials

    :)
     
    jaylweb, Aug 19, 2016
    #1

  2. DPC_WATCHDOG_VIOLATION, Windows 10 When trying to optimize and defrag Disk

    Configure minidumps first:

    BSOD Minidump - Configure to Create in Windows 10
    then post back the dumps next time BSOD occurs.
     
    Sumit Dhiman2, Aug 19, 2016
    #2
  3. Recurring BSOD crashes since the latest Win 10 anniversary update

    No thread hasn't been abandoned, I came less on 14th and 15th on the community and due to this your thread got sidetracked.

    You need to :

    BSOD Minidump - Configure to Create in Windows 10 -
    Then share the minidump next time you have a BSOD.
     
    Sumit Dhiman2, Aug 19, 2016
    #3
  4. Brink
    Brink New Member

    Configure Windows 10 to Create Minidump on BSOD

    Hello @jaylweb, and welcome to Ten Forums. *Smile

    Sorry about that. The download has now been fixed.
     
    Brink, Aug 19, 2016
    #4
  5. brianzion Win User
    Hi Brink
    I deleted my temp files yesterday using windows disk cleanup and my dump files have gone *cry does this mean I forgot to un-tick the box before I clicked OK and I wiped them out? I have had a couple of BSOD in the last month caused by my anti virus security and the tech team wants my dump files ...hence finding out they are gone *Rolleyes also in the pic will these settings be OK for system failure : overwrite any existing file....and.....disable automatic deletion of memory dumps when disk space is low is it OK to leave un-ticked ?

    thanks in advance *Smile


    Configure Windows 10 to Create Minidump on BSOD [​IMG]
     
    brianzion, Sep 7, 2016
    #5
  6. Brink
    Brink New Member
    Hey Brian, *Smile

    Nar, it was just deleted by Disk Cleanup.

    Those settings are fine. It allow you to keep multiple dump files until you disk space runs low to then delete the oldest dump file as needed to for a new one.
     
    Brink, Sep 7, 2016
    #6
  7. brianzion Win User
    sweet thanks very much Brink *Smile
     
    brianzion, Sep 7, 2016
    #7
  8. Configure Windows 10 to Create Minidump on BSOD

    Hi Guys...

    When you specify that a dump file should be created as a result of a BSOD and your page file is not on your Boot drive you will get a message stating you need to create a page file on it. I vaguely recall finding a way to put your only page file on D for example and still have Windows take a dump (lol). In fact, I also recall that whatever I found at the time actually worked. I suspect it is a Registry entry or Group Policy thing. Any help to get this working will be appreciated.
     
    streetwolf, Nov 6, 2016
    #8
  9. ICIT2LOL Win User
    Now I have probably asked already but am now getting more involved with 10 I can see the configuring stuff but am wondering how the results are posted in the 10 forum like they are in 7??
     
    ICIT2LOL, Dec 23, 2016
    #9
  10. axe0 New Member
    The results are posted exactly as in 7 *Smile
     
  11. drugo Win User
    hi

    but i got another issue
    for example sometime some programs like keepass or other don't crash ,but w10 create a dump of these programs
    how can i avoid it ? in the guide there is nothing about programs
    they are not stored in %SystemRoot%
    thanks for the guide
     
    drugo, Sep 19, 2017
    #11
  12. axe0 New Member
    Program crashes are not system crashes, the tutorial is focused on system crashes. Program crashes are a complete different story.
     
  13. drugo Win User

    Configure Windows 10 to Create Minidump on BSOD

    hi
    is there a tutorial about it?
    thanks
     
    drugo, Sep 19, 2017
    #13
  14. axe0 New Member
    Program crash dumps are stored in %localappdata%\CrashDumps.

    Because program crashes are different, you need symbols that are not available for the public which makes them difficult to debug. There are no tutorials for it.
     
  15. drugo Win User
    hi
    my bad , i should open a new topic about it
    but can i disable "Program crash dumps are stored in %localappdata%\CrashDum" the programs dumps?
    thanks
     
    drugo, Sep 19, 2017
    #15
Thema:

Configure Windows 10 to Create Minidump on BSOD

Loading...
  1. Configure Windows 10 to Create Minidump on BSOD - Similar Threads - Configure Create Minidump

  2. BSOD but no minidump file created, how to troubleshoot

    in Windows 10 Gaming
    BSOD but no minidump file created, how to troubleshoot: BSOD occur while doing intensive tasks, most of the time while video editing. Specifically using Davinci Resolve while working with heavy Fusion effects. I has occurred about 10 times in the past couple of weeks, only of those time was outside video editing and it was while...
  3. BSOD but no minidump file created, how to troubleshoot

    in Windows 10 Software and Apps
    BSOD but no minidump file created, how to troubleshoot: BSOD occur while doing intensive tasks, most of the time while video editing. Specifically using Davinci Resolve while working with heavy Fusion effects. I has occurred about 10 times in the past couple of weeks, only of those time was outside video editing and it was while...
  4. BSOD minidump logs created no permission to view

    in Windows 10 Gaming
    BSOD minidump logs created no permission to view: Laptop re-imaged to windows 11 and I have been getting BSOD the latest even had a frown. I did notice the minidump directory in the C drive as well as a DumpStack on the C drive but can't open do not have the right permissions. Who can I send them too to review? Any...
  5. Windows freezing then BSOD. No Minidump files created.

    in Windows 10 BSOD Crashes and Debugging
    Windows freezing then BSOD. No Minidump files created.: Windows freezes during normal use of my computer e.g., when opening file explorer, browser, etc. After a while, I get BSOD with the message:"Your device ran into a problem and needs to restart. We're just collecting some error info, and then we'll restart for you....Stop...
  6. Windows freezing then BSOD. No Minidump files created.

    in Windows 10 Gaming
    Windows freezing then BSOD. No Minidump files created.: Windows freezes during normal use of my computer e.g., when opening file explorer, browser, etc. After a while, I get BSOD with the message:"Your device ran into a problem and needs to restart. We're just collecting some error info, and then we'll restart for you....Stop...
  7. Windows freezing then BSOD. No Minidump files created.

    in Windows 10 Software and Apps
    Windows freezing then BSOD. No Minidump files created.: Windows freezes during normal use of my computer e.g., when opening file explorer, browser, etc. After a while, I get BSOD with the message:"Your device ran into a problem and needs to restart. We're just collecting some error info, and then we'll restart for you....Stop...
  8. Windows 10 BSOD Minidumps

    in Windows 10 Gaming
    Windows 10 BSOD Minidumps: Hi all, just trying to figure out some last problems with my Windows 10. Completed a repair upgrade but some BSODS with new error messages are showing up. If anyone could help me identify the cause, it would be great. Thank you!newminidumps1242023...
  9. Minidump Not Created - Windows 10

    in Windows 10 BSOD Crashes and Debugging
    Minidump Not Created - Windows 10: Good Evening All, Please can anyone help... Some system info: [ATTACH] Problem: I have been suffering random crashes from my computer for weeks/months with no obvious fix to date...please see my other posts on 'freezing' etc. Temp Solution: I decided to reinstall...
  10. Windows 10 BSOD no Minidump

    in Windows 10 BSOD Crashes and Debugging
    Windows 10 BSOD no Minidump: Since last Windows update and upgrade of my GPU I'm getting application and OS crashes. Firefox and Chrome pages crash randomly,. One time I couldn't type anything on the Cortana/Search box. BSODs with different messages every time it crash. Even if the PC says is collecting...

Users found this page by searching for:

  1. windows 10 processes needed to create a mini dump

    ,
  2. GPO configure minidump windows 10