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