- 1) Click Start button and select Run. In the dialog, type 'control userpasswords2' and press Enter. If you are prompted for an administrator password or confirmation, type the password or provide confirmation.
In the dialog that has come up, uncheck the box saying 'Users must enter a user name and password to use this computer'.
Click Apply, another dialog comes up. Enter your default login username and password. Click OK.
Click OK again.
2) Click Start button and select Run. In the dialog, type 'secpol.msc' and press Enter.
In the window that has come up, on the left hand side, expand Local Policies, select Security Options.
On the right hand side, double click the line saying "Interactive Logon: Do not require CTRL+ALT+DEL".
In the dialog that has come up, click the radio button named Enabled, and click OK.
Restart your machine - I create an account without password and revised registry to enable auto logon as below. But this way just pass once.
[ HKLM\SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon]
AutoAdminLogon REG_SZ 1
DefaultUserName REG_SZ tester
DefaultDomainName REG_SZ PC
DefaultPassword REG_SZ
AutoLogonCount REG_DWORD 2
|