Problem with unattend.xml and Inputlocale

Farhad Ebrahimkhani 1 Reputation point
2020-07-01T06:11:30.657+00:00

Hi there,
I'm preparing image and answer file . Everything is OK but I need to specify 2 different keyboards: en-US, fa-IR . I double and triple check that keyboard layout hexadecimal values are 0409:00000409; 0429:00050429 but it doesnt work. When i deploy the image everything is ok but there is only en-US keyboad and i cant understand why. Can someone help me?
Windows is 10 2004.
There is my answer file :
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="oobeSystem">
<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>0409:00000409; 0429:00000429</InputLocale>
<SystemLocale>fa-IR</SystemLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>0409:00000409; 0429:00000429</UserLocale>
<UILanguageFallback>en-US</UILanguageFallback>
</component>
<component name="Microsoft-Windows-Shell-Setup" 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">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideLocalAccountScreen>true</HideLocalAccountScreen>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<ProtectYourPC>1</ProtectYourPC>
</OOBE>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>RABBAFQAQQBjAGUAbgB0AGUAcgBAADMAMgAxAFAAYQBzAHMAdwBvAHIAZAA=</Value>
<PlainText>false</PlainText>
</Password>
<Group>Administrators</Group>
<Name>ICT</Name>
</LocalAccount>
<LocalAccount wcm:action="add">
<Password>
<Value>UABhAHMAcwB3AG8AcgBkAA==</Value>
<PlainText>false</PlainText>
</Password>
<Group>Administrators</Group>
<Name>temmp</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<TimeZone>Iran Standard Time</TimeZone>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:d:/isos/answerfile/install.wim#Windows 10 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,898 questions
0 comments No comments
{count} votes

5 answers

Sort by: Most helpful
  1. T. Kujala 8,696 Reputation points
    2020-07-01T13:08:52.01+00:00

    HI @FarhadEbrahimkhani-2621,

    You have these values in the answer file.

    <InputLocale>0409:00000409; 0429:00000429</InputLocale>
    <SystemLocale>fa-IR</SystemLocale>
    <UILanguage>en-US</UILanguage>
    <UserLocale>0409:00000409; 0429:00000429</UserLocale>
    <UILanguageFallback>en-US</UILanguageFallback>

    Probably, it should be:

    <InputLocale>0409:00000409; 0429:00050429</InputLocale>
    <SystemLocale>fa-IR</SystemLocale>
    <UILanguage>en-US</UILanguage>
    <UserLocale>0409:00000409; 0429:00050429</UserLocale>
    <UILanguageFallback>en-US</UILanguageFallback>

    1 person found this answer helpful.
    0 comments No comments

  2. Sean Liming 4,506 Reputation points
    2020-07-03T01:18:19.967+00:00

    You can make it simpler by just using the ISO format:

    <InputLocale>en-US; fa-IR</InputLocale>
    <SystemLocale>fa-IR</SystemLocale>
    <UILanguage>en-US</UILanguage>
    <UserLocale>en-US, fa-IR</UserLocal>
    <UILanguageFallback>en-US</UILanguageFallback>

    0 comments No comments

  3. 2020-07-06T07:45:04.137+00:00

    Just to check if the above replies could be of help, if yes, you may mark useful reply as answer, if not, welcome to feedback.

    Best regards,
    Sylvia

    0 comments No comments

  4. 2020-07-07T07:41:09.28+00:00

    Hi,
     
    Just checking in to see if the information provided was helpful.
     
    if yes, you may mark useful reply as answer, if not, welcome to feedback.

    Best regards,
    Sylvia

    0 comments No comments

  5. 2020-07-07T07:41:19.32+00:00

    Hi,
     
    Just checking in to see if the information provided was helpful.
     
    if yes, you may mark useful reply as answer, if not, welcome to feedback.

    Best regards,
    Sylvia

    0 comments No comments