Enable full user-mode dumps for Windows Error Reporting
To collect consistent crash dumps from Windows Error Reporting, enable full user-mode dumps for all applications:
1 In the registry, create the following key, if it does not exist:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps
2 Add a “DumpType” value as a DWORD (32-bit), and then set it to 2.
The crash dumps are stored in this folder: %LOCALAPPDATA%\CrashDumps
See also