windows core dump enabling

Save the following into file  with extension..


create a folder by name : CrashDumps in C:\ folder (say "C:\CrashDumps ")


core.reg

For Full Dump:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps]
"DumpFolder"="C:\\CrashDumps"
"DumpCount"=dword:00000011
"DumpType"=dword:00000002
"CustomDumpFlags"=dword:00000000



For Mini Dump

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps]
"DumpFolder"="C:\\CrashDumps"
"DumpCount"=dword:00000011
"DumpType"=dword:00000001
"CustomDumpFlags"=dword:00000000


Double click on the file..
It would add the registry data into registry.