Really silly question. I have a pc running WXP Pro Sp1 French with Novell
Client 4.91sp1 French installed. My question is, At the Login Screen the
keyboard is set to "French/France". I can switch it back to English by
pressing ALT-SHIFT. I wanted to know if there is a way I can permanantly
keep it English without always having to press ALT-SHIT.
Thanks
Frank
Gerald Reynolds
For a logged-on user, this is controlled by the values you see under
[HKEY_CURRENT_USER\Keyboard Layout\Preload]. For example:
> [HKEY_CURRENT_USER\Keyboard Layout\Preload]
> "1"="0000040c"
> "2"="00000409"
Because French (40c) is listed before US English (409), French would
be the default. Switching that order as shown below would cause US
English to be the default of the two:
> [HKEY_CURRENT_USER\Keyboard Layout\Preload]
> "1"="00000409"
> "2"="0000040c"
For the boot-up login screen (since no one has logged on yet, and
therefore a specific user's HKEY_CURRENT_USER isn't the location in
use yet), the location in which to set these same values & relative
order is [HKEY_USERS\.DEFAULT\Keyboard Layout\Preload].
fmezz...@hotmail.com wrote:
Alan Adams
alancru...@drcrumb.com
(for email, remove the crumbs)