DefaultConsent
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista
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
Microsoft-Windows-ErrorReportingCore | DefaultConsent
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.
<DefaultConsent>4</DefaultConsent>