IsAutobrightnessEnabledByDefault
IsAutobrightnessEnabledByDefault specifies whether autobrightness is enabled by default. This setting only applies to nits-based systems. It is ignored on percentage based systems.
When this setting is false, use DefaultSliderPosition to set the default brightness level.
Note
For Windows 11 or later features such as Presence Sensing, please reference Microsoft-Windows-Sensors-Core.
Values
Value | Description |
---|---|
true | Autobrightness is enabled by default. |
false | Autobrightness is not enabled by default. |
Valid Configuration Passes
specialize
Parent Hierarchy
Microsoft-Windows-MobilePC-Sensors-API-AdaptiveBrightness | IsAutobrightnessEnabledByDefault
Applies To
To determine whether a component applies to the image you’re building, load your image into Windows SIM and search for the component or setting name. For information on how to view components and settings, see Configure Components and Settings in an Answer File.
XML Example
<IsAutobrightnessEnabledByDefault>false</IsAutobrightnessEnabledByDefault>
<DefaultSliderPercentage>75</DefaultSliderPercentage>