The XML file modifies the default theme

Bieber Fu 236 Reputation points
2020-07-29T09:24:19.077+00:00

According to THE SOP, the XML file has been modified, but it has not taken effect, the color has not been changed to black, and the theme has not been changed to dark mode

https://learn.microsoft.com/zh-cn/windows-hardware/customize/desktop/unattend/microsoft-windows-shell-setup-themes

<Themes>
<ThemeName>Fabrikam Theme</ThemeName>
<DefaultThemesOff>false</DefaultThemesOff>
<DesktopBackground>%WINDIR%\OEM\CustomizationFiles\Theme1\fabrikam-wallpaper.jpg</DesktopBackground>
<BrandIcon>%WINDIR%\OEM\CustomizationFiles\Theme1\fabrikam-logo.png</BrandIcon>
<WindowColor>0xFF000000</WindowColor>
<UWPAppsUseLightTheme>false</UWPAppsUseLightTheme>
</Themes>
14216-1.png

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,948 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sean Liming 4,601 Reputation points
    2020-07-29T15:34:26.79+00:00

    I recommend creating a theme file with all the colors and background images. Then use gpedit.msc to load the specific theme:

    14386-theme.jpg

    14334-theme.png


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.