V
V
Vadim2015-07-30 14:47:44
Keyboard layout
Vadim, 2015-07-30 14:47:44

How to remove the "extra" language layout in Windows 10?

Good afternoon.
Yesterday I upgraded from Windows 8.1 to Windows 10.
My regional settings are set to "Ukraine". In the language selection menu, English, Russian and Ukrainian. I rarely use the Ukrainian layout, and I can't remove it from the list. It is possible to remove only English and Russian.
It is not very convenient to poke in search of the desired layout.
How to remove the "extra" language?
2a90b4c28f67425d81ff8de785626822.png

Answer the question

In order to leave comments, you need to log in

12 answer(s)
S
spellbinder, 2020-08-06
@spellbinder

in powershell

Set-WinUserLanguageList -LanguageList en-US, ru -Force

I had unknown locales qab, qac.

S
streamliner, 2016-02-08
@streamliner

I had a similar problem after upgrading from Win 7 to Win 10. Among the input methods, a Russian language with an English keyboard appeared (while it was not in the lists).
It is solved as follows:
1. Add a new language (Add a language through the menu on the first screenshot);
2. Select the language whose "extra" layout we want to remove (in this case, Ukrainian);
3. Download and install this language pack;
4. We check that the downloaded language is NOT the first in the list and that the system is NOT on it;
5. Reboot the PC;
6. Select an extra language through the menu in the first screenshot and press the Del button;
7. We are happy with the result.

H
Hasandr, 2020-09-08
@Hasandr

Everything is easier!
We go regedit
Open the branch "Computer\HKEY_USERS\.DEFAULT\Keyboard Layout\Preload"
There should be as many input languages ​​as you need - delete all extra lines.
5f57303a8354c454364773.png

V
VasilKo, 2017-11-15
@VasilKo

If you need to remove a keyboard layout that - attention - is not in one of the installed language packs, you need to add IgnoreRemoteKeyboardLayout with the value 1:
as indicated on the Microsoft website
https://answers .microsoft.com/en-us/windows/forum/...

I
igoryok_d, 2017-05-27
@igoryok_d

In general, you need to go to the language settings and if there is no language in the list that you need to remove, then add it and then delete it) It helped me. They write that a reboot is needed, but everything immediately worked for me. What is strange in the language switching menu were: eng, russ, russ (mold), but in the settings only eng. Added russ and russ(mold) and immediately deleted the layout layout.

S
Sergey, 2021-02-04
@sfedosimov

To whom more than one advice did not help, try the crutch that I had to make to fix this problem on windows 10 home, although I'm sure it should work in others.
1. I created c:/fix_languages.ps1 in the root of the drive

$LanguageList = Get-WinUserLanguageList
$LanguageList.Add("en-GB")
Set-WinUserLanguageList $LanguageList -Force
$LanguageList.Remove("en-GB")
Set-WinUserLanguageList $LanguageList -Force
$LanguageList.Remove(($LanguageList | Where-Object LanguageTag -like 'en-GB'))
Set-WinUserLanguageList $LanguageList -Force

Since I constantly added the en-GB language, it is he who appears in the code above, you change it to your own.
You can get the language code manually by adding the language that constantly appears through the control panel and then view the list with the Get-WinUserLanguageList command in PowerShell.
2. Next, I created c:/fix_languages.bat
@ECHO OFF
PowerShell.exe -windowstyle hidden -Command "C:\fix_languages.ps1"

3. Further, through the task scheduler, I created a task that calls this script when I log in and when I unlock it.
601b14bb85ec2892878648.jpeg
601b14c601102687067233.jpeg
You can simply set up the launch command in the task scheduler through one executable file, but I was already too lazy to do this.

G
gvb333, 2021-07-09
@gvb333

An extra qaa-latn layout appeared. PS tips didn't work for everyone.
And editing the preload list in the registry worked clearly, but only temporarily. The left layout appeared again, and the reason for its appearance remained a mystery behind seven seals. I did not want to write scripts and schedule.
Therefore, he acted radically - supplemented the editing of the preload key with a restriction of access rights - only reading for EVERYONE (including the administrator-owner). Fortunately, THIS DOES NOT INTERFERE ADDING AND REMOVING THE NECESSARY LANGUAGES IN THE SYSTEM MANUALLY.
60e80ddda73b3892404053.png
The glitch does not appear anymore)

A
Antispammer, 2015-12-11
@Antispammer

After upgrading from 10 to 10 (yes, just another update on 10-ke), I got 4 (four) layouts, two of them do not appear at all in any menus or settings, but they switch by hot keys, which is quite % ren is uncomfortable. And I have no idea how to remove them. Now I have 2 (two!) Russians(!), Ukrainian and English.

S
Sergey, 2020-04-03
@servdo

It helped me just adding the "extra" language manually in the list of layouts, and then deleting it. After that, the phantom language is depleted and when you switch the language, it does not appear. No computer restart required

A
Artyom Sveshnikov, 2015-07-30
@zenitfan2109

Where is the Ukrainian layout in this menu?
e5ea886393134ff38e2e78335314e70e.JPG

V
Vito_Nep, 2021-07-05
@Vito_Nep

Still easier)
Start Menu - Settings - Time and Language - Language
Click on the language that is repeated
60e35d5189df2605849002.png
Click on Settings
60e35d8c98a5c401150241.png
Click on the Keyboard that we do not need and select "Delete". Here you can also add
60e35dd8d2fcd431037120.png
Rejoice)

S
Sobaka_a, 2021-09-23
@Sobaka_a

If you have an extra language, for example English (Australia), then go to the language settings (by clicking on languages ​​in the bottom taskbar), click add language, add English (Australia), download and then delete it there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question