If you do not want to write your passwords when you start your computer, it can be done easily with Windows' Registry editor.
You can also set the user you want to log on.
Manual method:1. Open Registry Editor (Winkey+R and write
regedit.exe)
2. Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon3. You see should two strings there;
AutoAdminLogon and
DefaultUsername4. Change
AutoAdminLogon from
0 to
15. And change
DefaultUsername to username you want to log on
6. Create new
String, and name it as
DefaultPassword7. Set
DefaultPassword to users
password you want to log on
Screenshot (the password is obviously not right)
Registy scripts:Attachment:
Enable & Disable AutoLogin.zip