Skip to content

Instantly share code, notes, and snippets.

0419a21b5704d8fa186752348f2d720f35c697c91ab39a7365bf0c7a36aaeee41e7874ee06c8648cd043f1e1fbb02e3ab7beaa9384d6ba7e2ff9ece75d543679a4;wonjun27
@sonnybsj
sonnybsj / enable_full_crash_dumps_windows.reg
Last active June 1, 2016 21:56
Add registry keys to configure full user mode dumps to be collected and stored locally on Windows. (Note: DumpFolder value is set to "%LOCALAPPDATA%\CrashDumps")
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps]
"DumpFolder"=hex(2):25,00,4c,00,4f,00,43,00,41,00,4c,00,41,00,50,00,50,00,44,\
00,41,00,54,00,41,00,25,00,5c,00,43,00,72,00,61,00,73,00,68,00,44,00,75,00,\
6d,00,70,00,73,00,00,00
"DumpCount"=dword:0000000a
"DumpType"=dword:00000002