CalBoy Posted July 28, 2010 Posted July 28, 2010 Hi guys,What I want to do is make my XP installation auto logon after sysprep so that it can install software. Here is a example of my GUIUnattended part of sysprep.[GuiUnattended]AdminPassword=*PASSWORD*EncryptedAdminPassword=NOOEMSkipRegional=1OEMDuplicatorstring=%DATE%TimeZone=265OemSkipWelcome=1The thing is that we have more then one admin account on in the image. How do I select which account to auto logon to? Do I do it in another part of the sysprep file? It only needs to logon once, but it needs to be a certain account to be logged on as. Sorry if this is documented somewhere else.Thanks,CalBoy
cluberti Posted July 28, 2010 Posted July 28, 2010 The sysprep.inf autologon is only going to attempt to auto logon with the local Administrator account, none else. If you need this machine to auto logon with a different account, you're going to need to add that to the winlogon registry and configure autologon that way instead (you can probably add the reg necessary for this from a script run from UserExecute in SetupParams).
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