Windows 10 включить автоматический вход в систему последнего пользователя

Вы тут: Главная Windows Fix | Как включить автоматический вход в систему в Windows 11 и Windows 10

В версии Windows 10 2004 (20H1) произошло небольшое изменение, которое непременно поставит в тупик людей, привыкших включать автоматический вход в систему. Сегодня я разберу ситуацию и покажу варианты решения проблемы.

Автоматический вход

[+] Сегодня в программе

Проблема: в netplwiz нет флажка для автоматического входа

Испокон веков стандартный способ включения автоматического входа — апплет netplwiz также известный как control userpasswords2. Снимаете флажок Требовать ввод имени пользователя и пароля, вводите имя аккаунта и пароль — автоматический вход работает.

С появлением учетной записи Microsoft (MSA) появился нюанс – надо вводить почтовый адрес, а не имя учетной записи. Но с этим большинство разобралось уже, наверное.

Однако, как вы догадались из ↑картинки, в Windows 10 20H1 появились новые грабли – флажок может отсутствовать!

Эта история с двойным дном.

Почему нет флажка

В Windows 10 20H1 флажок исчезает, если в ПараметрыУчетные записиВарианты входа включена настройка Требовать выполнение входа с Windows Hello для учетной записи Майкрософт.

Автоматический вход

Логика просматривается, если вчитаться в текст. Лучше в английский, потому что в русском интерфейсе пропущено важное слово, искажающее смысл: разрешите вход только Windows Hello.

В сферу Windows Hello входят ПИН-код, биометрия и аппаратный ключ, но не вход с паролем. При включении настройки он исчезает из вариантов входа, как и графический пароль. Поэтому логично, что при включении параметра исчезает и настройка автоматическиого входа с паролем в netplwiz.

Исходя из описания, включение данной настройки рекомендуется. А это значит, что при чистой установке она включена, а флажка в netplwiz нет.

Если же вы обновлялись с предыдущей версии, настройка выключена (по крайней мере в 20H1). Так или иначе, для появления флажка в netplwiz достаточно выключить настройку в Параметрах.

Почему настройки нет в Параметрах или она заблокирована

Хорошо, когда настройка есть, но ее может не быть! 🤦‍♂️ Читая описание параметра в третий раз, можно заметить там аж два упоминания MSA.

Действительно, настройка доступна в Параметрах только при входе в систему с аккаунтом Microsoft!

Конечно, Windows давно и последовательно двигает пользователей к работе с аккаунтом Microsoft, и забота компании о его безопасности понятна. Не думаю, что в данном случае специально прятали от локальных учетных записей переключатель в Параметрах. Выглядит как дефект и безусловно претендует на высокое место в моей коллекции нестыковок Windows!

Upd. Я не ошибся, сочтя это поведение багом [UX]. В Windows 11 разработчики все-таки стали отображать настройку для локальных учетных записей, пусть и в заблокированном виде. Так хоть становится понятно, что для изменения нужна MSA.

Автоматический вход

К счастью, управлять параметром можно в реестре.

Как изменить настройку, не входя в аккаунт Microsoft

Понятно, что можно подключить MSA, подвинуть переключатель и перейти обратно к работе с локальной учетной записью. Но все проще!

В разделе реестра HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device параметр DevicePasswordLessBuildVersion принимает два значения: 0 – выключено, 2 – включено.

Соответственно, для выключения настройки достаточно выполнить одну команду PowerShell от имени администратора:

# Require Windows Hello sign in for Microsoft Accounts: 0 - off, 2 - on
New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" -Name DevicePasswordLessBuildVersion -Value 0 -Type Dword -Force

После этого вожделенный флажок для включения автовхода появится в классическом диалоге. И будет еще один пункт в твикерах и скриптах сборщиков ;)

Другие способы включения автоматического входа

Можно настроить все в реестре руками, следуя KB324737. Пароль будет храниться в открытом виде, хотя это не должно особо волновать людей, включающих автовход :)

Autologon от Sysinternals, как и netplwiz, кодирует пароль при записи в реестр.

См. также старую добрую статью об автоматическом входе на OSZone.

Дискуссия и опрос

Не думал, что в 2020 буду объяснять настройку автоматического входа :) Это не значит, что я его рекомендую, впрочем. Просто в чате инсайдеров одного товарища уж очень бомбило (даже после того как он сообразил войти с MSA). Я уверен, что он будет не один такой, и это даже справедливо — UX получился совсем неочевидный.

Сам я нахожу MSA очень удобной, как минимум для синхронизации. А вот почему люди не хотят работать в Windows с аккаунтом Microsoft, мне не совсем понятно. Расскажите в комментариях, почему вы используете или принципиально не используете учетную запись Microsoft. Во втором случае не забудьте сообщить, входите ли на смартфон с учетной записью Apple или Google.

Количественный опрос привязан к анонсу этой записи в моем канале Telegram.

Table of contents

  • How to Set Auto Login on Your Windows 10/11
    • Method 1. Change your sign-in options using the Settings menu.
    • Method 2. Configure your login settings via the User Accounts panel.
    • Method 3. Enable Windows 11/10 auto login via Computer Management.
    • Method 4. Modify your Windows Registry to enable automatic login.
  • Conclusion
  • FAQ

Generally, you shouldn’t use auto-login to sign in to Windows because that exposes all your confidential information to anyone with physical access to your PC. However, we’ve got you covered if you want to know how to set auto login in Windows 10 or 11 for various reasons.  This guide offers numerous ways to set auto-login on your Windows PC.  Let’s begin.

How to Set Auto Login on Your Windows 10/11

Here are 3 proven ways to bypass the Win 11/10 login screen:

The easiest way to let your OS boot right to the desktop is by changing your sign-in options in Settings.

To do that, take the following steps:

On Windows 10:

  • Start menu -> Settings -> Accounts
  • Sign-in options -> Require sign-in -> Set it to Never
  • Go the PIN section below -> Click on the Remove button

If this method has been in vain and the annoying login screen persists, just work your way down—you have two more tricks up your sleeve.

On Windows 11:

  • Use the Windows + I keyboard shortcuts to open Settings.
  • Go to Accounts in the left panel and click on Sign-in options in the right sidebar.
  • Under Additional settings, click the dropdown list next to If you’ve been away, when should Windows require you to sign in again? and set it to Never.

Also Read:How to Create a Local User Account on Windows 10/11?


Method 2. Configure your login settings via the User Accounts panel.

If you are tired of typing a password every time your PC boots, you can tweak your account settings to switch on the automatic logon feature in Windows 10.

Here is how to perform the trick:

  • Type Windows key + R on your keyboard -> Type netplwizinto the Run box -> Press Enter
  • Enter the User Accounts dialog box -> Select your user account
  • Find the Users must enter a user name and password to use this computer option -> Uncheck it -> Apply
  • You will see the Automatically sign in dialog box -> Type your password into the appropriate line -> Then confirm your password -> Click OK.
  • After saving the changes, restart your PC to see if you can skip the login screen.

On Windows 11:

  • Launch the Settings app using the Windows + I keys and open Accounts -> Sign-in options.
  • Check if the For improved security, only allow Windows Hello sign-in for Microsoft Accounts on this device (Recommended) option under Additional settings is activated. If it is, toggle the button to turn it off. If the option is grayed out, log out of your account and log back in.
  • You will be prompted for a password. Enter it and hit Yes.
  • Now, hit the Windows + R hotkeys to launch the Run dialog box. Type or paste the command netplwiz and press the Enter key.
  • On the User Accounts window, uncheck the option Users must enter a username and password to use this computer.
  • Click Apply and then OK.
  • You’ll be prompted to enter your password to validate the change.
  • The next time you start your Windows 11 computer, it should automatically log in.

Sometimes, auto login in Windows 11 may not work if any of the Windows Hello sign-in options (Facial recognition, Fingerprint recognition, or PIN) are enabled.

Therefore, you may need to disable Windows Hello and try to enable auto-login.

To do that:

  • Select your current sign-in method, and click the Remove button.
  • Select the Remove button again to confirm your action.
  • Next, enter your password to confirm your identity and click OK.
  • Once you’re done, repeat the steps above to enable automatic login on your Windows 11 PC.

