Auto Logon to Workstation - Registry
This is done from Registry changing key in the following Registry Folder
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
The attached REG file can be used as an example.
The Registry keys that need to be changed are as follows
Indicate if Auto Logon is enabled (0/1) where 1 is turned on and 0 is off
AutoAdminLogon=1
Username to use to logon
DefaultUserName=loblawmontreal
Domain to logon to. Use the Computer name for local user accounts.
DefaultDomainName=intranet
Password for the user to logon
DefaultPassword=loblawmontrealwe
No Comments