Timezone language and Keyboard with MDT

Timezone language Keyboard – Step-by-step guide to Timezone language and Keyboard with MDT, including configuration, deployment, troubleshooting and practical administration tasks for

Useful external reference: Microsoft Learn.

Skipping Locale and Time Zone Selection

Timezone language KeyboardConfiguring customsettings.ini

Useful external reference: Microsoft Learn.

Timezone language Keyboard – To skip the locale and time zone selection, add the following entries to your `customsettings.ini` file:

Useful external reference: Microsoft Learn.

[Settings]
Priority=Default
Properties=MyCustomProperty

[Default]
SkipLocaleSelection=YES
SkipTimeZone=YES
TimeZone=105
TimeZoneName=Romance Standard Time
UILanguage=fr-FR
UserLocale=fr-FR
SystemLocale=fr-FR

Timezone language Keyboard – This configuration sets the default language to French and the time zone to “Romance Standard Time”, while skipping the selection dialogs during deployment.

Useful external reference: Microsoft Learn.

Timezone language KeyboardExplanation of Variables

Useful external reference: Microsoft Learn.

  • SkipLocaleSelection=YES: Skips the locale selection screen during deployment.
  • SkipTimeZone=YES: Skips the time zone selection screen during deployment.
  • TimeZone=105: Sets the time zone to “Romance Standard Time” (UTC+1).
  • TimeZoneName=Romance Standard Time: Specifies the name of the time zone.
  • UILanguage=fr-FR: Sets the user interface language to French.
  • UserLocale=fr-FR: Sets the user locale to French.
  • SystemLocale=fr-FR: Sets the system locale to French.

Timezone language KeyboardSteps to Apply the Configuration

Useful external reference: Microsoft Learn.

Timezone language Keyboard1. Open the Deployment Workbench

Useful external reference: Microsoft Learn.

Timezone language Keyboard – Open the MDT Deployment Workbench on your deployment server.

Useful external reference: Microsoft Learn.

Timezone language Keyboard2. Locate the customsettings.ini File

Useful external reference: Microsoft Learn.

Timezone language Keyboard – Navigate to the `Control` folder within your deployment share. The `customsettings.ini` file is located in this folder.

Useful external reference: Microsoft Learn.

Timezone language Keyboard3. Edit the customsettings.ini File

Useful external reference: Microsoft Learn.

Timezone language Keyboard – Open the `customsettings.ini` file in a text editor and add or modify the entries as shown above to skip locale and time zone selection.

Useful external reference: Microsoft Learn.

Default Keyboard Locale in WinPE

Timezone language Keyboard – Steps to Modify bootstrap.ini

Useful external reference: Microsoft Learn.

Timezone language Keyboard1. Open the Deployment Workbench

Useful external reference: Microsoft Learn.

Timezone language Keyboard – Open the MDT Deployment Workbench on your deployment server.

Useful external reference: Microsoft Learn.

Timezone language Keyboard2. Locate the bootstrap.ini File

Useful external reference: Microsoft Learn.

Timezone language Keyboard – Navigate to the `Control` folder within your deployment share. The `bootstrap.ini` file is located in this folder.

Useful external reference: Microsoft Learn.

Timezone language Keyboard3. Edit the bootstrap.ini File

Useful external reference: Microsoft Learn.

Timezone language Keyboard – Open the `bootstrap.ini` file in a text editor and add the following line under the `[Settings]` section:

Useful external reference: Microsoft Learn.

[Settings]
Priority=Default
[Default]
KeyboardLocalePE=040c:0000040c

Timezone language Keyboard – This sets the keyboard layout to French (locale ID 040c) in the WinPE environment.

Useful external reference: Microsoft Learn.

Timezone language Keyboard4. Update the Deployment Share

Useful external reference: Microsoft Learn.

Timezone language Keyboard – After modifying the `bootstrap.ini` file, you need to update the deployment share to apply the changes to the WinPE images.

Useful external reference: Microsoft Learn.

Timezone language Keyboard – In the MDT Deployment Workbench, right-click on the deployment share and select Update Deployment Share. Choose the option to completely regenerate the boot images to ensure the changes are included.

Useful external reference: Microsoft Learn.