Search Tools Links Login

AutoAdminLogon


The idea behind AutoAdminLogon is that a user(name) can logon at a computer without having to type a password.  A typical scenario would be a test machine on a private network.  With AutoAdminLogon enabled, when you restart the machine it automatically logs on a named user.  The trick, which also its liability, is to set a value for DefaultPassword in the registry.

Launch Regedit.

Navigate to:

HKLM\Software\Microsoft\Windows NT\CurrentVersion\winlogon

Set: AutoAdminLogon = 1 (one means on, zero means off)

Tip: Try Regedit`s "Find": AutoAdminLogon

Create a new String Value called

DefaultPassword

Set: DefaultPassword = "P@ssw0rd"

Check for the existence of a REG_SZ called DefaultUserName.  The value should reflect the user who you wish to logon automatically.  If this value does not exist, then right-click in the right pane, New, REG_SZ, name it, DefaultUserName.  Set the string value to the required UserName.

Optional Item: If your Vista Machine has joined a domain, then create a String Value called DefaultDomainName.  

Set: DefaultDomainName = "OnlyYouKnowDomain"

Here is a summary of the four key registry settings:

"AutoAdminLogon"="1"
"DefaultUserName"="xxx"
"DefaultPassword"="xxxx0xxxx"
"DefaultDomainName"="xxx.xxx".  Definitely needed in a domain situation.

For users of Vista Home Editions

I have been using AutoAdminLogon since NT 3.5, however, in Vista Home editions there is a much easier alternative, namely tick: 'Users must enter a user name and password'.

Navigate to the Control Panel, User Accounts and finally click on the Users tab, then remove the tick in:
'Users must enter a user name and password'.  All you need to do next is type the password twice in the, 'Automatically Log On' dialog box.  See screenshot.  Once you restart Vista, it will logon that user automatically.

Double-check the logic of what you are ticking.  Also, when you set a registry value to one or zero, read the value carefully.  Half of all people who write and say 'Guy that tweak did not work', have not understood the logic, double negatives are a particular source of errors.

Before you try the above configuration, note: I did not, repeat, not find this setting in a machine which had joined an Active Directory domain.

Just out of interest I would check the registry to see how AutoAdminLogon has been configured (Regedit, Edit (menu) find AutoAdminLogon).

About this post

Posted: 2007-09-18
By: FortyPoundHead
Viewed: 3,937 times

Categories

Software Hack/Tweak

Windows

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.