3 Ways to Enable or Disable Automatic Login in Windows 10

王林
Release: 2024-08-02 00:09:24
Original
538 people have browsed it

If you are tired of entering your password on the Windows 10 login screen, you don't have to delete the password, but just enable automatic login. When the automatic login feature is turned on, Windows 10 will skip the password prompt screen and automatically log on to the desktop every time it starts or restarts. This means that although your user account has a password, you do not need to enter your password to log in. Now, in this post, we'll show you how to enable or disable automatic login in Windows 10. There are three ways to choose from, all of which apply to local accounts and Microsoft accounts.


  • Way 1: Using Netplwiz
  • Way 2: Using Registry Editor
  • Way 3: Using Autologon
<script> (adsbygoogle = window.adsbygoogle || []).push({}); </script>

Way 1: Enable or disable automatic login using Netplwiz

Step 1: Press Windows key + R to open the Run dialog. Then type netplwiz in the Run dialog box and click OK.

3 Ways to Enable or Disable Automatic Login in Windows 10

Step 2: When the User Accounts dialog opens, select your user account name, uncheck the "Users must enter a user name and password to use this computer" checkbox, and then click Apply.

3 Ways to Enable or Disable Automatic Login in Windows 10

Step 3: An Automatically sign in dialog pops up. Confirm your user account name, enter your current password, and then click OK.

3 Ways to Enable or Disable Automatic Login in Windows 10

That's it. Next time Windows 10 starts or restarts, it will automatically log on to the desktop without requiring you to enter a password. If you want to turn off or disable automatic login, just check "Users must enter a user name and password to use this computer" and click Apply.

Way 2: Enable or disable automatic login using Registry Editor

Step 1: Press Windows key + R to open the Run dialog. Then type regedit in the Run dialog box and click OK.

3 Ways to Enable or Disable Automatic Login in Windows 10

Step 3: When the Registry Editor opens, locate the key: ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon.

Step 4: In the right pane of the Winlogon key, locate the DefaultUserName and make sure its value data is the name of the user account for which you want to enable automatic login.

3 Ways to Enable or Disable Automatic Login in Windows 10

Note: If the DefaultUserName value doesn't exist, right-click the Winlogon key and select New > String Value to create a new string value. Then name the value DefaultUserName and set its data to your user name.

3 Ways to Enable or Disable Automatic Login in Windows 10

Step 5: Locate the DefaultPassword value. If this value does not exist, create a new string value and name it DefaultPassword. Then double click it to change its value data to your user account password.

3 Ways to Enable or Disable Automatic Login in Windows 10

Step 6: Locate the AutoAdminLogon value. If this value does not exit, create a new string value and name it AutoAdminLogon. Then double click it to change its value data to 1.

3 Ways to Enable or Disable Automatic Login in Windows 10

That's it. Next time your Windows 10 starts or restarts, it will automatically log on to the desktop without requiring you to enter your password. To disable automatic login, just delete the AutoAdminLogon value or change its value data from 1 to 0.

Way 3: Enable or disable automatic login using Autologon

Step 1: Download the Autologon. Then extract it.

Step 2: Double click the Autologon application to run it.

Step 3: The Autologon utility will automatically get your current user account name and domain name. Enter your user account password and click Enable to enable automatic login, or click Disable to disable auto login.

3 Ways to Enable or Disable Automatic Login in Windows 10

Final Words:

Turning on automatic login allows you to quickly log in to Windows 10 without entering a password, but on the other hand, it may pose a security risk to your computer. Therefore, use this feature with caution.

<script> function loadads(){ var sscript = document.createElement('script'); sscript.src= 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9370365363357132'; document.body.appendChild(sscript); sscript.addEventListener('load',function (){document.body.removeChild(sscript) }) } setTimeout(loadads,500) </script>
<script> (adsbygoogle = window.adsbygoogle || []).push({}); </script>

The above is the detailed content of 3 Ways to Enable or Disable Automatic Login in Windows 10. For more information, please follow other related articles on the PHP Chinese website!

source:isumsoft.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!