Removing Keyboard layouts leaves "ghost" entries in "Add Keyboard" selection list

HolyK

Member
Hi,

Seems like Removing Keyboard layouts leaves "ghost" entries in "Add Keyboard" selection list. Any idea how to fix this?

Env: Win10 21H2 + NTLite 2.3.2.8526

Screenshot of selection list when adding new keyboard layout. Most of the entries are just "blank" as I've removed them.
1641342286448.png

XML and regfile attached
 

Attachments

  • Win10_B5_1.xml
    42.2 KB
  • Win10_HK_Registry_1.reg
    12.3 KB
garlin Hi, i see only these which i kept (did not removed via NTLite). So the list size in settings is from somewhere else ...

1641416047973.png
 
Next step, is listing all Language Packs. From PowerShell: Get-WinUserLanguageList

If anything other than Czech or English, remove from CMD: lpksetup.exe /u en-GB
 
Next step, is listing all Language Packs. From PowerShell: Get-WinUserLanguageList

If anything other than Czech or English, remove from CMD: lpksetup.exe /u en-GB
Nope, nothing extra aside of the two i have installed

Code:
PS C:\Windows\system32> Get-WinUserLanguageList
LanguageTag     : cs
Autonym         : čeština
EnglishName     : Czech
LocalizedName   : Czech
ScriptName      : Latin
InputMethodTips : {0405:00010405}
Spellchecking   : True
Handwriting     : False

LanguageTag     : en-US
Autonym         : English (United States)
EnglishName     : English
LocalizedName   : English (United States)
ScriptName      : Latin
InputMethodTips : {0409:00000409}
Spellchecking   : True
Handwriting     : False

BTW Thanks for your swift replies :)
 
I tried installing your preset yesterday, but didn't get any weird behavior from Settings. Maybe rebuild the ISO?
 
It's the same with me, that's one of the reasons I keep all the keyboards. During OOBE (windows setup) the same happens in the keyboard selection screen when not using autounattend.xml.

On Windows 7 this does not happen.
 
Back
Top