KevinGT Posted April 10, 2007 Posted April 10, 2007 (edited) I'm trying to configure the unattended so that a profile is made with all neccessary settings in place. This works, but on the first boot, windows logs in as Administrator, and then allows me to log in as the user I created after a reboot. I've tried changing the AutologonCount to 0, but that only keeps windows from automatically loggin on as Admin, or in other words, prompts me to enter the Administrator password.Thanks for the help, Kevin Edited April 10, 2007 by KevinGT
glentium Posted April 11, 2007 Posted April 11, 2007 i am not sure if i understand correctly what you want but you can try this:Make a reg file with the following, and run at T-12 using CMDLINES[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="USERNAME_OF_THE_USER_YOU_CREATED""DefaultPassword"="PASSWORD""AutoAdminLogon"="1""AutoLogonCount"=dword:00000005"ShowLogonOptions"=dword:00000001"AllowMultipleTSSessions"=dword:00000000"LogonType"=dword:00000000"Background"=-hope it helps!
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