The Enable setting specifies whether the category or type of sensor is enabled.

Values

true

The category or type of sensor is enabled.

false

The category or type of sensor is disabled.

This is the default state.

Valid Configuration Passes

oobeSystem

Parent Hierarchy

Applies To

For a list of the supported Windows® editions and architectures that this component supports, see Microsoft-Windows-MobilePC-Sensors-API.

XML Example

The following example XML output shows how to specify that speedometers are enabled.

In this example, the GUID: {6BD73C1F-0BB4-4310-81B2-DFC18A52BF94} and the GUID classification: Type maps to the sensor type: speedometers.

  Copy Code
<Sensor wcm:action="add">
  <Order>2</Order>
  <GUID>{6BD73C1F-0BB4-4310-81B2-DFC18A52BF94}</GUID>
  <GUIDClassification>Type</GUIDClassification>
  <Enable>true</Enable>
</Sensor>

See Also

Concepts

Sensor