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.

unnattended install Desktop Default Colour change

Featured Replies

Sorry bout my bad english!

I am creating an unnattended install, I want to change the default M$ desktop blue for white.

This must be for all users, could someone help me find the registry key for this or how to added custom defs to the .STF file when building?

Many thanks


The desktop color is a per-user setting. The corresponding registry key is HKCU\Control Panel\Colors\Background. You could set this to white for all users by importing the following registry file from Cmdlines.txt:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Colors]
"Background"="255 255 255"

The initial desktop color would then be white for all users. They'd still be able to change it themselves though.

  • Author
The desktop color is a per-user setting. The corresponding registry key is HKCU\Control Panel\Colors\Background. You could set this to white for all users by importing the following registry file from Cmdlines.txt:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Colors]
"Background"="255 255 255"

The initial desktop color would then be white for all users. They'd still be able to change it themselves though.

Thanks for that, I did see that when i was delving around.

Guess theres no way to change reg in hive before installing windows?

Guess theres no way to change reg in hive before installing windows?

Well, if you import the registry entry like this, it is set during the Windows installation, which would seem early enough for me... The entry is also specified in Hivedef.inf, so you could try changing it there and see if that works.

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.