Crash Dump Enabled

Registry Tip #27: Windows NT / Windows 2000 Crash Dump, Event Logging, Admin Alerts Enabled

Hits: Failed to execute CGI : Win32 Error Code = 3


Write debugging data to a memory dump file during a crash. This will dump a memory image which means you need at least as much free disk space as there is RAM.

Hive: HKEY_LOCAL_MACHINE
Key: \SYSTEM\CurrentControlSet\Control
Name: CrashDumpEnabled
Type: REG_DWORD
Value: 0 no dump file
Value: 1 create dump file

Name: LogEvent
Type: REG_DWORD
Value: 1 write events to system event log

Name: SendAlert
Type: REG_DWORD
Value: 1 Administrative Alert is sent