You should disable auto logon if you want to undo the changes and password-protect your computer.

Just go the ‘Users must enter a user name and password to use this computer’ option and check it.

Method 3. Enable Windows 11/10 auto login via Computer Management.

This procedure works in both Windows 11 and Windows 10:

Caution

This method might cause data loss from the User Account you select. Therefore, proceed with caution.

In case of data loss, use Auslogics File Recovery to restore the files.

  • Press the Windows + R hotkeys, type or paste compmgmt.msc in the Run dialog box, and hit Enter. Alternatively, right-click the Windows key and select Computer Management.
  • Select Local Users and Groups -> Users in the left pane.
  • Find the user you want to enable password-less login on the right sidebar, right-click it and select Set Password.
  • You’ll get a warning that Resetting the password might cause irreversible loss of information for this user account. Click Proceed to enable auto login.
  • In the popup window, leave the New password and Confirm password options empty.
  • Click OK.

Pressing OK removes any password you had set earlier. This means the next time you restart your PC, you shouldn’t be prompted for a password.

Fix this issue quickly

You can try using a safe and totally free tool developed by the Auslogics team of experts.

A few simple steps to troubleshoot the issue:

Download the tiny Auslogics TroubleShooter tool.

Run the application (no installation is needed).

The app will check for the issue mentioned in the article. When the scan is done, check that this is the issue you were looking to solve and click ‘Apply now’ to apply the recommended fix.

You can use the app to troubleshoot other malfunctions for free by simply typing in a brief description of the issue your PC is experiencing. Or you can scan your PC for performance issues using the My Scanner tab.


Related

: How to Open Disk Management in Windows 11?


Method 4. Modify your Windows Registry to enable automatic login.

This tweak requires much caution. Editing your registry is quite risky – it may cause your system to fall apart, so there is no excuse for sloppiness in this kind of work.

To begin with, back up your important files to prevent permanent data loss.

You can migrate your data to another PC using a transfer cable or the HomeGroup feature.

You can also use a cloud solution, such as Google Drive, OneDrive, etc., or a portable storage device (an external drive will come in very handy for this purpose).

Our article provides more information on these methods, but remember that they all involve a substantial amount of manual work.

To save time and effort, you can use special backup software, such as Auslogics BitReplica.

In addition, we strongly advise you to back up your registry. Here is how to do that:

  • Open Registry Editor by pressing the Windows logo key +R at once and typing regedit.exe into the Run box.
  • In your Registry Editor, select the keys you wish to back up -> File > Export
  • Choose where you want to place your backup file -> Choose the name for it -> Save

Here is how to restore the registry in Windows 10:

  • Open Registry Editor -> Choose File -> Import
  • Import Registry File -> Locate your backup file -> Open

Now you can edit your registry to set automatic logon:

  • Go to your Registry Editor
  • Locate the key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
  • Navigate to the entry named DefaultUserName -> Double-click on it
  • Edit String -> Make sure you can find your account name in the Data value box.
  • Now search for the DefaultPassword entry -> If you cannot find it, you should create such an entry.
  • Right-click on the empty space -> New -> String Value -> Name it DefaultPassword -> Go to the Value data box and enter your password -> Click OK to save the changes.
  • Find the entry named AutoAdminLogon -> Change its value from 0 to 1 -> Click OK for the changes to take effect.

Modify your registry to enable automatic login.

Restart your PC to see if automatic login has been successfully enabled. If not, you should revert the registry changes you made to turn it off.


Related

: Ultimate Guide: Why and How to Defrag Windows Registry?


Conclusion

We hope our tips have proved useful to you. Go through the various points outlined in this guide and choose the one that works best for you.

Do you have any ideas or questions regarding this issue? We are looking forward to your comments!

FAQ

How do I automatically use my Windows logon name and password in Windows 11?

You can use Credential Manager to use your Windows logon name and password automatically. Just open your control panel and select User Accounts.  Then, select Credential Manager, and enter the network address, login credentials, and password after selecting Add a Windows credential.  Windows will use the credentials you add automatically for logins when needed.

How do I start Windows auto login?

