Jump to content


Bever87

Forcing nl-BE keyboard settings on OS deployment

Recommended Posts

Hey Bendes,

 

first of all, the link you gave me is exactly the tutorial I followed to make this answerfile :) So I have created it this way, that is probably why i had x86 instead of amd64!

 

For your other question, i am deploying a Windows7 x64 MUI indeed!

 

Kind regards

Share this post


Link to post
Share on other sites

Let's continue then...

 

Can you try with the following XML file :

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="specialize">
        <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>0813:00000813</InputLocale>
            <SystemLocale>en-US</SystemLocale>
            <UILanguage>nl-BE</UILanguage>
            <UserLocale>nl-BE</UserLocale>
        </component>
    </settings>
    <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>0813:00000813</InputLocale>
            <SystemLocale>en-US</SystemLocale>
            <UILanguage>nl-BE</UILanguage>
            <UserLocale>nl-BE</UserLocale>
        </component>
    </settings>
</unattend>

Important steps :

  1. Package: Did you create a package (without a program) contening your XML file?
  2. Package: After modifying the XML file, did you update your Distribution Points?
  3. Task Sequence: Did you typing the right name in the "Apply Operating System Image" Task?
  • Check "Use an unattended..."
  • Choose a package -> "Browse"
  • Type <FileName>.xml

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.