snappleman Posted August 31, 2004 Posted August 31, 2004 i can not get the autologin to work. every time the install finishes i have to click on my user account to login then the Unattended setup finishes. im installing xp pro sp2. in my $oem$ folder i have these files, cmdlines.txt-->is the name of this file[COMMANDS]"useraccounts.cmd"-------------------------------------------------------andautologon.reg--> is the name of this fileWindows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="user1""DefaultPassword"="123""AutoAdminLogon"="1-------------------------------------------------------anduseraccounts.cmd-->is the name of this filenet user user1 123 /addnet localgroup Administrators user1 /addnet accounts /maxpwage:unlimitedREGEDIT /S autologon.regEXITthese are three different files of course. but its not a totally Unattended install if you need to click into your accout to finish the install??? help please
`Felix` Posted August 31, 2004 Posted August 31, 2004 1. When you check to see if the account is created has the "useraccounts.cmd" created the account for you?2. It appears that there is a missing double quote here[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="user1""DefaultPassword"="123""AutoAdminLogon"="1" <<This may effect your code Check these things and let us know and we can maybe add some more suggestionsTake care.
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