• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

windows 8 sysprep

takeru

Golden Member
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"
 
Back
Top