Jump to content

Recommended Posts

Posted

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=NO
OEMSkipRegional=1
OEMDuplicatorstring=%DATE%
TimeZone=265
OemSkipWelcome=1

The 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


Posted

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).

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...