Question regarding Locale and Time wizard pane in MDT 2012
-
Wednesday, September 05, 2012 5:14 PMI am trying to skip the Language settings only on the Local and Time wizard, and only want the display the time zone. I have tried many settings and no go. Anyone have clue how to perform this.
This for Windows 7


- Edited by massivesystem Wednesday, September 05, 2012 5:20 PM
All Replies
-
Wednesday, September 05, 2012 5:55 PM
Add the following to your CustomSettings.ini file, under the [Default] section.
SkipLocaleSelection=YES
UserLocale=en-US
UILanguage=en-US
KeyboardLocale=en-USYou could additonally add SkipTimeZone= NO, but it shouldn't be necessary.
-Nick O.
-
Wednesday, September 05, 2012 8:54 PM
Add the following to your CustomSettings.ini file, under the [Default] section.
SkipLocaleSelection=YES
UserLocale=en-US
UILanguage=en-US
KeyboardLocale=en-USYou could additonally add SkipTimeZone= NO, but it shouldn't be necessary.
-Nick O.
Nick,
Adding those values to the cs.ini in a MDT 2012 environment as you did with MDT 2010 does not skip the Language Wizard.
-
Thursday, September 06, 2012 6:18 AM
If you need to skip this page, you have to make sure all the settings are cs.ini
In CS.ini Add YES to the following Properties:-
SkipLocaleSelection, SkipTimeZone
Next, you have to configure the following. You would use TimeZone Property for Windows XP and earlier. TimeZoneName would be for Windows 7 and later.
1. KeyboardLocale
2. UserLocale
3. UILanguage
4. TimeZone
5. TimeZoneNameLastly, the best way to troubleshoot this pane is - If you specify skip properties as mentioned above and still see this page. In that case, you should see 4 settings as per your screenshot. You will see that some of them would be grayed out as the settings were picked from CS.ini. The ones prompting you to make a selection is the one which is causing to prompt this screen.
Regards, Vik Singh "If this thread answered your question, please click on "Mark as Answer"

