Jump to content

Recommended Posts

Posted (edited)

I'm trying to create a very simple Autounattend.xml that asks for:

  1. Which edition to install;
  2. Where to install (leave the ability to partition the drive);
  3. Ask for user creation;
  4. Ask for product key (can be ignored) at OOBE.

The following isn't working properly because it asks for license agreement of SP1 (in WinPE) and language selection in OOBE. In the attachment is my answer file, created with WAIK.

Autounattend.xml

Edited by Gremo

Posted (edited)

<InputLocale>0409:00000409</InputLocale> should be in that format and don't need in just PE

don't need <UserLocale> in PE

<UserData> in PE

<ProductKey>

<WillShowUI>Always</WillShowUI>

</ProductKey>

EDIT: also in PE

<ComplianceCheck>

<DisplayReport>Never</DisplayReport>

</ComplianceCheck>

Edited by maxXPsoft

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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