Can I use my local keyboard layout in a remote desktop session?

I use a variant of the Dvorak layout for UK punctuation. When I connect via RDP to one of our administrator boxes the layout is automatically set to US QWERTY.

Can I set RDP to ignore the remote machine's layout and instead use my own?

1

1 Answer

When invoking RDP, try in Options > Local Resources > Keyboard to set 'Apply windows key combinations' to 'On the local computer'.

In addition, if you control the Terminal Server computer, you may use regedit to navigate toHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layoutand add a DWORD item named IgnoreRemoteKeyboardLayout and give it the value of 1.

This registry item is described in a very oldMicrosoft Support article, still true today, as a setting for making the Terminal Server retain each user's keyboard layout, so you only have to set it once.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like