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.

I want Regional Settings

Featured Replies

I want my WinNt.SIF to do just a few things. It only contains the following:

[Data]
AutoPartition=0
MsDosInitiated=0
UnattendedInstall=Yes
[Unattended]
UnattendSwitch=Yes
OEMSkipEULA=Yes
[UserData]
ProductID=xxxxx-xxxxx-xxxx-xxxx-xxxx

This does the following: skip the Welcome page, Regional Settings, Network Settings and the Windows Welcome (OOBE). So what i DO get is the name/organization screen, computer name and admin password, TimeZone, Domain/Workgroup.

I must say that I don't really know why all the other screens get skipped. I don't supply info for any of the screens after all, so why do they get skipped?

However, there is one screen that I would like to have during setup. That's the Regional Settings screen. I've tried adding

[GuiUnattended]
OEMSkipRegional=0

but when I do, the Welcome Page suddenly re-appears.

Edited by comecme


  • Author

Solved!

For some reason, when no [GUIUnattended] section is present, the Welcome screen gets suppressed. But when you do add [GUIUnattended], you must specify OEMSkipWelcome=1 to achieve the same result. So, the complete WinNt.SIF becomes

[Data]
AutoPartition=0
MsDosInitiated=0
UnattendedInstall=Yes

[Unattended]
UnattendSwitch=Yes
OEMSkipEULA=Yes
OEMPreinstall=Yes

[UserData]
ProductID=xxxxx-xxxxx-xxxx-xxxx-xxxx

[GuiUnattended]
OEMSkipRegional=0
OEMSkipWelcome=1

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.