how are you specifying those variables in the task sequence ? can you show us a screenshot of the step in question..
have you confirmed that the values you are selecting are actually getting poked into your unattend.xml ? scroll down to unattend.xml changes in this post to see how http://www.windows-noob.com/forums/index.php?/topic/3251-customising-windows-7-deployments-part-4/ and i quote... *Note: The unattend.xml file and/or C:\Windows\Panther\Unattend folder may not appear in your image until directly after the Apply Operating System Image step and the contents of that file depends on whether or not an unattend.xml file was specified in that step.* *Before* the *Setup Windows and ConfigMgr* step is complete you can monitor *c:\windows\panther\unattend\unattend.xml* to see what is happening in relation to your modifications taking place or not *After* the *Setup Windows and ConfigMgr* step is complete, you’ll see the following has been added to your *c:\windows\panther\unattend.xml* file *Note: The above locations are during the Windows PE phase. After the Setup Windows and ConfigMgr step is complete it will reboot your computer (unless you have a command prompt open in WinPE), and after that reboot the unattend.xml file will have been removed (by the Setup Windows and ConfigMgr step...).* On Thu, Sep 18, 2014 at 6:57 PM, Burke, John <[email protected]> wrote: > FR-CA;0c0c:00011009;FR-FR;040c:0000040c;EN-CA;1009:00000409 > > I put that in for my osdinputlocale > > I put fr-fr for all the other variables in hte oobe section. I am > wondering if i'm doing something silly here. It comes up in french, but > keyboard comes up in english us. The user can just click the keyboard or > whatever and pick the langauge for it but i thought it would come up with > fr-ca as the default. Is there something I did wrong here? It should come > up with the FR-CA one first right? > > <settings pass="oobeSystem"> > <component name="Microsoft-Windows-Shell-Setup" > processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" > language="neutral" versionScope="nonSxS" xmlns:wcm=" > http://schemas.microsoft.com/WMIConfig/2002/State"> > <UserAccounts> > <AdministratorPassword> > <Value></Value> > <PlainText>true</PlainText> > </AdministratorPassword> > <LocalAccounts> > <LocalAccount wcm:action="add"> > <Description>Temp account</Description> > <DisplayName>Temp account</DisplayName> > <Group>Users</Group> > <Name>TempAccount</Name> > </LocalAccount> > </LocalAccounts> > </UserAccounts> > <AutoLogon> > <Enabled>true</Enabled> > <Username>Administrator</Username> > <Domain>.</Domain> > <Password> > <Value></Value> > <PlainText>true</PlainText> > </Password> > <LogonCount>999</LogonCount> > </AutoLogon> > <FirstLogonCommands> > <SynchronousCommand wcm:action="add"> > <CommandLine>cscript.exe > C:\MININT\Scripts\LiteTouch.wsf /start</CommandLine> > <Description>Lite Touch new OS</Description> > <Order>1</Order> > </SynchronousCommand> > <SynchronousCommand wcm:action="add"> > <CommandLine>cscript.exe > D:\MININT\Scripts\LiteTouch.wsf /start</CommandLine> > <Description>Lite Touch new OS</Description> > <Order>2</Order> > </SynchronousCommand> > <SynchronousCommand wcm:action="add"> > <CommandLine>cscript.exe > E:\MININT\Scripts\LiteTouch.wsf /start</CommandLine> > <Description>Lite Touch new OS</Description> > <Order>3</Order> > </SynchronousCommand> > <SynchronousCommand wcm:action="add"> > <CommandLine>cscript.exe > F:\MININT\Scripts\LiteTouch.wsf /start</CommandLine> > <Description>Lite Touch new OS</Description> > <Order>4</Order> > </SynchronousCommand> > </FirstLogonCommands> > <OOBE> > <HideEULAPage>true</HideEULAPage> > <NetworkLocation>Work</NetworkLocation> > <ProtectYourPC>1</ProtectYourPC> > <SkipUserOOBE>true</SkipUserOOBE> > </OOBE> > <RegisteredOrganization></RegisteredOrganization> > <RegisteredOwner></RegisteredOwner> > <TimeZone>Atlantic Standard Time</TimeZone> > </component> > <component name="Microsoft-Windows-International-Core" > processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" > language="neutral" versionScope="nonSxS" xmlns:wcm=" > http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance"> > <InputLocale>%OSDInputLocale%</InputLocale> > <SystemLocale>%OSDSystemLocale%</SystemLocale> > <UILanguage>%OSDUILanguage%</UILanguage> > > <UILanguageFallback>%OSDUILanguageFallback%</UILanguageFallback> > <UserLocale>%OSDUserLocale%</UserLocale> > </component> > </settings> >
