Windows Registry Editor Version 5.00

; https://learn.microsoft.com/en-us/windows/win32/wer/collecting-user-mode-dumps
; Sets location for dump files to C:\UserModeCrashDumps so they are easy to find.
; Maybe test with Crash.exe

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps]
"DumpFolder"=hex(2):43,00,3a,00,5c,00,55,00,73,00,65,00,72,00,4d,00,6f,00,64,\
  00,65,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:00000256
"DumpType"=dword:00000001
"CustomDumpFlags"=dword:00000000

