---
title: "How to Enable Windows Auto Login"
description: "Unlock the ease of Windows Auto Login and bid farewell to login screens! Demystify automatic login for seamless access in this ATA tutorial!"
canonical: "https://adamtheautomator.com/windows-auto-login/"
---

# How to Enable Windows Auto Login

> Unlock the ease of Windows Auto Login and bid farewell to login screens! Demystify automatic login for seamless access in this ATA tutorial!

Source: https://adamtheautomator.com/windows-auto-login/

---

ATA Learning

Tap to hide

[

ATA Learning

](/)

*   [Home](/)
*   [Tutorials](/tutorials/)
*   [Instructors](/author/)
*   [Advertising](/advertising/)
*   [Recommended Resources](/resources/)
*   [About Adam](/about-adam/)

Search for:  

*   [](https://twitter.com/adbertram)
*   [](https://github.com/Adam-the-Automator)
*   [](https://www.linkedin.com/company/adam-the-automator-llc)
*   [](/feed/)

![How to Enable Windows Auto Login](https://adamtheautomator.com/wp-content/uploads/2023/12/windows-auto-login.jpg)

# How to Enable Windows Auto Login

[![](https://secure.gravatar.com/avatar/2788bb1a3f735603f81eca51d68daec56a9d97e805a10268fb2c20afcc76b81b?s=192&d=mm&r=g)Nicholas Xuan Nguyen](https://adamtheautomator.com/author/nicholas-xuan-nguyen/)15 December 20235 min. read

Categories: [IT Ops](/category/it-ops/)

Tags:[Windows](/tag/windows/)

Table of Contents

*   [Prerequisites](#prerequisites)
*   [Enabling Windows Auto Login via the Registry Editor](#enabling-windows-auto-login-via-the-registry-editor)
*   [Enforcing Netplwiz Tool to Enable Windows Auto Login](#enforcing-netplwiz-tool-to-enable-windows-auto-login)
*   [Fixing the Missing Checkbox in the User Accounts Window](#fixing-the-missing-checkbox-in-the-user-accounts-window)
*   [Conclusion](#conclusion)

Have you ever found yourself in that familiar dance with your computer, tapping in your password every time it boots up? Wondering if there’s a way to skip the password waltz and make your Windows experience a tad more hassle-free? Yes, there is, with the magic of Windows Auto Login.

In this tutorial, you’ll learn to enable Windows Auto Login, a convenient feature to streamline your daily computer routine.

Read on and make those login screens seem like a thing of the past!

## Prerequisites

Before enabling Windows Auto Login, ensure you fulfill the following requirements to follow along in this tutorial:

*   A computer running Windows 7 or higher – This tutorial uses Windows 10 for demonstrations.
*   Administrative access to make system changes.

## Enabling Windows Auto Login via the Registry Editor

Setting up a Windows computer prompts you to create a user account with a password. This feature is meant to protect your personal data and prevent unauthorized access to your computer.

But if you are the sole user of your computer or have a secure environment, providing your password every time you start your computer may be unnecessary. Enabling Windows Auto Login can save you time and make the process more convenient.

To enable Windows Auto Login via the Registry Editor, follow these steps:

1\. Open the Run dialog box (Win + R), input **regedit**, and press Enter (or click **OK**) to open the Registry Editor.

The Registry Editor provides a granular level of control over the Windows Registry. You can modify various settings, including auto-login, which makes Registry Editor a powerful tool for advanced users and system administrators.

![Opening the Registry Editor](https://adamtheautomator.com/wp-content/uploads/2023/12/image-111.png)

Opening the Registry Editor

> 💡 _Important: Create a registry backup before making alterations in the Registry Editor. This backup will enable you to reinstate the registry in the event of any complications._

2\. In the Registry Editor, navigate to the registry key path below by expanding the registry keys in the left pane or paste the path to the address bar at the top.

This registry key stores various settings related to the Windows logon process.

```
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
```

![Navigating to the registry key related to the Windows logon process](https://adamtheautomator.com/wp-content/uploads/2023/12/image-110.png)

Navigating to the registry key related to the Windows logon process

3\. Right click on the **Winlogon** key (left-hand pane) → **New** → **String** value to add a new entry for the DefaultUserName.

![Adding a new entry for the DefaultUserName](https://adamtheautomator.com/wp-content/uploads/2023/12/image-109.png)

Adding a new entry for the DefaultUserName

4\. Now, configure the new entry with the following:

*   Change the entry’s name (right-hand pane) to DefaultUserName. This entry informs Windows which user account to log in to by default.

Related:[whoami: A Comprehensive Guide to OS User Identification](https://adamtheautomator.com/whoami/)

*   Double-click the entry to edit its properties.
*   On the **Edit String** dialog box, provide your username in the **Value data** field, and press **Enter** (or click **OK**) to save the entry.

![Creating a new entry for the DefaultUserName](https://adamtheautomator.com/wp-content/uploads/2023/12/image-108.png)

Creating a new entry for the DefaultUserName

5\. Create a new entry (String value) as you did in step three, but this time, name the entry **DefaultPassword** and provide your password.

Ensure there are no extra characters or trailing spaces in this field to avoid login errors, as this entry instructs Windows to enter this password during login automatically.

![Creating the DefaultPassword entry](https://adamtheautomator.com/wp-content/uploads/2023/12/image-107.png)

Creating the DefaultPassword entry

6\. Next, create another entry (String value) named **AutoAdminLogon**, and set its value to **1** to enable automatic logon in on your Windows system.

![Creating the AutoAdminLogon entry](https://adamtheautomator.com/wp-content/uploads/2023/12/image-106.png)

Creating the AutoAdminLogon entry

7\. Lastly, exit the Registry Editor, restart your computer to apply the changes, and wait for Windows to log in with the user account you specified automatically.

If everything works correctly, you’ll bypass the login screen on future starts.

> 💡 _If you experience log-in issues, restart your computer once more and hold the Shift key while Windows starts up to override the automatic login behavior temporarily. This override takes redirects to the login screen, where you can select a different user account or enter a password manually._

## Enforcing Netplwiz Tool to Enable Windows Auto Login

The Registry Editor is a powerful tool for making changes to your Windows system, but at the same time, it poses a significant risk of messing everything up. If you’re skeptical about using Registry Editor, another tool you can use to enable Windows Auto Login is the Netplwiz tool.

This tool is a built-in Windows utility that allows you to manage user accounts, including enabling Windows Auto Login. Netplwiz provides a graphical user interface (GUI) that is more user-friendly and easier to navigate for most users, especially those unfamiliar with the Registry Editor.

To enable Windows Auto Login via the Netplwiz tool, carry out the following:

1\. Open the Run dialog box (Win + R), input **netplwiz**, and press Enter (or click **OK**) to open the User Accounts window.

![Accessing the User Accounts window](https://adamtheautomator.com/wp-content/uploads/2023/12/image-114.png)

Accessing the User Accounts window

2\. In the **User Accounts** window, enable Windows Auto Login with the following under the **Users** tab:

*   Select the account you want Windows to log in with by default automatically.
*   Untick the box that says **Users must enter a user name and password to use this computer**. Disabling this option tells Windows to log in with your selected account automatically.

> 💡 _If the checkbox is missing in your version of Windows, jump to the following section to see how to fix it._

Once Windows Auto Login is enabled, click **Apply** to save the changes.

![Enabling Windows Auto Login](https://adamtheautomator.com/wp-content/uploads/2023/12/image-113.png)

Enabling Windows Auto Login

3\. Provide the credentials of your selected default user, and click **OK** to confirm.

> 💡 _If you’ve linked your Windows OS with your Microsoft account, you might need to enter the email address associated with your Microsoft account instead of your username._

![Confirming the default user’s credentials](https://adamtheautomator.com/wp-content/uploads/2023/12/image-112.png)

Confirming the default user’s credentials

4\. Now, restart your computer to apply the changes and test if Windows automatically logs in as your default user.

## Fixing the Missing Checkbox in the User Accounts Window

The **Users must enter a user name and password to use this computer** checkbox, often seen when configuring automatic login, is typically disabled by default for security reasons. Microsoft sets this as a default behavior to promote a more secure login process.

But when necessary, or if you know exactly what you’re doing, restoring this checkbox is possible with the help of the Registry Editor.

To restore the missing checkbox, complete the steps below:

1\. Open the Registry Editor and navigate to this registry key below, related to passwordless authentication in Windows.

```
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device
```

![Accessing the registry key related to passwordless authentication in Windows](https://adamtheautomator.com/wp-content/uploads/2023/12/image-116.png)

Accessing the registry key related to passwordless authentication in Windows

2\. Restore the missing checkbox with the following:

*   Locate and double-click the **DevicePasswordLessBuildVersion** entry in the right-hand pane of the Registry Editor to edit its value. This entry controls the visibility of the “Users must enter a user name and password to use this computer” checkbox in the User Accounts window.
*   Change the **Value data** to **0** in the **Edit DWORD (32-bit) Value** window, and click **OK**. Doing so instructs Windows to display the missing checkbox in the User Accounts window.

![Restore the missing checkbox in the User Accounts window ](https://adamtheautomator.com/wp-content/uploads/2023/12/image-115.png)

Restore the missing checkbox in the User Accounts window

Alternatively, open PowerShell as administrator and run the following commands to modify the value of the **DevicePasswordLessBuildVersion** entry.

These commands have no output, but this approach lets you avoid accidentally clicking or modifying other keys or values in the Registry Editor.

```
$registryKeyPath = 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device'
$valueName = 'DevicePasswordLessBuildVersion'
Set-ItemProperty -Path $registryKeyPath -Name $valueName -Value 0
```

Related:[Run PowerShell as Administrator: Multiple Methods Explored](https://adamtheautomator.com/powershell-run-as-administrator/)

3\. Close the Registry Editor and reboot your system, which also applies the changes.

4\. Finally, reopen the User Accounts window and verify that the checkbox is visible.

## Conclusion

There you have it—a journey through the ins and outs of enabling Windows Auto Login. In this tutorial, you’ve mastered the art of registry edits and harnessed the power of the Netplwiz tool. You even tackled the elusive missing checkbox in the User Accounts window.

Your computer is now set to welcome you with open arms whenever it powers up! Just remember to consider the security implications of having an automatic login.

Now, why not explore other valuable tips and tricks for Windows 10 to make your computing experience more efficient and enjoyable? From [keyboard shortcuts](https://support.microsoft.com/en-us/windows/windows-keyboard-shortcuts-3d444b08-3a00-abd6-67da-ecfc07e86b98) to [quick access settings](https://support.microsoft.com/en-us/windows/pin-remove-and-customize-in-quick-access-7344ff13-bdf4-9f40-7f76-0b1092d2495b), there are always new ways to improve your productivity and make the most out of your Windows device!

Share this article

[Share on X](https://twitter.com/intent/tweet?url=https%3A%2F%2Fadamtheautomator.com%2Fwindows-auto-login%2F&text=How%20to%20Enable%20Windows%20Auto%20Login)[Share on Facebook](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fadamtheautomator.com%2Fwindows-auto-login%2F)[Share on LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fadamtheautomator.com%2Fwindows-auto-login%2F)

## Related Posts

![](https://adamtheautomator.com/wp-content/uploads/2024/04/idfix.jpg)

### [Solve Azure AD Connect Errors via the Microsoft IdFix Tool](/idfix/)

Fix Azure AD Connect errors fast with the Microsoft IdFix tool—your go-to solution for seamless synchronization and efficient directory management!

![](https://adamtheautomator.com/wp-content/uploads/2024/04/sandboxie.jpg)

### [How to Install Sandboxie on Windows](/sandboxie/)

Secure your Windows system with Sandboxie. Learn how to install this tool hassle-free and safeguard your digital activities!

![](https://adamtheautomator.com/wp-content/uploads/2022/11/How-to-Install-NitroShare-for-Cross-Platform-File-Transfer.jpg)

### [Install NitroShare and Streamline Your File Transfers Today](/nitroshare/)

Simplify cross-platform file transfers with NitroShare. This tutorial guides you through installation and use for fast, effortless file sharing between different operating systems.

## Categories

*   [IT Ops](/category/it-ops/)
*   [Cloud](/category/cloud/)
*   [DevOps](/category/devops/)
*   [Home Ops](/category/home-ops/)
*   [Information Security](/category/infosec/)
*   [Software Development](/category/software-development/)

## Site

*   [Home](/)
*   [Tutorials](/tutorials/)
*   [Instructors](/author/)
*   [Advertising](/advertising/)
*   [Recommended Resources](/resources/)
*   [About Adam](/about-adam/)

Copyright 2026© ATA Learning | [Privacy Policy](/privacy/)
