Windows Automatic Logon

By | January 18, 2020

Create a text file with ext .reg > update the contents with the below > then import it:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"DefaultPassword"="Password"
"AutoAdminLogon"="1"
"DefaultDomainName"="Domain"
"DefaultUserName"="User"