DefaultConsent specifies in what circumstances the user is asked whether to send an error report. For more information about error reporting privacy concerns, see this Microsoft website.

Values

0 or 1

Always ask the user whether to send an error report. This is the default value.

2

Ask the user for everything except for basic parameters such as application name, version, and module name that are sent automatically.

3

Ask the user for everything except for basic parameters that are likely to be safe, such as application name, version, and module name, and data. Send these items automatically.

4

Do not ask the user; send all error reports automatically.

Parent Hierarchy

Valid Configuration Passes

specialize

Applies To

For the list of the Windows editions and architectures that this component supports, see Microsoft-Windows-ErrorReportingCore.

XML Example

The following XML output specifies that all data is sent automatically.

  Copy Code
<DefaultConsent>4</DefaultConsent>

See Also