Scripted install of File and Printer Sharing Service

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

Guest

We have already deployed around 450 PC's running Windows
XP, and on the base Image, File and Print Sharing was
uninstalled. We need to re-install it on all the PC's.
Is there a scripted or command line that can be used to do
this, or does it need to be done manually on all the PC's.
Thanks.
 
From your Windows XP CD grab netset from the support.cab

Then create a file called example.inf that contains the
following information.

[NetBindings]
Enable = "Ms_Server"

Then run the following command line:

Netset C:\example.inf

Then reboot.

Hawkens
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top