dkreifus Posted March 8, 2006 Posted March 8, 2006 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?
Bezalel Posted March 8, 2006 Posted March 8, 2006 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"=
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now