Hi all. I have little problem caputuring windows vista and windows 7 images. I have all needed options included in unattend.xml.
<RunSynchronous><RunSynchronousCommand wcm:action="add"><Description>EnableAdmin</Description><Order>1</Order><Path>cmd /c net user Administrator /active:yes</Path>
and
<UserAccounts><AdministratorPassword><Value>xxxxx</Value><PlainText>false</PlainText></AdministratorPassword></UserAccounts><AutoLogon><Enabled>true</Enabled><Username>Administrator</Username><Domain>.</Domain><Password><Value>xxxxx</Value><PlainText>false</PlainText></Password><LogonCount>999</LogonCount></AutoLogon>
and after sysprep via MDT the local administrator is disabled and autologon not work...
My system is windows vista. Before creating capture i installed all programs and updates joined to domain to, checked to all works, then disjoin from domain and make capture...