The user locale to be used with the target operating system. If not specified, the Deployment Wizard uses the user locale configured in the image being deployed.
Property configured by |
|
|
Property applies to |
|
BootStrap.ini |
|
|
LTI |
˜ |
CustomSettings.ini |
˜ |
|
|
|
MDT DB |
˜ |
|
ZTI |
˜ |
Value |
Description |
user_locale |
The locale for the user on the target computer. For: · Windows Server 2003, the value is specified as a hexadecimal value (0409:00000409) · Windows Server 2008, the value is specified as a text value (en-us) |
Example 1 |
[Settings] Priority=Default
[Default] UserLocale=0409:00000409 KeyboardLocale=0409:00000409 |
Example 2 |
[Settings] Priority=Default
[Default] UserLocale=en-us KeyboardLocale=en-us |
Related Topics