Disable File and Printer Sharing from command line

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

Guest

Is there a native windows command line utility that will disable "File and
Printer Sharing" on Windows XP SP2?

Thanks
 
You could kill the "Server" service which used used to host the File and
Printer Sharing on the system.

sc stop Browser
sc config Browser start= disabled


Bionicthumb
MCSE, MCSA: Messaging, A+, Net+
 
I am actually looking to unbind the service from the network adapter.

Thanks for the quick response.
 

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