Themes

Themes specifies whether to use the default theme or a customized theme.

Child Elements

CustomDefaultThemeFile

Specifies the path to a customized theme file.

DefaultThemesOff

Specifies whether to use the classic Windows visual style, instead of the default visual style.

Valid Passes

auditSystem

auditUser

oobeSystem

specialize

Parent Hierarchy

Microsoft-Windows-Shell-Setup | Themes

Applies To

For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.

XML Example

The following XML output shows how to set a customized theme.

<Themes>
   <CustomDefaultThemeFile>c:themefiles\theme1.theme</CustomDefaultThemeFile>
   <DefaultThemesOff>false</DefaultThemesOff>
</Themes>

See Also

Concepts

Microsoft-Windows-Shell-Setup