DefaultConsent (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the DefaultConsent setting in Windows Embedded 8 Standard (Standard 8).

This setting contains a string that specifies the circumstances in which to ask the user whether to send an error report.

The following table shows the possible values.

Value

Description

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.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

ErrorReportingCore

Products/Embedded Core/ErrorReportingCore/DefaultConsent

XML Example

The following XML example shows how to send data automatically.

<DefaultConsent>4</DefaultConsent>

See Also

Concepts

Embedded Core Settings
Feature Module Settings