Neno Loje menciona esta questão (e a solução) em seu blog.
Na seguinte chave do Registro:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout
Crie um novo valor DWORD IgnoreRemoteKeyboardLayout
e forneça o valor 1
.
Isso deve ser suficiente para resolver seu problema. No entanto, existem alguns problemas conhecidos com determinadas versões do Windows, conforme discutido nestes artigos da base de conhecimento:
Windows XP
Windows Server 2003
- A entrada de registro IgnoreRemoteKeyboardLayout não tem efeito no Windows Server 2003
- O layout do teclado IME do servidor de terminal é diferente do computador cliente quando você faz logon remotamente em um servidor de terminal baseado no Windows Server 2003 SP1
Além disso, o Remko Weijnen explica em seu blog como ajustar o perfil do teclado na página de login.
If you want to change the keyboard layout that is used before logging in (“at the logon screen”) you need to modify the key
HKEY_USER\.DEFAULT\Keyboard Layout\Preload
:In the screenshot above the locale id 0413 (Dutch) but you can even add more than one entry and cycle between them with ALT-SHIFT.
A description of the Locale ID’s (LCID’s) can be found in kb 262283.