mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-06 07:07:18 +02:00
Merge pull request #268 from tristanRW/patch-1
Fix keyboard-layout being changed to US on RDP connection
This commit is contained in:
commit
b49979e6ce
@ -12,5 +12,9 @@ Windows Registry Editor Version 5.00
|
|||||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
|
||||||
"AutoAdminLogon"="0"
|
"AutoAdminLogon"="0"
|
||||||
|
|
||||||
|
; Always use the server's keyboard layout
|
||||||
|
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
|
||||||
|
"IgnoreRemoteKeyboardLayout"=dword:00000001
|
||||||
|
|
||||||
; Disable "Do you want your PC to be discoverable" prompt after each host system reboot
|
; Disable "Do you want your PC to be discoverable" prompt after each host system reboot
|
||||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff]
|
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user