I am trying out image deployment using MDT. IT is a wonderful tool to do lite-touch deployment, however the automation does not do exactly what I expected.
eg. I have the following in the CustomSettings.ini:
[Locale]
SkipLocaleSelection=YES
InputLocale=en-GB
SystemLocale=en-GB
UserLocale=en-GB
KeyboardLocale=en-GB
UILanguage=eb-US
I also have this in the bootstrap.ini:
KeyboardLocale=en-GB
However I still get the welcome page asking me to select keyboard locale (defaults to USA). I even tried to put the whole bunch in the bootstrap.ini:
SkipLocaleSelection=YES
InputLocale=en-GB
SystemLocale=en-GB
UserLocale=en-GB
KeyboardLocale=en-GB
UILanguage=eb-US
Apart from this, although I have this in the customsetting.ini, I still get asked to select time zone (the page with the calendar on it):
[Time zone]
SkipTimeZone=YES
TimeZoneName=Universal Time Coordinated
I googled and checked the reference, cannot find what's wrong with my settings. Anyone with more experience? Anything is welcomed!