Auto-Login in Windows 7
131 words, 1 minutes
Auto-Login is the feature that automatically enters your login and password when Windows starts.
How?
To enable auto-login in Windows Se7en:
- Start a command line (
cmd
). - Enter the
control userpasswords2
command. - Uncheck the
Users must enter a user name and password to use this computer
option. - Select the default user and click
OK
. - Enter the users’s password.
Done!
Active Directory integration
If the workstation is integrated in a domain, then the option won’t be available. You have to manually create the registry keys:
- Start
regedit
. - Browse to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon
. - Fill-in or create “String Value” (
REG_SZ
):DefaultUserName
= the auto-login usernameDefaultPassword
= the auto-login passwordDefaultDomainName
= the auto-login domain nameAutoAdminLogon
=1
- Close
regedit
and reboot.
Remember that auto-login in not a secure option. Use it at your own risks.