Introduction:
Let’s face it security usually isn’t much of an issue for a lot of home users.
Most of us just want to turn on the PC and get to the desktop as quickly as possible.
This HOWTO tells you how to make Windows XP log in automatically and therefore prevent Windows from showing the login window or even from showing the Welcome Screen so you can just switch on, walk away, make tea, come back and see your desktop loaded and ready to go!
Here’s how to do it:
Warning: This tutorial involves editing the Windows Registry.
Steps:
- Click Start > Run
- Type regedit > Click OK
- In the left pane, browse to the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
-
In the right pane, locate the value DefaultUserName > Double click it to edit
- In the popup dialog (as shown below – I’m using Administrator which is my username), enter the username you would like Windows to log on with automatically > Click OK

- In the right pane again, locate the value DefaultPassword > Double click to edit
- If you can’t find the DefaultPassword key then don’t worry we can create it as follows:
- In the same window, click Edit > New > String Value
- Enter the name as DefaultPassword > hit Enter
- Now double click the new value and continue the steps below
- If you can’t find the DefaultPassword key then don’t worry we can create it as follows:
- In the popup dialog, enter the password for the username that you entered in step 5 > Click OK

- In the right pane again, locate the value AutoAdminLogin > Double click to edit
- In the popup dialog, enter the value 1 > Click OK

- Close Registry Editor by clicking the X in the top right hand corner
- Restart Windows


[...] one of my previous articles, Make Windows XP Login Automatically (Using Regedit), I described how to prevent Windows from prompting user with the username and password login prompt [...]