March 24, 200422 yr 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
March 24, 200422 yr 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
March 24, 200422 yr 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.
March 24, 200422 yr 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