アプリケーションのクラッシュダンプの取得と保存に、Windows Error Reporting (WER) を使用するためには、レジストリの設定が必要です。
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps
に次の値を追加します。
Name:     DumpFolder 
Type:      展開可能な文字列値(REG_EXPAND_SZ) 
Value:     %LOCALAPPDATA%\CrashDumps 
 64ビット:%WINDIR%\SysWOW64\Config\SystemProfile
Name:     DumpCount 
Type:     REG_DWORD 
Value:     10
Name:     DumpType 
Type:     REG_DWORD 
Value:     2
Advent 2015:dump 01
