Answers:
是的 运行control userpasswords2命令行。取消选中“用户必须输入用户名和密码才能使用此计算机”复选框。当您单击“应用”时,将询问您要用于登录的用户名/密码组合。然后,该用户将自动登录。


rundll32.exe user32.dll, LockWorkStation到“启动”文件夹。无需安装第三方程序。
Users must enter a user name and password to use this computer,您可以选择要成为默认帐户的用户,一旦选择了该用户并启用Users must enter a user name and password to use this computer并点击应用,就会显示提示。还有许多其他问题,但答案有些不完整,该答案适用于所有帐户,即使没有密码也是如此。
TweakUI只是用于注册表项的GUI界面,也可以使用Systinternals Autologon对其进行访问。
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoAdminLogon"="1"
"DefaultUserName"="USER@AD-DOMAIN"
"DefaultPassword"="PASSWORD"
"ForceAutoLogon"="0"