Terminal Services User Profile

  • Thread starter Thread starter Denise
  • Start date Start date
D

Denise

Hi,

I manage several local and a few remote terminal services
clients. The problem is one of the remote clients who is
located in Quebec has a french keyboard and each time she
logs in to the terminal server she has to change the
keyboard setting to Canadian french. Is there any way I
can change her user profile to use the french keyboard
setting automatically?

Thanks in advance,
Denise
 
I would try to determine what registry entries are being
changed when this person sets the keyboard to be Canadian
French. I would then either try to manipulate this
registry entry through a reghack or through policies.

-M
 
Q322042

1. Start Registry Editor.
2. Locate and then click the following key in the
registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboar
d Layout
3. On the Edit menu, click Add Value, and then add
the following registry value:
Value name: IgnoreRemoteKeyboardLayout
Data type: REG_DWORD
Value data: 1
4. Quit Registry Editor
 
Back
Top