TheCrowX Posted November 8, 2006 Posted November 8, 2006 hi everyone i searched in theese forum on how to do automatically login the first time and i found i need to add theese 2 lines AutoLogon=Yes AutoLogonCount=1 under [GuiUnattended] here is mine ;SetupMgrTag[Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes"[Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS FileSystem=* UnattendSwitch="yes" WaitForReboot="No" DriverSigningPolicy=Ignore[GuiUnattended] AdminPassword="Kulis" EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=105 OemSkipWelcome=1 AutoLogon=Yes AutoLogonCount=1but i ve tried 2 times and mu unattended windows still asks for a password during the first login anyone know how to fix this problem ?Thanx in advance
just_laze Posted November 8, 2006 Posted November 8, 2006 Hello,Unfortunately i cannot help you.However, while we're on the subject of auto-logon, and it not working correctly, does anyone have any idea why the below wouldn't work. It's an example taken from Alanoll's Unattended Windows page.Batch file:net user John asdf1234 /addnet localgroup Administrators John /addnet accounts /maxpwage:unlimitedREGEDIT /S autologon.regEXITRegistry entry:Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="John""DefaultPassword"="asdf1234""AutoAdminLogon"="1"laze.
John456 Posted November 10, 2006 Posted November 10, 2006 I'd suggest to use nLite to make your unattended cd. It has a GUI for setting autologon.
The_Dude_1978 Posted November 10, 2006 Posted November 10, 2006 Hey TheCrowXTry this sequence, maybe windows got distracted.[GuiUnattended] AdminPassword="Kulis" EncryptedAdminPassword=NO AutoLogon=Yes AutoLogonCount=1 OemSkipWelcome=1 OEMSkipRegional=1 TimeZone=110Greetz
TheCrowX Posted November 10, 2006 Author Posted November 10, 2006 @ The_Dude_1978still same thing doesn t work but thanx btw any other suggestion ?
VCC Posted November 11, 2006 Posted November 11, 2006 The one major difference I see, besides the order, is that you have quotes around the password and I don't. Try removing the quotes and see what happens.
dansouza Posted November 17, 2006 Posted November 17, 2006 You also need the following in [unattended]UnattendSwitch="Yes"
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now