nt_automate Posted December 18, 2008 Posted December 18, 2008 Hi I am making a Ghost image out of Windows 2003 server. When I deploy the image, during sysprep (after a restart, before the GUIRUNONCE command execution) the Windows box for log in is displayed and a error message "The Password is incorrect" comes up for the Administrator account.1. Can I modify sysprep.inf to log into a local account instead of Administrator. I know I can use a autolog.reg file, but that is AFTER the sysprep process. I want to log in during the sysprep process into a local account.2. IF not, how can I get this box for log in to work ? I am posting the sysprep.inf. If I manually enter the password it works fine but automatically it says wrong password.[Unattended] OemSkipEula=Yes InstallFilesPath=C:\sysprep\i386 TargetPath=\WINDOWS[GuiUnattended] AdminPassword="password" EncryptedAdminPassword=No TimeZone=35 OemSkipWelcome=1 OEMSkipRegional=1 AutoLogon=Yes AutoLogonCount=1[UserData] FullName="tuser" OrgName="ABCInc" ComputerName=tmaster ProductKey=***************[Identification] JoinWorkgroup=ABCD[Networking] InstallDefaultComponents=Yes[LicenseFilePrintData] AutoMode=PerSeat[Branding] BrandIEUsingUnattended=Yes[Proxy] Proxy_Enable=0 Use_Same_Proxy=0[RegionalSettings] LanguageGroup=1 SystemLocale=00001009 UserLocale=00001009 InputLocale=1009:00000409I appreciate the help.
nt_automate Posted December 19, 2008 Author Posted December 19, 2008 Solved. Used "cmdlines.txt" in the sysprep\i386\$oem$ folder to execute the batch files for autologon. Executes after the mini setup phase.Refer microsoft's documentation on their website for usage help.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now