windows:client_os:win10remotekeyboard

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Next revision
windows:client_os:win10remotekeyboard [2021/09/20 07:46] – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Prevent Windows 10 from adding EN_US keyboard ======
 +Windows 10 will add EN_US keyboard from time to time, even if you uninstalled it.
 +Solution:
 +  - Create a **DWORD** key named **IgnoreRemoteKeyboardLayout** inside **HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout** and give it a value of **1** (decimal).
 +  - Uninstall the undesired keyboard
 +  - Reboot
  
 +<code powershell Remove legacy reg key>reg delete "HKEY_USERS\.DEFAULT\Keyboard Layout\Preload" /f</code>
  • windows/client_os/win10remotekeyboard.txt
  • Last modified: 2023/12/21 10:44
  • by tplecko