Apr 09, 2019 SCCMdeploy.dk Uncategorized 0
With Windows 10 1809 and onwards Language has been made “user friendly”
However:
Even if you succeed in removing unwanted keyboard layouts, under “Settings”, Time & Language”, “Language” and “Options” for a the selected display language, they might not disappear.
So, If you want to really get rid of a keyboard layout you now need to run a user friendly Powershell script…
Run the following in PowerShell ISE in elevated mode, to remove any ENglish related keyboard or put ‘DE*’ for German etc.
$1 = Get-WinUserLanguageList
$1.RemoveAll( { $args[0].LanguageTag -clike ‘en*’ } )
Set-WinUserLanguageList $1 -Force
And your additional languages are gone.
User friendly? meee….
Jun 11, 2020 0
May 29, 2019 0
Aug 09, 2018 0
Jun 25, 2018 0
Jun 11, 2020 0
May 29, 2019 0
Aug 09, 2018 0
Jun 25, 2018 0