Jump to content

winnt.sif (computer name auto generate)?


Recommended Posts

ok,

we have wireless networking at our office,

I need my winnt.sif to auto generate a new Name for every computer it is isntalled on.

ie Station1, Station2, Station3, Station4 .... you get the picture.

how can i do this? i went to unattended.msfn.org but could not find any ref.

did the search thing and came up empty.

Link to comment
Share on other sites


I'm pretty sure it can't be done with winnt.sif. What you might be able to do is to rename the computer at the T12 stage with a batch file and use some kind of algorithm for creating random names.

Or you can leave it blank and just put it in manually during setup.

Link to comment
Share on other sites

I think it's possible to use a list of names, and installs will use one at a time, but it requires a floppy.

Why not a batch, using batpize.exe, that checks for a file on a network share, to change it afterwards ?

Link to comment
Share on other sites

I'm pretty sure it can't be done with winnt.sif. What you might be able to do is to rename the computer at the T12 stage with a batch file and use some kind of algorithm for creating random names.

this is the only way it can be done. i use it.

Link to comment
Share on other sites

With my RIS setups the ComputerName field has %MACHINENAME% for it's entry value. It has me wondering if you could use a method similar to Pyron's Driver method.

That is using a fake setup.exe in order to run a batch file ahead of the genuine setup.exe. For instance Dell has a DOS utility for setting and reading the Dell asset tag from the BIOS. My theory is that if you can set the environment variable %MACHINENAME% to that asset tag, you'd be all set.

Another possibility would be some DOS utility that has the ability to read BIOS strings. I suppose the main requirement would be that the utility be able to pass values.

A totally different method I was thinking about, but had not yet tried is to make a seperate WINNT.SIF for each computer. Make a seperate i386 directory for each computer and use a multiboot app (EZBoot) to generate a menu. Using the Optimize feature of UltraISO, all of the files in i386 except for WINNT.SIF would be identical and thus only recorded one time.

Any thoughts or comments?

Link to comment
Share on other sites

All you have to do is to Add those lines into your unattended file:

[userData]

    ComputerName=*

[setupMgr]

    ComputerName0=Alpha

    ComputerName1=Bravo

    ComputerName2=Charlie

    ComputerName3=Delta

    ComputerName4=Echo

-M

and on which point of setup you choose the desired name?

Link to comment
Share on other sites

ok,

we have wireless networking at our office,

I need my winnt.sif to auto generate a new Name for every computer it is isntalled on.

ie  Station1, Station2, Station3, Station4 .... you get the picture.

how can i do this? i went to unattended.msfn.org but could not find any ref.

did the search thing and came up empty.

He don't wanna chooseit ! Anyways I recommand to use setupmgr.exe From your original XP Cd [CD:\SUPPORT\TOOLS\DEPLOY.CAB] There's a place to do is easylly.

-M

post-70-1100116589_thumb.jpg

Link to comment
Share on other sites

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