Windows 2008 R2 Language Bar keeps changing Keyboard Settings
Is the Windows Server 2008 an R2 language bar driving you crazy when using RDP or ICA?
Everytime you login the keyboard setting will be changed into you’re Local setting in my case Dutch, this is very innoying.
The reason for this is Microsoft put in a nice new Feature in 2008 called Auto detect Remote Keyboard layout and this will change you’re layout in the RDP session.
The solution is quit simple change these registry settings through a policy or login script:
Disable Auto Detect Keyboard Layout:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
“IgnoreRemoteKeyboardLayout”=dword:00000001
Hide Language Bar:
[HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar]
“ShowStatus”=dword:00000003
This can be used on Server, Terminal Server and Citrix Server.
Example add registry setting through Group Policy

Thanks to @JvPeer for the Intel
2 Responses to Windows 2008 R2 Language Bar keeps changing Keyboard Settings
Leave a Reply Cancel reply
Tags
Active Directory Bitlocker Citrix Clustering CSV DPM 2010 Exact Exchange 2010 Fail FRS Hyper-V IIS NLB Office Powershell Registry Replication SCCM Sharepoint SOI SP1 SSL Synergy Task Sequence TerminalServer Tweaks Upgrade Windows 7 Windows 2003 Windows 2008 windows 2008 r2 Windows Server 2008 Windows Server 2008 R2My Last Tweets


[...] Dit blogartikel was vermeld op Twitter door Wendy Bosboom, Michael Verbeek. Michael Verbeek heeft gezegd: New Post: Windows 2008 R2 Language Bar keeps changing http://bit.ly/eQ0aeo http://www.microsoftpro.nl #Windows2008 #Registry #Tweaks Thanks @JvPeer [...]
Thanks for the fix!