Jump to content

Simplest Autounattend.xml?


Recommended Posts

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
Link to comment
Share on other sites


<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
Link to comment
Share on other sites

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...