Last Windows 10 April Update added to my keyboads us_UK keyboard, which can’t be removed.

I’ve tried a lot of different options with standard Windows interfaces with no success, so I’ve did it thru Windows Powershell.

This method reset all keyboards and set new default one.

  1. Start Windows PowerShell – Windows button, type PowerShell and start it
  2. Check which are current available keyboards typing command
    Get-WinUserLanguageList
  3. Reset it typing :
    $1 = New-WinUserLanguageList en-US
    Set-WinUserLanguageList $1

    !Note that you should choose which to be your default language. For me it was en-US!

  4. Restart Windows
  5. Add what keyboard you need via standart Windows interfaces

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.