Microsoft-Windows-Devices-Lights-WinRT
The Microsoft-Windows-Devices-Lights-WinRT
component specifies settings for Windows Dynamic Lighting.
In this section
Setting | Description |
---|---|
DefaultLightingProvider | Specifies the package family name of the preinstalled application that should be considered the default Dynamic Lighting provider. This application must declare the "com.microsoft.windows.lighting" AppExtension in its manifest. |
XML example
The following unattend XML example shows how you can specify the default Dynamic Lighting provider.
<?xml version="1.0" encoding="UTF-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="offlineServicing">
<component language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="amd64" name="Microsoft-Windows-Devices-Lights-WinRT">
<DefaultLightingProvider>MyAppPackage_8wekyb3d8bbwe</DefaultLightingProvider>
</component>
</settings>
</unattend>
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.
Related topics
An overview of Package Identity in Windows apps