Windows 7是否像TweakUI一样允许使用存储的密码自动登录?


10

Windows XP的TweakUI powertoy可以选择自动登录。它存储了您的密码并为您登录。这很有用,因为您保留了密码保护,但是在首次启动时加载了登录程序。

当您切换用户或进入休眠状态时,它仍会要求输入密码,这是所需的行为。

在Windows 7中有没有办法做到这一点?

Answers:


12

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

用户帐户自动登录

选择用户


我也发现了这一点:torch.freeweb7.com/autologon.html-它会自动登录(以加载程序等)并立即锁定。正是我所需要的:)
bortao 2011年

2
如果要使其自动锁定,只需将快捷方式添加rundll32.exe user32.dll, LockWorkStation到“启动”文件夹。无需安装第三方程序。
nhinkle 2011年

一个(未声明的)重要步骤是,通过禁用Users must enter a user name and password to use this computer,您可以选择要成为默认帐户的用户,一旦选择了该用户并启用Users must enter a user name and password to use this computer并点击应用,就会显示提示。还有许多其他问题,但答案有些不完整,该答案适用于所有帐户,即使没有密码也是如此。
Ramhound


3
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"

3
这会做什么?
Simon Sheehan 2012年
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.