How to change keyboard in Windows Server 2019 Core?

Doria 1,246 Reputation points
2021-11-07T19:51:07.897+00:00

Hi everyone!

How can I change keyboard in Windows Server 2019 Core mode?

"intl.cpl" does not have keyboard settings anymore... :-(

Thanks.

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,449 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,108 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andreas Baumgarten 96,036 Reputation points MVP
    2021-11-08T19:46:57.84+00:00

    Hi @Doria ,

    maybe this PowerShell command works for you:

    Set-ItemProperty 'HKCU:\Keyboard Layout\Preload' -Name 1 -Value 00000407  
    

    Set the value parameter using the second link I posted above.

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Andreas Baumgarten 96,036 Reputation points MVP
    2021-11-07T19:59:15.157+00:00

    Hi @Doria ,

    please take a look here: https://itluke.online/2019/04/27/solved-windows-core-keyboard-language-when-entering-password/
    There is a section POWERSHELL SOLUTION FOR WINDOWS 2016 CORE (FOR MANY COMPUTERS) which should work with Windows Server 2019 as well.

    All input locales you can find here: https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-input-locales-for-windows-language-packs?view=windows-11#input-locales

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    0 comments No comments

  2. Doria 1,246 Reputation points
    2021-11-08T19:42:30.55+00:00

    Thanks for you answer @Andreas Baumgarten , but too complex.

    Actually, I want to change the keyboard for my current user only and not welcome screen or system accounts.

    Is there any other simple way?

    Thanks again.

    0 comments No comments

  3. Doria 1,246 Reputation points
    2021-11-09T12:20:03.233+00:00
    0 comments No comments