MSFN Forum: Change keyboard layout with Nlite - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Change keyboard layout with Nlite keyboard vs nLite Rate Topic: -----

#1 User is offline   :-) 

  • Group: Members
  • Posts: 2
  • Joined: 10-August 05

Posted 10 August 2005 - 03:31 AM

I want to create an unattended windows 2000 sp4 cd.


Overhere we work with a keyboard with azerty layout.
Dutch (Belgium)


How can I change it when I use Nlite (latest version)?
On default Nlite use a keyboard layout "qwerty".



So far Nlite is a good working programme.
:thumbup


Greetings,
The :-)


#2 User is offline   Mavericc 

  • Group: Members
  • Posts: 4
  • Joined: 20-July 05

Posted 10 August 2005 - 05:48 PM

The way I do it in my unattended XP SP2 setup is via a reg file which is run at RunOnceEX. What I want is to use the 'US' locale with finnish kb layout and here's how it's done:

;-----
 ;-----  Set Keyboard Layout to Finnish
 ;-----
[HKEY_CURRENT_USER\Keyboard Layout\Substitutes]
"00000409"="0000040b"
[HKEY_USERS\.DEFAULT\Keyboard Layout\Substitutes]
"d0000409"="0000040b"


Not sure if the same reg tweak applies to Win2k, can't check right now, but I'd think so. And you'll have to check your current system for the right code for the azerty layout to replace the "40b".


Alternatively, you might try to manually edit your WINNT.SIF.. Just replace the "40b" to whatever the code is for azerty layout. Have never tried this, so don't know if it actually works. The reg tweak should work for all users, though.

[RegionalSettings]
LanguageGroup=1
SystemLocale=00000409
UserLocale=00000409
InputLocale=0409:0000040b


Here's some explanations:
http://support.microsoft.com/default.aspx?...;289125&sd=tech

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy