How to implement automatic user login method under windows7 system

  
        How does the win7 system implement automatic login of the system? There are many methods, and a small article for you to share a relatively simple method:

1, start - run - enter regedit, enter.
How to implement automatic user login method under windows7 system

2, open the registry editor, navigate to the "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon",

on the right Create a string value in the window: “AutoAdminLogon”, and set its value to “1“, disable the automatic login function when it is 0

Create a string value: “DefaultUserName”, The key value is changed to the username used to log in.

Finally create a string value: “DefaultPassword”, change its key value to the password at login.

Copyright © Windows knowledge All Rights Reserved