A list of keyboard locales to be used with the target operating system. More than one keyboard locale can be specified for the target operating system. Each locale must be separated by a semicolon (;). If not specified, the Deployment Wizard uses the keyboard locale configured in the image being deployed.

Exclude this setting in USMT when backing up and restoring user state information. Otherwise, the settings in the user state information will override the values specified in the KeyboardLocale property.

Note   This property is used only for deploying Windows Vista and Windows Server 2008. For this property to function properly, it must be configured in both CustomSettings.ini and BootStrap.ini. BootStrap.ini is processed before a deployment share (which contains CustomSettings.ini) has been selected.

 

Property configured by

 

 

Property applies to

 

BootStrap.ini

˜

 

LTI

˜

CustomSettings.ini

˜

 

 

 

MDT DB

˜

 

ZTI

˜

 

Value

Description

keyboard_locale1; keyboard_locale2

The locale of the keyboard attached to the target computer.

The value can be specified in the following formats:

·     Text (en-us)

·     Hexadecimal (0409:00000409)

 

Example 1

[Settings]

Priority=Default

 

[Default]

UserLocale=en-us

KeyboardLocale=en-us

 

Example 2

[Settings]

Priority=Default

 

[Default]

UserLocale=en-us

KeyboardLocale=0409:00000409;1809:00001809;041A:0000041A;083b:0001083b

 

Related Topics

Property Definition