cobyjones Posted August 11, 2005 Posted August 11, 2005 I have a sysprep image that works fine on all the computers I need it to. Now I have a ghost image on a network or other HD, i ghost it over, and it installs fine. However, we don't have DHCP, and we have multiple domains ... so that has to be manually entered afterwards. What I was hoping for was some kind of script to be run either in DOS or some GUI enviornment (maybe in BartPE?) that will allow the user name, IP, Gateway, domain (plus admin name and pw) to be input at the beginning ... hopefully it can then modify the sysprep.inf file accordingly, so when the pc reboots and sysprep does its thing, the newly input values are used.is there already something like this out there?Thanks!
Gee Posted August 12, 2005 Posted August 12, 2005 You can probably add a RunOnceEx in your SysPrep.inf file to call a batch file that contains all the net commands to create the users you need.Alternatively, I would just create everything in my cleanup.cmd before I execute SysPrep.
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