i have prepared an unattended xml with wsim for windows 8 with 2 autologons via 'Microsoft-Windows-Shell-Setup' assigned. during the second autologon the unit is joined to the domain and restarted via a script. the problem i am having now is, i need to have the unit autologon with a network account after that to continue the last leg of my post sysprep routine, but it fails to autologon to the network account, and just sits there on the logon screen. no errors. what am i missing? i tried injecting the following during the second autologon, but no difference. manually entering the credentials will logon fine.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoAdminLogon"="1"
"DefaultUserName"="networkusername"
"DefaultPassword"="networkpassword"
"DefaultDomainName"="mydomain"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoAdminLogon"="1"
"DefaultUserName"="networkusername"
"DefaultPassword"="networkpassword"
"DefaultDomainName"="mydomain"