Windows 10 Unattend Answer File (v1.5.0.5930)

  • Thread starter Thread starter KingZorc
  • Start date Start date
K

KingZorc

Guest
I get the following error message when try to use unattended

Windows could not parse a process unattend answer file [C:\Windows\Panther\unattend.xml] for pass [specialize]. A component a non-list setting is specified more than once in the answer file.

EDIT: Attached the autounattend file
 

Attachments

Last edited by a moderator:
You should attach the preset file.

There is a duplicated line with the same order number execution containing:
net user Administrator /comment:"Admin Account"

NTLite version and build used?

I think that you can solve if you change the first string
net user Administrator /active:yes

and change the string above Order>2</Order to Order>1 </Order
 
Preset is attached.

Ntlite version is 1.5.0.5930

What exactly should I change? Here's the read out if you can edit it for me so I can copy/paste it in

<Order>1</Order>
<Path>net user Administrator /active:Yes</Path>
<WillReboot>Never</WillReboot>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Order>1</Order>
<Path>net user Administrator /active:Yes</Path>
<WillReboot>Never</WillReboot>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Order>2</Order>
<Path>net user Administrator /comment:"Admin Account"</Path>
<WillReboot>Never</WillReboot>
 

Attachments

Last edited by a moderator:
The autounattend.xml is corrected, the preset too but NTLite could generate another bad autounattend.xml if you use the preset or create a new one.
 

Attachments

Thanks guys, fixed this preset situation for the next version, will reply here when uploaded in a week or two.
Pre-release version is ready if you need it.
 
Fixed in the build 6025.
Let me know if it's still an issue, thanks.
 
Fixed in 6146, let me know if you have any issues, thanks.
 
Back
Top