December 31, 200421 yr i,ve followed the guide in Add Users & Auto Logon but when the time comes to logging on it stops for user input to select which user account to log on to i.e Administrator or (Myuseraccount), therefore my batch file wont run until i logon to Myuseraccount and manually double click start.cmd file which installs all me programs.n e suggestions why i'm required to logon manuallyn e help would be grateful thanx
December 31, 200421 yr post up your useraccount.cmd and your autologon.reg as well as their location and where theyre being called from (ie: guirunonce, cmdlines.txt, etc)
December 31, 200421 yr check ur winnt.sif once again.try different configurations. my winnt.sif[GuiUnattended] AutoLogon = No AdminPassword = * TimeZone = 190 OEMSkipRegional = 1 OemSkipWelcome = 1autologon.regWindows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="Owner""DefaultPassword"="""AutoAdminLogon"="0"and my user.cmdNET USER "owner" /addNET LOCALGROUP Administrators "owner" /AddREM Autologon first bootREGEDIT /S %cdrom%\Install\autologon.regEXITwith these config.autologon is working for me.(username----owner)
December 31, 200421 yr Author bmn thanx for your help i've tried your configuration and it diden't work for me,i'm posting my original configuration any tips would be welcome.My winnt.sif located in my i386 folder[GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=85 OemSkipWelcome=1My aoutologon.reg located in $oem$ folder[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="test""DefaultPassword"="""AutoAdminLogon"="1"My useraccounts.cmd located in $oem$ foldernet user test /addnet localgroup Administrators test /addnet accounts /maxpwage:unlimitedREGEDIT /S autologon.regEXIT
Create an account or sign in to comment