We may ask you to enable this option in Windows if an unusual crash occurs.
1. Open the Registry Editor.
Follow the steps below to open the Registry Editor:
- Press Win + R to open the Run command box.
- Type regedit in Run window and hit enter.
- Click Yes in User Control Window pop-up box.
2. Create LocalDumps key.
In Registry Editor:
- Navigate to the location HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting.
- Select the Windows Error Reporting key and create a new key named LocalDumps if it is not there already:
- Right-click Windows Error Reporting.
- Select New and then Key.
- Name the key as LocalDumps.
3. Create registry values in the LocalDumps key.
Select the LocalDump key and create three registry values as mentioned below:
DumpFolder Registry Value
- Right click in the blank area on the right side and select New > Expandable String Value
- Name it as DumpFolder
- Double click it and enter %LOCALAPPDATA%\CrashDumps in the Value data field
DumpCount Registry Value
- Right click in the blank area on the right side and select New > DWORD (32-bit) value
- Name it as DumpCount
- Double click it and enter 10 in the Value data field
DumpType Registry Value
- Right click in the blank area on the right side and select New > DWORD (32-bit) value
- Name it as DumpType
- Double click it and enter 2 in the Value data field
4. Collect crash dumps
Once you have followed the steps above, reproduce the crash of the software and collect the related .dmp file with the software name from %LocalAppData%/crashdumps.
To do so, you can go to Start > Run > %LocalAppData%/CrashDumps > OK