Hello!
I've been having an issue of not being able to log in as Administrator after the Windows 7 image deployment completes successfully. The password is set in the DeploymentShare\Control\DeployID\Unattend.xml file, as shown below, but I'm still getting"The user name or password is incorrect" error. I'm not joining the system to a domain. Can someone please give me some guidance as to what is going wrong? Thank you!
<UserAccounts><AdministratorPassword><Value>Passw#rd123</Value><PlainText>true</PlainText></AdministratorPassword></UserAccounts><AutoLogon><Enabled>true</Enabled><Username>Administrator</Username><Domain>.</Domain><Password><Value>Passw#rd123</Value><PlainText>true</PlainText></Password><LogonCount>999</LogonCount></AutoLogon>