March 8, 200620 yr Does the key AutoLogonCount limit a specific account from logging on, or is it any account that attempts to autologon.What I mean is:Via a vb script:Administrator logs in, runs some installs. changes DefaultUserName and DefaultPassword to set it Admin2.Computer rebootsAdmin2 would log in, and run some commands. (profile copy, etc).If I have autologon count set, would it permit Admin2 to autologin, or would it have to be deleted and recreated for Admin2?
March 8, 200620 yr you need to set the username and password in the registry.Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="DefaultPassword"=
Create an account or sign in to comment