rza123 Posted December 31, 2004 Posted December 31, 2004 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
durex Posted December 31, 2004 Posted December 31, 2004 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)
bmn Posted December 31, 2004 Posted December 31, 2004 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)
rza123 Posted December 31, 2004 Author Posted December 31, 2004 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
mister-xxxxx Posted January 16, 2005 Posted January 16, 2005 In Windows 2000 it is the same procedure?
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