BrandIcon
BrandIcon
specifies the path to a graphic file that appears in the Personalization settings to represent a theme.
Themes enable users to customize elements of the Windows visual style, including the window glass color, desktop background, and brand icon.
The icon graphic must be a .png file that is no larger than 240x80 pixels in size.
Values
Path_to_icon_file |
Specifies the path to the graphic file. Path_to_icon_file is a string that has a maximum length of 1024 characters. |
This string type supports empty elements.
Valid Configuration Passes
specialize
auditSystem
auditUser
oobeSystem
Parent Hierarchy
Microsoft-Windows-Shell-Setup | Themes | BrandIcon
Applies To
For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.
XML Example
The following example shows how to set a customized logo to represent a theme.
<Themes>
<ThemeName>Fabrikam Theme</ThemeName>
<DesktopBackground>%WINDIR%\OEM\CustomizationFiles\Theme1\fabrikam-wallpaper.jpg</DesktopBackground>
<BrandIcon>%WINDIR%\OEM\CustomizationFiles\Theme1\fabrikam-logo.png</BrandIcon>
</Themes>