|
tixuoty -> [SCCM/MDT/XP SP3 MUI] How to set the regional settings and keyboard layout for default user? (9/25/2008 3:18:53 PM)
|
Hi Guys, I'm a big fan of the forum and the deployment guys ;-) I came from France, so, sorry for my English... I'm having a lot of trouble to set the default value for the regional settings and the default keyboard layout in a ZTI deployment. The context is: - Windows XP SP3 MUI - Wim image created with MDT 2008 Update 1 - Deployment with SCCM SP1 R2 - TS imported from MDT - I use the MDT Database to store all the regional settings, the query is ok ;-) The problem is that it's always the osdefault settings that I have at the first login screen and the default user is not updated. Now, what I tried - Edit the HKU\.Default\Keyboard Layout\Preload values - To edit the ntuser.dat to change the preload key values [EDIT]: I follow this to update the default hive :http://blogs.technet.com/deploymentguys/archive/2008/06/06/useful-script-number-5-adjusting-the-default-user-registry-hive.aspx - add a run command line to my TS to run a script with rundll32 (rundll32.exe shell32,Control_RunDLL intl.cpl,,/f:"%~dp0langFRA.txt") [RegionalSettings] LanguageGroup=1 SystemLocale=0000040c UserLocale=0000040c InputLocale=040c:0000040c,0409:00000409 UserLocale_DefaultUser=0000040c InputLocale_DefaultUser=040c:0000040c I check just after the execution with the debug command (control international), regional settings is ok, but not the keyboard English is still in first, and French in second. Anyway, when the Gina appears everything is set in English :o I follow the tricks http://blogs.technet.com/benhunter/archive/2007/04/09/bdd-2007-tips-and-tricks-multiple-keyboard-locales.aspx And this too: http://support.microsoft.com/kb/289125 I really don't know what the problem is :/ If you have any ideas, I would appreciate!! Thanks for your help!! Jeremy.
|
|
|
|