This feature is not enabled by default. Enabling the feature requires administrator privileges. To enable and configure the feature, use the following registry values under this key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps
Value | Description | Type | Default value |
---|---|---|---|
DumpFolder | The path. System services: %WINDIR%\System32\Config\SystemProfile For Network and Local Services: %WINDIR%\ServiceProfiles | REG_EXPAND_SZ | %LOCALAPPDATA%\CrashDumps |
DumpCount | Maximum # of dump files in the folder. | REG_DWORD | 10 |
DumpType | 0: Custom dump 1: Mini dump 2: Full dump | REG_DWORD | 1 |
CustomDumpFlags | Only when DumpType is set to 0. The options are a bitwise combination of the MINIDUMP_TYPE enumeration values. | REG_DWORD0x00000121 (MiniDumpWithDataSegs MiniDumpWithUnloadedModules MiniDumpWithProcessThreadData == 0x00000001 0x00000020 0x00000100) |