Skip to content

Instantly share code, notes, and snippets.

@inamesh
Created June 18, 2020 09:45
Show Gist options
  • Save inamesh/f07ff86c06baa88920355c3a67bdad83 to your computer and use it in GitHub Desktop.
Save inamesh/f07ff86c06baa88920355c3a67bdad83 to your computer and use it in GitHub Desktop.
When you have multiple languages configured and are using alternative English keyboards, the US English keyboard keeps being added automatically, This unnecessarily complicates language swithching, but can easily be solved if you have admin permissions.
reg delete "HKEY_USERS\.DEFAULT\Keyboard Layout\Preload" /f
#This and other solutions here:
#https://superuser.com/questions/1092246/how-to-prevent-windows-10-from-automatically-adding-keyboard-layouts-i-e-us-ke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment