Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

(Solved) Add Windows 7 Theme with your xml

Featured Replies

from a ? here http://www.msfn.org/board/your-seven-here-t139572-pid-920142.html/page__view__findpost__p__920142

I only done a default theme just to test in a VM so you may need a bit more work with the other non MS themes

I chose Landscape and this is how I added to xml

:thumbup theme was applied

AutoUnattend.xml

    <settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Themes>
<ThemeName>C:\Windows\resources\Themes\landscapes.theme</ThemeName>
<DefaultThemesOff>false</DefaultThemesOff>
<DesktopBackground>%WINDIR%\web\wallpaper\Landscapes\img7.jpg</DesktopBackground>
</Themes>
</component>

you must select img from <DesktopBackground> within your modded theme

change processorArchitecture="amd64" to your processor

Edited by maxXPsoft

  • 4 months later...

  • Author

don't see it in the waik or unattend.chm. only WindowColor specifies the color of the window glass and color effects

probably do it with reg in firstlogoncommands

Did not know you could select a already installed theme, thought it only worked to create oem.theme...will have to run some tests

BTW would be nice if one could add more than one bg to the theme

No, this

<ThemeName>C:\Windows\resources\Themes\landscapes.theme</ThemeName>

is wrong and results in an oem theme named C:\Windows\resources\Themes\landscapes.theme, not the selected one that's already there.

<DesktopBackground>%WINDIR%\web\wallpaper\Landscapes\img7.jpg</DesktopBackground>

Well, it still gives me an additional oem theme that doesn't stick to the original theme's settings (e.g. no sounds).

Will keep on testing, though.

Any more ideas?

Edit:

Okay, for the sake of completeness, I didn't verify this with Microsoft's landscapes theme, but with an oem theme which worked out of the box. That way an additional theme entry was created (a right click offered me to remove the oem theme) instead of selecting the existing one.

Edited by Mikka

Also of note, this does not work, and you end up with the default Aero theme:

<ThemeName>C:\Windows\resources\Ease of Access Themes\classic.theme</ThemeName>

However, the only way to get this theme after install is to use this:

<DefaultThemesOff>true</DefaultThemesOff>

I haven't found a way to actually get one of the pre-installed themes to work, although in this case, using the second setting is fine for me.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.