Naming convention with sysprep.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to use a text file to get a computer name from and in the
process delete this name from the file which resides on network share?
We are thinking about adding a bat file at the end of the imaging process
that does this?

Any suggestions on how to do this?
 
Unfortunately, there isn't functionality built into sysprep to allow
for a custom naming algorithm. You can, however, use a GUIRunOnce,
processed when Mini-setup has completed, and specify a custom machine
name using custom code.

--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User
Microsoft Newsgroups

Be Smart! Protect Your PC!
http://www.microsoft.com/athome/security/protect/default.mspx

------------------------------------------------------------------------------

:

| Is it possible to use a text file to get a computer name from and in the
| process delete this name from the file which resides on network share?
| We are thinking about adding a bat file at the end of the imaging process
| that does this?
|
| Any suggestions on how to do this?
 
Back
Top