Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1683

Enabling local crash dumps

$
0
0
FWIW, you can enable local crash dump files as explained here. They can be useful in tracking down the cause of a crash. In particular, they can be opened in a debugger. My settings are these.

Code:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps
  DumpCount : REG_DWORD : 32
  DumpFolder : REG_EXPAND_SZ : d:\work\LocalDumps
  DumpType : REG_DWORD : 2

Viewing all articles
Browse latest Browse all 1683

Trending Articles