Saturday, September 27, 2008

Windows Auto Logon

Issue:
In a home setting you may want to just have Windows login without prompting for a password.

Quick:
See below for OS specific procedures for Windows 2000, XP, and Vista


Visual/Learning:

Windows 2000 Auto Logon
http://support.microsoft.com/kb/234562
--------Text from link-----------

Preventing the Password Prompt in a Non-Domain System
1. In Control Panel, double-click Users and Passwords.
2. Click to clear the Users must enter a user name and password to use this computer check box.

NOTE: This option does not appear on a system that is a member of a domain.
3. Click the Advanced tab.
4. Click to clear the Require users to press Ctrl-Alt-Del before logging on check box.
Automatic logon is not supported when you are logging on to a domain. You will need to join a workgroup if you want to use the automatic logon feature.
--------End Text from link-----------



Windows XP Auto Logon
http://support.microsoft.com/kb/315231
--------Text from link-----------



You can use Registry Editor to add your log on information. To do this, follow these steps:
1. Click Start, click Run, type regedit, and then click OK.
2. Locate the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
3. Using your account name and password, double-click the DefaultUserName entry, type your user name, and then click OK.
4. Double-click the DefaultPassword entry, type your password under the value data box, and then click OK.

If there is no DefaultPassword value, create the value. To do this, follow these steps:
a. In Registry Editor, click Edit, click New, and then click String Value.
b. Type DefaultPassword as the value name, and then press ENTER.
c. Double-click the newly created key, and then type your password in the Value Data box.
If no DefaultPassword string is specified, Windows XP automatically changes the value of the AutoAdminLogon registry key from 1 (true) to 0 (false) to turn off the AutoAdminLogon feature.
5. Double-click the AutoAdminLogon entry, type 1 in the Value Data box, and then click OK.

If there is no AutoAdminLogon entry, create the entry. To do this, follow these steps:
. In Registry Editor, click Edit, click New, and then click String Value.
a. Type AutoAdminLogon as the value name, and then press ENTER.
b. Double-click the newly created key, and then type 1 in the Value Data box.
6. Quit Registry Editor.
7. Click Start, click Restart, and then click OK.
After your computer restarts and Windows XP starts, you can log on automatically.

If you want to bypass the automatic logon to log on as a different user, hold down the SHIFT key after you log off or after Windows XP restarts. Note that this procedure applies only to the first logon. To enforce this setting for future logoffs, the administrator must set the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

Value:ForceAutoLogon
Type: REG_SZ
Data: 1




You can also use turn on automatic logon without editing the registry in Microsoft Windows XP Home Edition and in Microsoft Windows XP Professional on a computer that is not joined to a domain. To do this, follow these steps: 1. Click Start, and then click Run.
2. In the Open box, type control userpasswords2, and then click OK.

Note When users try to display help information in the User Accounts window in Windows XP Home Edition, the help information is not displayed. Additionally, users receive the following error message:
Cannot find the Drive:\Windows\System32\users.hlp Help file. Check to see that the file exists on your hard disk drive. If it does not exist, you must reinstall it.
3. Clear the "Users must enter a user name and password to use this computer" check box, and then click Apply.
4. In the Automatically Log On window, type the password in the Password box, and then retype the password in the Confirm Password box.
5. Click OK to close the Automatically Log On window, and then click OK to close the User Accounts window.
--------End Text from link-----------

Windows Vista Auto Logon
http://www.lockergnome.com/windows/2007/02/20/configure-vista-for-automatic-logon/
--------Text from link-----------
If you do not share your computer with any other users and no one else has access to it, you can configure Vista to log you on automatically.

To do so, click Start and type netplwiz in the Search field and then press Enter. Click Continue when the User Account Control window appears. From the User Accounts window that appears, verify that your own user account is selected. Clear the Users must enter a username and password to use this computer option and click OK. Provide the password for your user account when prompted and restart your computer. Vista will automatically log on with your user account.

[tags]vista, automatic logon, automatic login, configure windows[/tags]
--------End Text from link-----------

No comments: