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.

Regional Settings in unattended questions...

Featured Replies

I have a couple of questions about setting Regional Settings during setup...

Here is my current RegionalSettings section of WINNT.SIF:

[RegionalSettings]
   LanguageGroup=1
   SystemLocale=0c09
   UserLocale=0c09
   InputLocale=0c09:00000409

1. Is it possible to set your location (it defaults to United States)... I want to set it to Australia.

2. Is it possible to set the short date format (from d/MM/yyyy to dd/MM/yy) and the date separator (from "/" to ".").

3. Is it possible to remove the "English (United States)" keyboard layout... it defaults to installing, both, English (Australia) AND English (United States). It also sets the United States one as the default keybord.

4. Is it possible to "Turn off advanced text services" automatically?

Thanking you in advance.


  • Author

Forgot to mention. I also have:

[GuiUnattended]
   TimeZone=260

[TapiLocation]
   AreaCode=07
   CountryCode=61
   Dialing=Tone

All of those settings work as expected.

Well, tell me as well about the solution to this.

I've been looking for a way to do all these.

Currently I carry out points 1,2,3 by setting the region to "Hindi" (I am in India).

Here's my related section of winnt.sif:

[RegionalSettings]
   LanguageGroup=15,1
   SystemLocale=00000809
   UserLocale=00000439
   InputLocale=0409:00000409

Hello,

You can achieve all your settings through a registry file with the required settings, and importing it through the cmdlines.txt file (e.g. regedit /s locale.reg).

To create the required reg values, from a running Windows session, adjust the location and user locale and keyboard layouts to your liking and turn off Advanced Text Services, then open the regedit.exe and export the following keys:

+ [HKEY_CURRENT_USER\Control Panel\International] to say temp1.reg

This will achieve 1 and 2

+ [HKEY_CURRENT_USER\Keyboard Layout] to say temp2.reg

This will achieve 3

+ [HKEY_CURRENT_USER\Software\Microsoft\CTF\Disable Thread Input Manager] to say temp3.reg

Note: "Disable Thread Input Manager" is a value under the "CTF" key.

This will achieve 4

Now, combine temp1.reg, temp2.reg, and temp3.reg into one reg file say locale.reg and import it as mentioned above.

@prathapml

I think you achieve only 2, notice he says location not user locale (format and standards), and from your answer file exerpt, you should end with English US as your default keyboard layout.

piro

@ piro

Thanks a billion !!!!!!

Now there's a much-more fine-tuned look to achieving what we wanted.

  • Author

@piro: Thanks heaps for those registry keys. Now I have an almost fully unattended CD. Thanks again.

  • Author
+ [HKEY_CURRENT_USER\Keyboard Layout] to say temp2.reg

    This will achieve 3

I take it I need to DELETE this key first otherwise the United States keyboard will still be installed.

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.