Windows:如何自动登录

时间:2020-02-23 14:45:37  来源:igfitidea点击:

这是打开Windows 7和Windows Server 2008用户自动登录的方法。

Windows 7:这两个选项均可用(使用图形界面或者直接修改注册表,就像Windows Server 2008一样)。

Start > Run
 Type "control userpasswords2";
 Then click OK
[x] > [ ] Uncheck the box "Users must enter a username and password to use this computer";.

单击确定后,将提示您输入用户名和密码(您要自动登录的用户名和密码)。

Windows Server 2008:仅手动编辑注册表。

Start > Run
 Type "regedit";
 Then click OK

浏览注册表编辑器到:

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

创建以下两个字符串(如果它们不存在):

DefaultUserName
DefaultPassword

然后双击它们以设置您要自动登录的用户和密码的值。

搜索以下字符串并将值设置为" 1":

AutoAdminLogon