Jump to content

Skip AutoAdminLogon?


Recommended Posts

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 by KevinGT
Link to comment
Share on other sites


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! :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...