/build/static/layout/Breadcrumb_cap_w.png

adding additional Keyboard languages to Win7 installation

Hello,

on K2000 I have a scripted installation which installs Windows7 with English Keyboard layout.

I would like to add now more languages like french and german.

Can someone help me on this issue?

Thanks

kind regards

tomsi


0 Comments   [ + ] Show comments

Answers (1)

Posted by: muebel 11 years ago
10th Degree Black Belt
0

The way that I have configured Keyboard Layouts is to configure them as you want on any user, and then extract the registry entries that are created.

For me they are HKCU\Keyboard Layout entries.

In the Scripted Install I have a batch file that loads the default user's registry:

reg load "HKU\AU_DEFAULT" %systemdrive%\users\default\ntuser.dat
reg import keyboardlayout.reg

Where keyboardlayout.reg is 

Windows Registry Editor Version 5.00
  [HKEY_USERS\AU_DEFAULT\Keyboard Layout]
  [HKEY_USERS\AU_DEFAULT\Keyboard Layout\Preload] "1"="00000409" "2"="d0010409"
  [HKEY_USERS\AU_DEFAULT\Keyboard Layout\Substitutes] "d0010409"="00020409"
  [HKEY_USERS\AU_DEFAULT\Keyboard Layout\Toggle]
 
Your reg entries will be different based on the language settings.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