Follow the steps below to start Windows login: 

  • Click Windows key + R to open the Run dialog box.
  • Type netplwiz and press Enter
  • Then, uncheck ” Users must enter a user name and password to use this computer ” in the User Accounts window.

Click Apply and OK to complete the process.

autologon_win_10_iot_enterprise

Содержание

Автоматический вход пользователя в систему

Информация в данном разделе актуальна для Windows 10: 1607, 1809, 21H2.

С помощью графического интерфейса

В Windows 21H2 скрыт флажок для требования пароля, как его вернуть написано после перечня действий

  1. Введите команду «netplwiz»

  2. Нажмите «Enter»

  3. Выберите необходимого пользователя в списке «Пользователи этого компьютера»

  4. Снимите флажок «Требовать ввод имени пользователя и пароля»

  5. Нажмите кнопку «Применить»

  6. Введите текущий пароль пользователя в поля «Пароль» и «Подтверждение»

  7. Нажмите кнопку «ОК» в окнах «Автоматический вход в систему» и «Учетные записи пользователей»

Чтобы в Windows 21H2 вернуть флажок «Требовать ввод имени пользователя и пароля» необходимо изменить значение реестра

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device]
"DevicePasswordLessBuildVersion"=dword:00000000

С помощью реестра

При настройке автоматического входа с помощью реестра, пароль учетной записи будет храниться в реестре в явном виде

  1. Перейдите к разделу «HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon»

  2. Установите необходимые значения для параметров:

    1. AutoAdminLogon

      1. 0 — автоматический вход отключен

      2. 1 — автоматический вход включен

    2. DefaultUserName — имя пользователя

    3. DefaultPassword — пароль пользователя

    4. DefaultDomainName — имя домена, данное поле можно оставить пустым

С помощью утилиты «AutoLogon»

Компания Майкрософт предоставляет утилиту «AutoLogon» бесплатно.
В утилите необходимо заполнить поля:

  1. Username — имя пользователя

  2. Domain — имя домена, данное поле можно оставить пустым

  3. Password — пароль пользователя

Автоматический вход после запечатывания системы

Для автоматического входа пользователя необходимо запечатать систему с файлом ответов.
В инструменте «WSIM» параметр настройки автоматического входа находится по пути «Components > Microsoft-Windows-Shell-Setup > AutoLogon». Данный параметр необходимо добавить в раздел файла ответов «4 specialize» После добавления параметра в файл ответов необходимо заполнить соответствующие поля:

  1. Domain – имя домена (необязательный параметр)

  2. Enabled – true

  3. LogonCount – количество автоматических входов после запечатывания (если оставить поле пустым, то количество входов будет неограниченно)

  4. Username – имя пользователя

Пароль учетной записи можно указать в подразделе «Password». После сохранения файла ответов пароль будет зашифрован. При необходимости изменить пароль в файле ответов с помощью текстового редактора и хранить пароль в явном виде, необходимо изменить параметр <PlainText>false</PlainText> на <PlainText>true</PlainText>

autologon_win_10_iot_enterprise.txt

· Последние изменения: 2023/10/04 15:41 —

vladimir

Using a password to log into your computer is a good way to keep data secure, and Windows 10, like other Windows operating systems, offers a variety of login options.

However, there might be occasions when you’ll need your PC to bypass the login screen for several reasons. This could be just to save time or because having to log in multiple times is getting tedious.

Auto login windows 10

Also, you might need to lend out your computer to friends without having to let them know your password. For these reasons, you can easily enable auto-login Windows 10 to have easy access to your computer.

Although, it should be noted that when you enable auto-login on your PC, anyone can open your computer. So, make sure you only do this when your PC is in a safe environment.

There are several approaches you can use to enable this functionality on your computer. In this article, we’ll go over the 3 Best Ways To Activate Auto Login In Windows 10

Table Of Contents

  • How To Enable Auto Login Windows 10
    • Enable Auto-Login With Run Command Box
    • Enable Auto-Login With SysInternals Autologon
    • Enable Auto-Login With Registry
  • FAQs
    • What Do I Do If All The Methods Fail?
    • Should You Use Auto-Login?

How To Enable Auto Login Windows 10

Enable Auto-Login With Run Command Box

