Jump to content


  • 0
as400ssw

Setup Default Input Language

Question

Hi to all,

I deploy Windows 7 Enterprise x64 Eng with SCCM 2007 SP2 R3

The image master includes multilanguage setup in ITA, FR, DE, JP and CH (semplified and traditional).

When I start the Image capture wizard from CD the Default input language is "Italian".

After I Install this captured image on other PC's (after sysprep run) the Default input language is misconfigured, for example in CH language (keyboard).

 

I want to configure the default input language in Italian for all new user in this image deployed.

How can I setup this parameters?

 

tnx a lot

 

Alex

post-5368-0-17668100-1314704085_thumb.png

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Hi anyweb,

this is my Unattend.xlm created with Windows SIM (from this forum..)

 

<?xml version="1.0" encoding="utf-8"?>

<unattend xmlns="urn:schemas-microsoft-com:unattend">

<settings pass="oobeSystem">

<component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<InputLocale>it-IT</InputLocale>

<SystemLocale>it-IT</SystemLocale>

<UILanguage>it-IT</UILanguage>

<UILanguageFallback>it-IT</UILanguageFallback>

<UserLocale>it-IT</UserLocale>

</component>

</settings>

<cpi:offlineImage cpi:source="wim://xxxxxxxx/yyyy$/osd/osd_ospackagesource/windows7enterpriseengx64/sources/install.wim#Windows 7 ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

</unattend>

 

 

tnx a lot..

 

AD

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.