Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does windows error reporting create the dump file

I just want to find out which location does the WER write its dump file? Also is this location specific to OS?

like image 766
imak Avatar asked Jan 06 '12 21:01

imak


1 Answers

The documentation for WER says you can set registry setting to control the dump location and the type of dump

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\DumpFolder

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\DumpType

Default value for DumpFolder is %LOCALAPPDATA%\CrashDumps.

like image 92
jcopenha Avatar answered Oct 23 '22 10:10

jcopenha