Skip to content

Instantly share code, notes, and snippets.

@tmr232
Created January 4, 2023 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmr232/539fc0c7f15d25a54e5693bdaef2a65a to your computer and use it in GitHub Desktop.
Save tmr232/539fc0c7f15d25a54e5693bdaef2a65a to your computer and use it in GitHub Desktop.
Removing that pesky GB keyboard!

To remove the GB language pack:

Get-AppxPackage -AllUsers Microsoft.LanguageExperiencePacken-GB | Remove-AppxPackage

Then in the registry, remove the GB entry from Computer\HKEY_CURRENT_USER\Keyboard Layout\Preload. According to MSDN docs the value should be 0x809. If it is not the last value, make sure to rename the others!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment