[quote=“madeyem, post: 12683, member: 797”]If you want to use Sysprep with an unattend.xml, you have to run a batch script, in which you specify the location of the unattend.xml. Starting Sysprep via the GUI will always run the default Sysprep process.
For example, create a batch file with the following content:
[CODE]@echo off
cd c:\windows\system32\sysprep
sysprep /oobe /generalize /shutdown /unattend:C:*path to the unattend.xml*\unattend.xml[/CODE][/quote]
I don’t use a .bat file I just call it from command prompt and I point to the unattend but it is still not working right.