mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-04 22:27:19 +02:00

Added the IgnoreRemoteKeyboardLayout Registry Key to prevent automatic changes to the keyboard layout. As mentioned in (this article)[https://poweradm.com/ignoreremotekeyboardlayout-windows-rdp/] the rdp server adds and activates the US keyboard-layout if the keyboard-layout of the client does not match the servers. Since our client is on linux there are many cases where this is not given, so it is better to let the user choose a layout on windows.
14 lines
540 B
Reg
14 lines
540 B
Reg
Windows Registry Editor Version 5.00
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList]
|
|
"fDisabledAllowList"=dword:00000001
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services]
|
|
"fAllowUnlistedRemotePrograms"=dword:00000001
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
|
|
"AutoAdminLogon"="0"
|
|
|
|
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
|
|
"IgnoreRemoteKeyboardLayout"=dword:00000001
|