jagustin
Posts: 12
Score: 0 Joined: 5/7/2008 Status: offline
|
When I sysprep my "gold" image I use a sysprep.inf that tells it to auto logon with the local administrator in order to finish the task sequence. Despite this, after deploying an image, the machine sits at the Ctrl+Alt+Del screen. Once I log into the machine with the local administrator account (with the same password as specified in the sysprep.inf & unattend.txt) it continues the TS and finishes with no errors or warnings (which deletes my logs). Has anyone come across something like this before? Here is what my sysprep.inf/unattend.txt look like: _____________________________________ [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes Repartition=Yes UnattendedSwitch="Yes" TargetPath=\WINDOWS [GuiUnattended] ; Arguments= ; Used with Detached programs to provide arguments OEMSkipRegional=1 ; Indicates Regional info GUI to be skipped in setup ; EncryptedAdminPassword=No ; For OEMs allows use of hashpwd.exe cannot be used with autologon TimeZone="010" ; Sets Timezone 010=Mountain OemSkipWelcome=1 ; Used to skip welcome screens in GUI setup ; ProfilesDir="" ; Allows to change default location of profiles AutoLogon="Yes" ; Indicates that system should autologon after reboot AutoLogonCount=999 ; Number of times to auto logon ; DetachedProgram="" ; Specifies programs to run concurrently with Setup AdminPassword="**Password Removed**"
|