Using the Run Command box is the simplest and most accessible way to enable Auto Login Windows 10.

The approach is simple enough for anyone to understand, regardless of their computer proficiency, and there is no risk of losing anything on your computer using this method.

To enable Auto Login Windows 10 with Run Command Box:

  1. Press Windows key +R simultaneously to open Run Command Box.
  2. Type netplwiz in the command box and select OK. This will open the User Accounts window on your computer.

Auto login Windows 10

  1. Make sure the box reading Users must enter a user name and password to use this computer is unchecked.

Auto-login Windows 10

  1. Click on Apply at the right-hand bottom of the window.
  2. Another window will appear asking you to enter your username and password. Do this and click OK.

Windows 10 Auto login

  1. To ensure that Windows 10 auto-login is enabled, exit the page and restart your computer.

Note: This will only enable auto-login when you are switching on or restarting your PC. However, if your computer locks, you’ll be required to input your password. But this can also be bypassed by making a few changes in your Settings.


Enable Auto-Login With SysInternals Autologon

Another method you can employ to enable auto login windows 10 is by making use of SysInternals, a multipurpose software built by Microsoft. Windows SysInternals is a collection of freeware utilities that can be utilized to manage and troubleshoot Windows OS.

In this case, we’ll be making use of SysInternals Autologon which uses LSA secret to automatically store default passwords in the registry without having to run it yourself.

The software doesn’t require installation, so it’s easy to use. Here is how to enable auto-login on Windows 10 with SysInternals:

  1. Visit https://docs.microsoft.com/en-us/sysinternals/downloads/autologon to download SysInternals Autologon.
  2. Unzip the file after the download is successful.
  3. Then select the appropriate Autologon version for your PC. Autologon is for 32-bit Windows while Autologon64 is for 64-bit Windows.
  4. Select Yes when prompted with a window asking for permission to run the app.

Auto login Windows 10

  1. You’ll also get a window showing the Autologon License Agreement. Click on Agree after reading this.

Auto log in Windows 10

  1. Autologon will then be opened with the Username and the Domain box already filled. Input your Password in the third box and select Enable.

Windows auto login

  1. Afterward, restart your computer and it’ll automatically log you in without the need for a password.

Note: To disable this, repeat the steps above, but after opening Autologon, click Disable.


Enable Auto-Login With Registry

Windows registry can be referred to when there is a need to tweak the configuration settings of our computer. The method is manual and not as easy as the other procedures mentioned above. So, if all other methods fail, you can consider this as your last option.

NOTE: Changing settings with Registry requires a level of expertise and if a mistake is made, it can cause a negative effect on your computer. So it’s recommended to create a recovery point on your PC in case anything goes wrong!

To make use of Registry in enabling Auto login in Windows 10:

  1. Press Windows Key + R simultaneously to open the Run Command Window.
  2. Type Regedit in the Command box and select OK to open the Registry Editor.
  3. On clicking OK, you’ll get a pop-up from the User Account Control, select Yes.
  4. The Registry Editor has several folders. So, navigate to this location for the folder we are looking for:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

Auto-login in windows 10

  1. After selecting this folder, double-click on the DefaultUserName entry from the right pane.

Windows 10 Auto login

  1. Then fill in your user name as the Value data and select OK.
  2. Also, double click on the DefaultPassword entry, and type your password as the Value data.
  3. Select OK
  4. Click on the Edit menu at the upper part of the Registry Window and place your cursor on New.
  5. Then select String Value and name it AutoAdminLogon.

Auto login windows 10

  1. Select Enter after creating the string value.
  2. Double click on the recently created string value AutoAdminLogo

Auto-login Windows 10

  1. On the Edit String window and input “1” in the Value data space.

Windows 10 auto login

  1. Click on OK to save the changes and restart your computer.

Note: In a case where DefaultPassword entry is not found, you’ll have to manually create it. Here is how to do it: Click on Edit at the upper part of the Registry Editor>>>Place your cursor on New>>>Then select string value, name it DefaultPassword and click on Enter.


FAQs

What Do I Do If All The Methods Fail?

