How to log on to Windows automatically
All Windows Welcome screen is a security feature to prevent unauthorized access to your computer. For some people, however, If you’re not concerned about security and prefer to log on to Windows automatically, you can check the below
There are two ways to allow AutoLogin:
1- Using windows features (for Windows 7 and above)
2-Using only Regedit
Log on to Windows automatically Using windows features (for Windows 7 and above).
- Search for netplwiz in the Windows search box and hit the Enter key (Click on the Start button the R to open the search box)
- Uncheck the box next to “Users must enter a username and password to use this computer” and click OK
- Enter the username you’d like to automatically log on and the password for that account, then click OK.
That’s it. Now your Windows computer will boot into the Windows desktop automatically.
Using only Regedit
- Click on the Start button then R to open the search window
- Write Regedit.exe
- Navigate to:
HKLM\Software\Microsoft\Windows NT\CurrentVersion\winlogon - To always be on the safe side right-click on Winlogon and click export then save the registry file until testing successfully.
- Set: AutoAdminLogon = 1 (one means on, zero means off.)
- Crucial Point set the Administrator’s password.
- Create a new String Value called DefaultPassword
Set: DefaultPassword = “P@ssw0rd”.\\set the password of the user that you need to autologin with\\ - Check for the existence of a REG_SZ called DefaultUserName. The value should reflect the user to who you wish to login 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 Windows 7 Machine has joined a domain, then create a String Value called DefaultDomainName.
Set: DefaultDomainName = “OnlyYouKnowDomain”
If you want to log on to windows automatically and specify the number of times that the user login you can use the AUTOLOGONCOUNT:
This registry value is mainly used during setup. The idea is Each time the computer is restarted AutoAdminLogon kicks-in and the administrator has logged on automatically, Then, the AutoLogonCount value is decremented by one until the count reaches zero. Once its value reaches zero, Windows will disable autologin and remove all registry values related to this setting.
- to enable AutoLoginCount you perform the same first 4 steps as mentioned above
- Create a new String Value called AutoLoginCount
Set the value of the number of times you want this user to login automatically
Example: AutoLoginCount:”7”//in decimal// this will allow the user to login automatically 7 times then stop.
Many more educative and informative posts yet to come, we would love to hear from you any questions and suggestions you may have.
If knowledge is your top concern then subscribe to our Blog and Follow us on Social Media.
Facebook – Instagram – Twitter – Pinterest – YouTube – LinkedIn