Set your preferred input language.
Open Powershell with administrator rights.
Run this command to get a list of installed languages:
1 |
Get-WinUserLanguageList |
If your preferred language is US English, run this command and hit Enter:
1 |
$1 = New-WinUserLanguageList en-US |
Finally run this command to set the order of installed input languages:
1 |
Set-WinUserLanguageList $1 |
The issue should be fixed.