Jump to content

Recommended Posts

Posted

I know if you use UnattendedSwitch=Yes in your WINNT.SIF it will skip the Internet Connection Wizard and Add Users Wizard on the first boot.

What I want though is to scrap the Internet Connection Wizard and keep the users screen. Making the disc for multiple users so I dont want to hard code the users to add.

Any ideas?

Cheers


Posted

Not sure if this is possible since they are both part of the oobe(Out of Box Experience). Using UnattendedSwitch="Yes" disables to whole process. The only solution i can think is put winnt.sif on a floppy and in cmdlines.txt on the cd make it call "a:\cmdlines.cmd". This way, any users can be added in the cmdlines.cmd on the floppy using net user. This way, you could leave UnattendedSwitch="Yes" on the winnt.sif on the floppy and have it skip oobe(the internet and user setup) while adding users through the cmdlines.cmd on the floppy as well.

Blyster

Posted

I think I remember seeing a batch script recently on this forum that asked questions to the end user to create a new username and the group to assign the new user to.

Posted

look for info on oobe.ini or the like in the ref.chm in the deploy.cab file.

there is also posts on here about it. I think you can specific sections to show.

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