Jump to content

Recommended Posts

Posted

First of all, I like to thank all of you for creating such an awesome website. It is extremely helpful. You guys are AWESOME! I created completely unattended XP CD with all the Service Packs and Updates pre-installed. My question is about by passing user creation screen. I do not like to create any accounts when installing XP. Is there any way I can by-pass that?

Thanks,

faisal


Posted (edited)

A create user screen? If you made an unattend CD using the winnt.sif method you normally shouldn't recieve a create user screen...could you post a screenshot?

Edited by JuMz
Posted (edited)
;SetupMgrTag

[Data]    AutoPartition=0

    MsDosInitiated="0"

    UnattendedInstall="Yes"

    AutomaticUpdates=yes

[unattended]

    UnattendMode=FullUnattended

    UnattendedSwitch=Yes

    OemSkipEula=Yes

    OemPreinstall=Yes

    TargetPath=\WINDOWS

   

[GuiUnattended]

    AdminPassword=*

    EncryptedAdminPassword=NO

    OEMSkipRegional=1

    TimeZone=193

    OemSkipWelcome=1

Check [unattended] and [GuiUnattended] section in winnt.sif under i386 folder

Edited by Nepali
Posted

Note that if you use the OemSkipWelcome=1 with XP Home, you may find yourself unable to login due to no users being created (with XP Pro you can login as Administrator, with XP Home you cannot). I found this out the hard way after setting up our preinstalls at work with this method. Not good.

Posted

Thanks all...for your help. I will make the necessary changes in winnt.sif file. You guyz rock!!

;SetupMgrTag

[Data]

    AutoPartition=0

    MsDosInitiated="0"

    UnattendedInstall="Yes"

    AutomaticUpdates=yes

[unattended]

    UnattendMode=FullUnattended

    UnattendedSwitch=Yes

    OemSkipEula=Yes

    OemPreinstall=Yes

    TargetPath=\WINDOWS

   

[GuiUnattended]

    AdminPassword=*

    EncryptedAdminPassword=NO

    OEMSkipRegional=1

    TimeZone=193

    OemSkipWelcome=1

Check [unattended] and [GuiUnattended] section in winnt.sif under i386 folder

Posted (edited)

Yeah, I didn't have access to my preinstall stuff at the time so I goofed the line. It was UnattendSwitch=Yes (not UnattendedSwitch=yes as you have it) that skips the user creation screen, not OemSkipWelcome=1. My bad.

Edited by Jito463

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