Sysprep Language Issue

C

Craig Fiegert

I'm trying to get a machine to sysprep and have the language and input
locales to default to English (Australian). I set the PC up and set the
language and input locales correctly. I then run Sysprep and tell it to use
the following settings:

[RegionalSettings]
LanguageGroup=1
Language=00000c09
UserLocale=00000c09
SystemLocale=00000c09
InputLocale=0c09:00000409

The problem is that the Keyboard Input Language always seems to default to
English (US) which causes problems with Office.

Anyone??
 
E

Eugene Hovjacky

Try this,

I just did this myself today. It worked for me.

LanguageGroup=1
SystemLocale=3081
UserLocale=0c09
InputLocale=0c09:00000409
 
O

Oli Restorick [MVP]

These are the relevant lines from my (UK English) bootable Windows Server
2003 CD. I imagine the SysPrep settings are similar in this respect.

[Unattended]
KeyboardLayout="United Kingdom"

[RegionalSettings]
LanguageGroup=1
SystemLocale=00000809
UserLocale=00000809
UserLocale_DefaultUser=00000809
InputLocale=0809:00000809
InputLocale_DefaultUser=0809:00000809
Language=00000809

Hope this helps

Oli
 
C

Craig Fiegert

We think we've found the issue...

If you install Win2k and change the language to English (Aus) it states that
English (US) will be removed on next reboot. This seems to cause it to fail

If you click remove twice and remove English (US) from the list, then there
are no issues later on when you Sysprep...

weird

Oli Restorick said:
These are the relevant lines from my (UK English) bootable Windows Server
2003 CD. I imagine the SysPrep settings are similar in this respect.

[Unattended]
KeyboardLayout="United Kingdom"

[RegionalSettings]
LanguageGroup=1
SystemLocale=00000809
UserLocale=00000809
UserLocale_DefaultUser=00000809
InputLocale=0809:00000809
InputLocale_DefaultUser=0809:00000809
Language=00000809

Hope this helps

Oli

Craig Fiegert said:
I'm trying to get a machine to sysprep and have the language and input
locales to default to English (Australian). I set the PC up and set the
language and input locales correctly. I then run Sysprep and tell it to use
the following settings:

[RegionalSettings]
LanguageGroup=1
Language=00000c09
UserLocale=00000c09
SystemLocale=00000c09
InputLocale=0c09:00000409

The problem is that the Keyboard Input Language always seems to default to
English (US) which causes problems with Office.

Anyone??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top