You will need to configure the automatic logon through the registry editor.
pro WINDOWS 7,8,10
- Open the registry editor (regedit)
- Navigiate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
- Open the ‘AutoAdminLogon’ key and change it’s value to “1”
- Open the ‘DefaultDomainName’ key and set the value to your domain name (or the computers name if using a local account)
- Open the ‘DefaultUserName’ key and set the value to the user name for the auto logon
- Create a new STRING (REG_SZ) value called ‘DefaultPassword’ and set the value to the user account password.
pro WIN SERVERY
- Run
regedit.exe
- Navigate to
HKLM\Software\Microsoft\Windows NT\CurrentVersion\winlogon
- Set or create the following keys (DWORD, String, String)
AutoAdminLogon = "1" DefaultUserName = Your user name DefaultPassword = Your password
- Restart and let us know if it works!