Share via

How to remove UK English Keyboard?

Anonymous
2022-02-12T06:55:42+00:00

Greetings to all

On the language preferences (in Settings) I have a couple of options setup that I mostly use (see image).

But the language list that I see when I click on the top right corner is slightly different. It has two UK English options which I don't need, don't use and when I cycle through the languages it takes me a few additional hotkey combos to get to the beginning of the list. Is there a way this can be removed?

Windows for home | Windows 10 | Input and language

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

  1. Anonymous
    2022-02-12T07:54:39+00:00

    Hi Tomica,

    I am Dave, I will help you with this.

    1

    In the Settings App, if you select the US English keyboard and go into its options, can you remove the UK English keyboard as a sub keyboard option forfm there?

    2

    If not, click your Start Button, then just type regedit and press Enter to open the Registry Editor

    Click View and make sure 'Address Bar' is turned on.

    Paste this into the Address Bar at the top and hit Enter.

    HKEY_USERS.DEFAULT\Keyboard Layout\Preload

    In the left pane, right click and delete the Preload key (folder)

    Close the Registry Editor and restart (not shut down) your PC.

    2

    Right click your Start Button, choose Powershell (admin)

    Paste this commend into Powershell and hit Enter:

    $1 = New-WinUserLanguageList en-US

    Then, paste this commend into Powershell and hit Enter:

    Set-WinUserLanguageList $1

    Close PowerShell and restart your PC

    That will remove all keyboards and just leave the US English keyboard, you can then add back the Serbian and Hungarian keyboards manually in the Settings app

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2022-02-12T14:50:12+00:00

    Hi @Dave

    The #2 solution did the trick. Thank you for the fast reply!

    0 comments No comments