如何允许默认用户无需密码即可登录 Microsoft Windows 10

如何允许默认用户无需密码即可登录 Microsoft Windows 10

我有一台远程数据记录计算机(Windows 10),断电后会重新启动。以前,我可以允许默认用户帐户在断电后无需密码即可重新登录。这很方便,因为现场没有人。为了进行设置,我从终端打开了 netplwiz,并取消选中“用户必须输入用户名和密码”旁边的框。在最近的 Win10 更新后,这个功能消失了。我怎样才能让用户不必输入用户名和密码才能让系统打开该帐户?

答案1

下面的方法很粗糙,而且最重要的是不安全,但对于这个孤立的系统来说还是有用的。它允许默认用户在重启时无需密码即可登录 Windows 10。

1.) Press Win + R to open the Run dialog. Type regedit and press Enter to open the Registry Editor.
2.) Navigate to the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
3.) In the right pane, look for a value named DefaultUserName. If it doesn't exist, create it: Right-click on an empty space in the right pane. Choose New String Value. Name it "DefaultUserName". Set the DefaultUserName value data to the username of the account to log in automatically.
4.) Similarly, create a new String Value named DefaultPassword and set its value data to the password of the specified user account.
5.) Create a DefaultDomainName value and set its value data to the computer's name.
6.) Create a value named AutoAdminLogon. Set it's value field to "1".
7.) Restart the computer. 

相关内容