Automatic Logon

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am sure it is something small I am missing. I have loaded the Automatic Logon component with Windows Logon (Standard). I have set the User name in Windows Logon Standard Advance tab and have added the username and password in Automatic Logon with no Domain Name.

Everytime my image boots it request the password.
There is only one user.

I am making use of a password because that is the only way I could get my sharing over the network (To another XPE) to work.

Any help with this will be appreciated.
 
check If you use System Cloning Tool - component you have to put a "FALSE"
at
advanced settings
"cmiRemoveAutoLogon".

Dunmarie said:
I am sure it is something small I am missing. I have loaded the Automatic
Logon component with Windows Logon (Standard). I have set the User name in
Windows Logon Standard Advance tab and have added the username and password
in Automatic Logon with no Domain Name.
Everytime my image boots it request the password.
There is only one user.

I am making use of a password because that is the only way I could get my
sharing over the network (To another XPE) to work.
 
Or try this tips from Sean Gahan:

Sean Gahan
2004-05-24, 7:46 pm

Cato,
You can fix this problem in your registry. Open
HKLM\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon
If you don't see the following keys, then you will have to create
them:

KeyName: AutoAdminLogon
KeyValue: 1=enable, 0=disable

KeyName: DefaultUserName
KeyValue: "ENTER THE USER ACCOUNT"

KeyName: DefaultPassword
KeyValue: "ENTER THE USER PASSWORD"

*if you are on a domain
KeyName: DefaultDomainName
KeyValue: "DOMAIN NAME"

Regards,

Sean Gahan



Dunmarie said:
I am sure it is something small I am missing. I have loaded the Automatic
Logon component with Windows Logon (Standard). I have set the User name in
Windows Logon Standard Advance tab and have added the username and password
in Automatic Logon with no Domain Name.
Everytime my image boots it request the password.
There is only one user.

I am making use of a password because that is the only way I could get my
sharing over the network (To another XPE) to work.
 
Back
Top