Jump to content

Recommended Posts

Posted

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"

-------------------------------------------------------and

autologon.reg--> is the name of this file

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"DefaultUserName"="user1"

"DefaultPassword"="123"

"AutoAdminLogon"="1

-------------------------------------------------------and

useraccounts.cmd-->is the name of this file

net user user1 123 /add

net localgroup Administrators user1 /add

net accounts /maxpwage:unlimited

REGEDIT /S autologon.reg

EXIT

these 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


Posted

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 :yes:

Check these things and let us know and we can maybe add some more suggestions

Take care.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...