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.
- Start Windows PowerShell – Windows button, type PowerShell and start it
- Check which are current available keyboards typing command
Get-WinUserLanguageList
- 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!
- Restart Windows
- Add what keyboard you need via standart Windows interfaces