Monday, October 31, 2016

Configure auto-login on Windows

Create a reg file to import the below setting or manually add them.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoAdminLogon"="1"
"DefaultPassword"="Password"
"DefaultDomainName"="DomainName"
"DefaultUserName"="UserName"