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.

WES7e Unattend using Themes

Featured Replies

It would appear that Windows Embedded Standard 7e ignores the Themes (and child-nodes) when using sysprep with an unattend.xml. Even the Panther logs show it parses everything except for Themes. It is in the documentation and the same XML works on Windows 7 Professional x86. ICE validates fine and does not mention if something is missing.

Has anyone tried to use Theme elements (ie WindowColor) with WES7e (trial or otherwise) via sysprep or even an autounattend.xml?

Code example:

			<Themes>
<ThemeName>aero</ThemeName>
<DefaultThemesOff>false</DefaultThemesOff>
<DesktopBackground>c:\downloads\background.jpg</DesktopBackground>
<WindowColor>Leaf</WindowColor>
</Themes>

  • Author

It appears that the Themes setting is ignored by sysprep, but will work if you use it in an Autounattend.xml and using WES7e Setup. As a work-around, I created a .theme file, and added the following to my EXE I run in FirstLogonCommands:

ShellExecute ( "c:\downloads\CustomTheme.theme" )

The only downside is that you need to close the Personalization window after the image boots but that is a fine price to pay.

:rolleyes:

The only downside is that you need to close the Personalization window after the image boots but that is a fine price to pay.

I use an autoit to close that Personalization window and it does that prior to desk loading cause I hear it.

I usually delete the default aero theme and then change my custom theme name to Aero.theme and also change msstyle name to aero and it worked perfectly 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.