You sure the multiple copies are not from different distros? I get two copies 
when someone emails mssms and mdtosd, scripting and powershell, etc.

Daniel Ratliff

From: [email protected] [mailto:[email protected]] On 
Behalf Of Burke, John
Sent: Friday, September 19, 2014 10:15 AM
To: [email protected]
Subject: [MDT-OSD] RE: OSD dynamic keyboard and language.. i put this in but 
EN-US seems to always be the default?

did anyone respond? half wondering if my email is messed up. I seem to be 
getting multiple coppies of some emails now, and missing others completely from 
the forum.

________________________________
From: [email protected]<mailto:[email protected]> 
[mailto:[email protected]] On Behalf Of Burke, John
Sent: September 18, 2014 1:58 PM
To: [email protected]<mailto:[email protected]>
Subject: [MDT-OSD] OSD dynamic keyboard and language.. i put this in but EN-US 
seems to always be the default?
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>

The information transmitted is intended only for the person or entity to which 
it is addressed
and may contain CONFIDENTIAL material.  If you receive this 
material/information in error,
please contact the sender and delete or destroy the material/information.

Reply via email to