autologon on unattended answer file
hello,
i in progress of making unattended answer file let imaged server log on administrator account automatically once after syspreping process completed. however, it keeps failing to log on automatically error on screen "the user name or password incorrect". have tried add autologon account audit systems, specialized system, still has same error. please me have resolve issue?
here answer file have. added both administrator account , autologon account in oobe system.
<settings pass="oobesystem">
<component name="microsoft-windows-shell-setup" processorarchitecture="amd64" publickeytoken="31bf3856ad364e35" language="neutral" versionscope="nonsxs" xmlns:wcm="http://schemas.microsoft.com/wmiconfig/2002/state" xmlns:xsi="http://www.w3.org/2001/xmlschema-instance">
<oobe>
<hideeulapage>true</hideeulapage>
</oobe>
<useraccounts>
<administratorpassword>
<value>password</value>
<plaintext>false</plaintext>
</administratorpassword>
</useraccounts>
<visualeffects>
<fontsmoothing>cleartype</fontsmoothing>
</visualeffects>
<registeredorganization>company</registeredorganization>
<registeredowner>it</registeredowner>
<timezone>eastern standard time</timezone>
<autologon>
<password>
<value>password</value>
<plaintext>false</plaintext>
</password>
<logoncount>1</logoncount>
<enabled>true</enabled>
<username>administrator</username>
</autologon>
</component>
no doesn't go top bottom. when answer file found, parsed , appropriate commands done in whatever order designed used in. example, if made answer file had windowspe pass @ bottom , oobesystem pass @ top, still work fine. can "follow" process looking @ setupact.log... quite "read" :)
anyways, looked @ xml collection , appears have never made answer file server or enterprise os give administrator account password , have autologon account. apparently, i've never tried myself.
Windows Server > Setup Deployment
Comments
Post a Comment