April 10, 200719 yr 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, 200719 yr by KevinGT
April 11, 200719 yr 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!
Create an account or sign in to comment