Automatic login

  • Thread starter Thread starter Andreas Drumbl
  • Start date Start date
A

Andreas Drumbl

Hi

I have a problem to automatically login to my system
I installed the following components:

Administrator Account:
I set the password with "cmiUserPassword" in the Advanced
Component Properties.

Automatic Logon:
I set the username "Administrator"
and the password as well
I do not have a Domain.


Andy
 
There's a component which automaticalls sets the autologin to off. I can't
remember which one it is, offhand, but if you search with google groups
you'll find messages about it.
 
Are you using the system cloning tool component? There is
a setting in the system cloning tool component that will
remove the autologon if it is set to true. The setting is
called cmiRemoveAutologon.

Robert
 
You can manually edit the registry also
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

If you add the values:
DefaultUserName = Administrator
DefaultPassword = password
AutoAdminLogon = 1

This will automatically log the machine with that account.

Regards,

Sean Gahan
 
Back
Top