At times none of these methods might work due to the absence of the checkbox for users to always enter a password. To fix this:

  1. Open the Command prompt window by clicking the Windows key and selecting Command Prompt (Admin).
  2. Enter this: reg ADD “HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device” /v DevicePasswordLessBuildVersion /t REG_DWORD /d 0 /
  3. Click on Enter key afterward.
  4. This will change the registry setting for you and allow the checkbox to appear back.
  5. Then you can follow the first method to enable Auto login on your Windows 10 PC.

Should You Use Auto-Login?

Using auto-login on your computer will save you time by eliminating the need to type in a password each time you want to use it.

However, if care is not taken, your computer may be exposed to a great deal of risk. As a result, taking precautions before activating auto-login Windows 10 is advised.


CONCLUSION

Summing it up, when enabling this functionality on your PC, be sure to be in a secure environment to keep your data safe.

Also, it’s recommended to make use of the first method as it’s simple and safer to use. However, if it fails to work, you can consider using the other ones as well.

Luqman

Luqman

A tech junkie, and music fan.
I love writing Reviews, How-to, and explainer articles related to Android, iOS, and Windows. If I’m not on my laptop brainstorming ideas for content, you’ll most probably see me watching Tv shows or streaming videos on Youtube. Don’t forget to follow me on Twitter as @Luqqman14

При запуске Windows 10 или 8, вам будет предложено ввести пароль, чтобы иметь возможность войти в систему. Это позволяет защитить ваш компьютер, от несанкционированного доступа. Но если вы единственный человек, который использует компьютер, и вы не хотите, получать запрос на ввод пароля каждый раз, вы можете избавиться от этого процесса и войти в систему Windows автоматически без ввода пароля.

Начиная с Windows 10 версии 2004, которая выйдет весной 2020 г, также известной под кодовым именем «20H1», Microsoft изменила поведение по умолчанию для функции автоматического входа в систему. Теперь, если у вас включен какой-либо из параметров безопасности Windows Hello, вы не сможете автоматически войти в свою учетную запись.

Начиная с Windows 10 build 19033, если вы установили PIN-код или другую безопасную функцию Windows Hello, Windows 10 скрывает параметр «Требовать ввод имени пользователя и пароля», чтобы использовать этот компьютер в классическом стиле control userpasswords2. Смотрите следующий скриншот:

Автоматический вход в учетную запись пользователя в Windows 10 версии 2004

В этой статье, мы рассмотрим три способа, с помощью которых вы можете отключить экран входа в систему и автоматически входить Windows 10 версии 2004 (20H1) и предыдущих версий без ввода пароля.

Способ 1.

Автоматический вход в Windows, с помощью команд —  control userpasswords2 и netplwiz.

Чтобы отключить экран входа в систему, и автоматически входить Windows 10 версии 2004, выполните следующие действия:

Шаг 1: Откройте приложение «Параметры» самый быстрый способ нажать одновременно клавиши Win + I.

Шаг 2: Перейдите в раздел «Учетные записи» →  «Варианты входа».

Шаг 3: Выключите опцию —  «Требовать выполнение входа с помощью Windows Hello для учетных записей Microsoft».

Требовать выполнение входа с помощью Windows Hello для учетных записей Microsoft

Шаг 4: Нажмите сочетание клавиш Win + R открыв диалоговое окно «Выполнить», введите  одну из двух команд, представленных ниже:  

control userpasswords2 

или,

 netplwiz 

или,

Перейдите в папку C:\Windows\SysWOW64 и запустите там Netplwiz.exe.

control userpasswords2

Шаг 5: Нажмите Enter, чтобы открыть окно «Учетные записи пользователей» и снимите флажок — «Требовать ввод имени пользователя и пароля»,  нажмите кнопку «Применить» →  «OK».

Требовать ввод имени пользователя и пароля

Это действие — открывает окно, в котором вы должны ввести свой пароль для учетной записи. Если учетная запись является локальной записью и не имеет пароля, просто оставьте это поле пустым.

Автоматический вход в Windows 10 без ввода пароля.

Шаг 6: Перезагрузите компьютер.

После того, как вы сделаете это, вы обнаружите, что вы можете войти в систему Windows 10, 8 автоматически и вам ненужно вводить пароль или данные вашей учетной записи Microsoft.

