November 8, 200619 yr 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
November 8, 200619 yr 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.
November 10, 200619 yr I'd suggest to use nLite to make your unattended cd. It has a GUI for setting autologon.
November 10, 200619 yr Hey TheCrowXTry this sequence, maybe windows got distracted.[GuiUnattended] AdminPassword="Kulis" EncryptedAdminPassword=NO AutoLogon=Yes AutoLogonCount=1 OemSkipWelcome=1 OEMSkipRegional=1 TimeZone=110Greetz
November 10, 200619 yr Author @ The_Dude_1978still same thing doesn t work but thanx btw any other suggestion ?
November 11, 200619 yr 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.
Create an account or sign in to comment