aktivedesign Posted August 22, 2005 Posted August 22, 2005 I have looked everywhere but can't find out how to do it. I want an account with a password that will autologon. This is easily done manually through control userpasswords2 and unticking the box marked users must enter a username and password to use this computer. It then prompts for the account you want to auto logon (in this case "Dan") and asks for its password.But, how can I do all this through the unattended setup, or a batch file....?Thanks in advance
jbm Posted August 22, 2005 Posted August 22, 2005 This is the reg file I use for autologonWindows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="username""DefaultPassword"="password""AutoAdminLogon"="1"
aktivedesign Posted August 22, 2005 Author Posted August 22, 2005 Thank you very much JBM, that will do very nicely!
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