Windows Auto Login
Copy the below text into a .reg file and edit as required.
This works on a std PC and a Domained Machine
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DisableCAD"=dword:00000001 "AutoAdminLogon"="1" "ForceAutoLogon"="1" "DefaultPassword"="PASSWORD" "DefaultDomainName"="DOMAIN" "DefaultUserName"="USERNAME"