Glam Prestige Journal

Bright entertainment trends with youth appeal.

I am looking for a way to apply an autounattend.xml/unattend.xml after the image has been deployed with Dism to bypass OOBE:

  • I have deployed a Windows image with Dism, adding the autoattend.xml to Windows\Panther, as well as Windows/System32/sysprep, but neither of these worked
  • If I make a bootable USB and paste the autounattend.xml in the USB's root before installation, it works

1 Answer

You can't, as the unattend.xml is used by Windows Setup, not Dism:

What you're attempting to do is called an LTI/ZTI [Lite/Zero Touch Install]:

  1. Mount the WinPE boot.wim → Copy unatennd.xml to Windows\Panther → Unmount image
  2. Boot the boot.wim either:
    • via external media [USB]
    • by creating a WinPE boot partition on the HDD
      MakeWinPEMedia /Ufd "C:\WinPE\MountDirectory" F:
      • configure the removal of this partition in the answer file during auditSystem
        (possibly during oobeSystem, but I can't recall)

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy