ThemeName
ThemeName
specifies the name of your custom theme.
Note
In Windows 10, if you use this (DesktopBackground/ThemeName) setting, you’ll also need to set (ThemeName/DesktopBackground).
Values
Theme_name |
Specifies the name of the customized Windows theme. Theme_name is a string with a maximum length of 259 characters. |
Valid Configuration Passes
specialize
auditSystem
auditUser
oobeSystem
Parent Hierarchy
Microsoft-Windows-Shell-Setup | Themes | ThemeName
Applies To
For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.
XML Example
The following XML output shows how to name a customized theme, as well as set the desktop background.
<Themes>
<ThemeName>Fabrikam Theme</ThemeName>
<DesktopBackground>%WINDIR%\OEM\CustomizationFiles\Theme1\fabrikam-wallpaper.jpg</DesktopBackground>
<BrandIcon>%WINDIR%\OEM\CustomizationFiles\Theme1\fabrikam-logo.png</BrandIcon>
<WindowColor>Automatic</WindowColor>
<UWPAppsUseLightTheme>false</UWPAppsUseLightTheme>
</Themes>