automatic login to windows
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"="username"
"AutoAdminLogon"="1"
"DefaultDomainName"="domain"
"DefaultPassword"="password
if you want to login as someone else, press shift before login
run: shell:startup //to add programs to start automatically
Note If the DefaultUserName or DefaultPassword value does not exist, it must be added. To add the value, follow these steps:
- On the Edit menu, click New, and then point to String Value.
- Type DefaultPassword, and then press Enter.
- Double-click DefaultPassword.
- In the Edit String dialog, type your password and then click OK.