zonemaster60
October 8th, 2009, 01:50 PM
This thread is just for those (and myself) that have had problem's when (and if) a BSOD has occurred the memory dump was NOT being saved.
I actually had to make a few changes and additions to the registry hive. I'm pretty good at doing this stuff since I have in the past worked a lot with XP and Win 98 and NT.
So here is the lowdown....
Registry values for 'Startup and Recovery' (usually found in My Computer > Properties > Advanced System Settings > Startup and Recovery)
Start regedt32
The following registry value is used so just navigate to the key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\CrashControl
CrashDumpEnabled REG_DWORD 0x0 = None
CrashDumpEnabled REG_DWORD 0x1 = Complete memory dump
CrashDumpEnabled REG_DWORD 0x2 = Kernel memory dump <- what the devs need
CrashDumpEnabled REG_DWORD 0x3 = Small memory dump (64KB)
Additional registry values for CrashControl:
0x0 = Disabled
0x1 = Enabled
%SystemRoot% = X:\Windows (where 'X' is your drive letter, usually 'C')
Just make sure you have the following keys below:
CrashDumpEnabled REG_DWORD 0x2
AutoReboot REG_DWORD 0x1
DumpFile REG_EXPAND_SZ %SystemRoot%\Memory.dmp
LogEvent REG_DWORD 0x1
MinidumpDir REG_EXPAND_SZ %SystemRoot%\Minidump
Overwrite REG_DWORD 0x1
SendAlert REG_DWORD 0x1
I myself was missing several of these keys, including the 'Dumpfile' key so I just added them myself. It's quite safe if you know what to do. Do your editing, quit regedt32, and reboot, that's pretty much it.
Cheers! and Peace
I actually had to make a few changes and additions to the registry hive. I'm pretty good at doing this stuff since I have in the past worked a lot with XP and Win 98 and NT.
So here is the lowdown....
Registry values for 'Startup and Recovery' (usually found in My Computer > Properties > Advanced System Settings > Startup and Recovery)
Start regedt32
The following registry value is used so just navigate to the key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\CrashControl
CrashDumpEnabled REG_DWORD 0x0 = None
CrashDumpEnabled REG_DWORD 0x1 = Complete memory dump
CrashDumpEnabled REG_DWORD 0x2 = Kernel memory dump <- what the devs need
CrashDumpEnabled REG_DWORD 0x3 = Small memory dump (64KB)
Additional registry values for CrashControl:
0x0 = Disabled
0x1 = Enabled
%SystemRoot% = X:\Windows (where 'X' is your drive letter, usually 'C')
Just make sure you have the following keys below:
CrashDumpEnabled REG_DWORD 0x2
AutoReboot REG_DWORD 0x1
DumpFile REG_EXPAND_SZ %SystemRoot%\Memory.dmp
LogEvent REG_DWORD 0x1
MinidumpDir REG_EXPAND_SZ %SystemRoot%\Minidump
Overwrite REG_DWORD 0x1
SendAlert REG_DWORD 0x1
I myself was missing several of these keys, including the 'Dumpfile' key so I just added them myself. It's quite safe if you know what to do. Do your editing, quit regedt32, and reboot, that's pretty much it.
Cheers! and Peace