WER Settings

Windows Error Reporting (WER) provides many settings to customize the problem reporting experience. All of these settings can be set using Group Policy. Some can also be changed in Problem Reports and Solutions. WER settings are located in one of the following registry subkeys:

  • HKEY_CURRENT_USER\Software\Microsoft\Windows\Windows Error Reporting
  • HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting

The following table lists WER settings.

Windows Vista:  The registry values under the LocalDumps key are not supported until Windows Server 2008 and Windows Vista with Service Pack 1 (SP1).

SettingDescriptionTypeValues
ConfigureArchiveWhether to archive parameters only or all dataREG_DWORDPossible values:

1 - Parameters only (default on Windows 7)
2 - All data (default on Windows Vista)
Consent\DefaultConsentDefault consent choiceREG_DWORDPossible values:

1 - Always ask (default)
2 - Parameters only
3 - Parameters and safe data
4 - All data
Consent\DefaultOverrideBehaviorWhether default consent overrides vertical consentREG_DWORDPossible values:

0 - Vertical consent will override the default consent (default)
1 - Default consent will override the application-specific consent
Consent\[VerticalName]Consent choice for the WER plug-inREG_DWORDPossible values:

1 - Always ask (default)
2 - Parameters only
3 - Parameters and safe data
4 - All data
CorporateWERDirectoryTarget directory on the serverREG_SZThe directory path
CorporateWERPortNumberPort number to be used with the corporate serverREG_DWORDThe port number
CorporateWERServerCorporate server nameREG_SZThe name of the server
CorporateWERUseAuthenticationWhether to use Windows Integrated AuthenticationREG_DWORDPossible values:

0 - No (default)
1 - Yes
CorporateWERUseSSLWhether to use SSLREG_DWORDPossible values:

0 - No (default)
1 - Yes
DebugApplications\[ExeName]List of applications that require the user to choose Debug or ContinueREG_SZThe list of applications
DisableArchiveEnable or disable the archiveREG_DWORDPossible values:

0 - Enabled
1 - Disabled
DisabledEnable or disable WERREG_DWORDPossible values:

0 - Enabled (default)
1 - Disabled
DisableQueueEnable or disable report queuingREG_DWORDPossible values:

0 - Enabled
1 - Disabled
DontShowUIEnable or disable the WER UIREG_DWORDPossible values:

0 - UI (default)
1 - No UI
DontSendAdditionalDataWhether to prevent sending second-level dataREG_DWORDPossible values:

0 - Send (default)
1 - Do not send
ExcludedApplications\[Application Name]List of excluded applicationsREG_SZUse WerAddExcludedApplication
ForceQueueWhether to send all reports to the user's queueREG_DWORDPossible values:

0 - No (default)
1 - Yes
LocalDumps\DumpFolder or LocalDumps\[Application Name]\DumpFolderThe path where the dump files are to be stored.

Note that per-process settings will override any global settings that exist For more information, see Collecting User-Mode Dumps.

This setting is not supported in the HKEY_CURRENT_USER registry hive.

REG_EXPAND_SZThe directory path. The default value is %LOCALAPPDATA%\CrashDumps. If the default is not used, the application must ensure that the folder has a sufficient ACL.
LocalDumps\DumpCount or LocalDumps\[Application Name]\DumpCountThe maximum number of dump files in the folder.

This setting is not supported in the HKEY_CURRENT_USER registry hive.

REG_DWORDThe maximum number. The default is 10. When the maximum value is exceeded, the oldest dump file in the folder will be replaced with the new dump file.
LocalDumps\DumpType or LocalDumps\[Application Name]\DumpTypeThe dump type.

This setting is not supported in the HKEY_CURRENT_USER registry hive.

REG_DWORDPossible values:

0 - Custom dump
1 - Minidump (default)
2 - Full dump
LocalDumps\CustomDumpFlags or LocalDumps\[Application Name]\CustomDumpFlagsThe custom dump options to be used. This value is used only when DumpType is set to 0.

This setting is not supported in the HKEY_CURRENT_USER registry hive.

REG_DWORDOne or more values from the MINIDUMP_TYPE enumeration. The default is MiniDumpWithDataSegs | MiniDumpWithUnloadedModules | MiniDumpWithProcessThreadData.
LoggingDisabledEnable or disable loggingREG_DWORDPossible values:

0 - Enabled (default)
1 - Disabled
MaxArchiveCountMaximum size of the archive, in filesREG_DWORDRange of possible values: 1–5000. The default is 1000.
MaxQueueCountMaximum size of the queueREG_DWORDRange of possible values: 1–500. The default is 50.
QueuePesterIntervalInterval between reminders to the user to check for solutions, in daysREG_DWORDNumber of days
RuntimeExceptionHelperModules![ pwszOutOfProcessCallbackDll name including path]

The name of the value is used to fetch the pwszOutOfProcessCallbackDll value

Prior to Windows 7:  Not supported.
REG_DWORDThe contents of the value is ignored.

 

See Also

WER Reference

Send comments about this topic to Microsoft

Build date: 7/30/2009



Community Content

harsha_shaha
DumpLevel
I have 2008 64 bit machine with SP1 installed. It's registry entry contains DumpLevel under LocalDumps key. What is it for ? It does not containg Value called "DumpType" Why?
Tags : dumplevel

Page view tracker