Шаг 7: Осталось отключить запрос пароля после сна, ознакомится с инструкцией вы можете в нашей статье: Как отключить запрос пароля во время выхода из режима сна.

Способ 2.

Автоматический вход в Windows с помощью утилиты Microsoft «AutoLogon».

Microsoft Autologon это небольшая, бесплатная утилита предлагаемая Microsoft, которая может быть использована для настройки встроенного механизма автоматического входа в систему Windows 10. Подобно утилите netplwiz, вы можете сохранить учетные данные для любого локальной или MSA — учетной записи Microsoft. Наиболее важным преимуществом Autologon это шифрование пароля перед сохранением его в реестр.

Шаг 1: Перейдите на страницу docs.microsoft.com  и загрузите архив с утилитами Sysinternals. Архив содержит отдельные инструменты для устранения неполадок, а также утилиту «AutoLogon».

 

 загрузить утилиту «AutoLogon»

Шаг 2: Распакуйте архив и запустите файл Autologon.exe или Autologon64.exe в зависимости от разрядности вашей системы, чтобы установить его.

 утилита «AutoLogon»

Шаг 3: После установки, запустите приложение и заполните необходимую информацию логин, пароль и нажмите кнопку «Enable», чтобы включить механизм обхода ввода пароля для выбранной учетной записи пользователя. На экране, появится сообщение подтверждающее, что Autologon успешно сконфигурирован.

 сообщение подтверждающее, что Autologon успешно сконфигурирован.

Вы также можете использовать утилиту AutoLogon с помощью командной строки, используя приведенный ниже синтаксис:

autologon user domain password

Шаг 4: Перезагрузите ПК. 

Способ 3.

Автоматический вход в Windows с помощью редактора реестра.

Как автоматически выполнить вход в учетную запись пользователя в Windows 10 версии 2004 «20H1» с помощью редактора реестра.

Шаг 1: Создайте точку восстановления системы, а затем нажмите Win + R на клавиатуре, чтобы запустить диалоговое окно «Выполнить». Введите regedit.exe  и нажмите клавишу Enter, чтобы открыть редактор реестра.

Шаг 2: Перейдите к следующему пути на левой боковой панели редактора реестра.

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

Шаг 3: Теперь, с права найдите параметр «AutoAdminLogon» и измените его значение на 1.

параметр «AutoAdminLogon»

После этого, вам нужно создать несколько дополнительных строковых параметров для хранения значений данных учетной записи. Просто кликните правой кнопкой мыши на разделе Winlogon и выберите «Создать» →  «Строковой параметр»  и заполните их соответствующими значениями, в зависимости от присвоенного имени. 

Имя Строкового параметра Значение
DefaultDomainName Имя компьютера (для локальной учетной записи) или имя домена
DefaultUserName Имя пользователя (как в C:\Users\<Имя пользователя>)
DefaultPassword Пароль для выбранной учетной записи

вам нужно создать несколько дополнительных строковых параметров

Если Строковой параметр  уже существует, вам просто нужно изменить значение соответствующим образом.

Шаг 4: После того, как заполнены все значения сохраните настройки и закройте редактор реестра.

Должен отметить, что одним из недостатков использования редактора реестра для автоматического входа в систему, ваш пароль хранится в незашифрованном виде. Любой пользователь, имеющий доступ к реестру может посмотреть его. Поэтому рекомендуем вам использовать Способ с netplwiz или Autologon, ваш пароль будет надежно зашифрован и не будет хранится в редакторе реестра.

Чтобы отключить автоматический вход в систему с помощью этого метода, удалите   значение DefaultPassword и установите для  AutoAdminLogon  значение 0.

Надеюсь, что этот совет будет полезен для вас.

Рекомендуем: 

Сброс пароля Windows 10 с помощью встроенной учетной записи Администратора.

Как автоматически входить в Windows 11 минуя окно блокировки и ввод пароля

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • После обновления windows 10 слетела активация office
  • Arabic english dictionary for windows
  • Metasploit windows server 2016
  • Как отредактировать автозагрузку в windows 10
  • Как включить отображение корзины в windows 11