Jump to content

Recommended Posts

Posted

Hello

Brothers

I want to show the language selection screen with file Autounattend.xml

Where, in the case file is modified to show this screen is not automatic logon.

I want autologin with this screen.

Please modify the file Autounattend.xml

Thank you

V6ii1.png

Autounattend.zip


Posted

This program you used, Win Toolkit v1.4.0.65, must be outdated. This answerfile would not validate in WSIM since you have empty elements as well as deprecated ones.

Typically if you don't specify a language in the XML (such as yours) it should prompt for language selection. So if you want it to bypass this automatically, you need to specify the language options. Which language do you want?

Posted

Dear brother

Can you help me get the file Autounattend.xml

Screen language is determined by the top as well as automatic login.

Thank you

  • 2 weeks later...
Posted (edited)

Which of those languages do you want to choose automatically?

Here is an example of how to have it pick English as the language.

        <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SetupUILanguage>
<UILanguage>en-</UILanguage>
</SetupUILanguage>
<UILanguage>en-</UILanguage>
<UserLocale>en-</UserLocale>
<SystemLocale>en-</SystemLocale>
<InputLocale>0409:00000409</InputLocale>
</component>

Add that setting into the windowsPE pass of your answer file.

Edited by Tripredacus
Posted

Ok I am not sure then. Your XML file does not specify a language, so Windows Setup should prompt you to pick a language. It should ask you already...

I can't really test, I do not use Windows 8 with multiple languages.

Posted

Dear brother

I want you to help me because I am tired of failed attempts.

I want as well as automatic entry to the system administrator.

Thank you for your interest

Posted

I don't use multilingual for Windows 7 either. All my OS are single language. So even when I did use French Windows 7, it was French only.

For testing, you can test installs in a VM.

As far as the Administrator account, I do not recommend enabling that, but if you want to do it, here is the code:

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...