Active keyboars after an unattended install.

Nando Coomans 1 Reputation point
2021-01-29T00:24:25.45+00:00

Hello

I've created an unattended installation iso of Windows. Fully configured the xml answer files they all working perfectly but when windows is installed on client device it is in qwerty. What's weird since I put in the answer file this: 61575-schermafbeelding-2021-01-29-003652.png

As you can see that is the belgian period keyboard layout.
So I ran a dism /online /get-intl powershell command on the client and I saw that 0413:00020409 was installed alongside my desired 0813:00000813. Apparently it's the dutch layout from the Netherlands. Which makes sense that it's installed since my systemlocale is dutch Netherlands but that's qwerty. And I can't change the systemlocale since my base ISO doesn't support Belgium only the Netherlands.

Is there a way to force the belgian period keyboard layout to be prior to nl-NL or remove nl-NL keyboard layout in the install.wim file?

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,922 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Jenny Feng 14,101 Reputation points
    2021-01-29T07:08:35.293+00:00

    @Nando Coomans
    Hi,
    The entries themselves are in the registry at HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layouts, so you can at least remove the entry for your layout.
    Hope above information can help you.

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Nando Coomans 1 Reputation point
    2021-01-29T13:57:59.623+00:00

    Yes I know, but the unattended install is for a company with 150 clients. So I would like the iso to install the right keyboard layout. If I have to regedit on every single pc it's not really an unattended install.