The idea is setting the auto logon in the registry and set the default password for the user. The following are the complete steps to do the auto logon:
- Open Registry Editor Tool (Regedit). You can open it by typing "regedit" in the Run text box or command prompt.
- Navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\winlogon
- Set the AutoAdminLogon value to 1 (one means on, zero means off)
- Create a new string value (REG_SZ) called DefaultPassword
- Set the DefaultPassword value to the user password.
- Set the DefaultUserName to the user who you wish to logon automatically. If this value does not exist, then right-click in the right pane, New, REG_SZ, name it, DefaultUserName
- It's optional if your Windows 7 Machine has joined a domain, then create a String Value called DefaultDomainName. Set the DefaultDomainName to your domain name. The default value for DefaultDomainName is your computer name, left it the value if your machine is not join to a domain.
I personally use and recommend the Logonexpert tool for autologon, there is the awesome article from the same guys that reviews all possible methods of Windows autologon (for free)
ReplyDelete