DefaultThemesOff
DefaultThemesOff
specifies whether to display the classic Windows visual style, instead of the default visual style.
Values
true |
Specifies that the classic Windows visual style is displayed, instead of the default visual style. |
false |
Specifies that the default visual style is displayed. |
Valid Passes
Parent Hierarchy
Microsoft-Windows-Shell-Setup | Themes | DefaultThemesOff
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>