Disable all shared folder

windows, windows-xp

Solution

Deliver command in this sequence

net share

This will enlist all the shared resources

net share DataShare /delete

where datashare is the choice you want to remove

http://technet.microsoft.com/en-us/library/bb490712.aspx

Problem

What is the CMD Command to Disable the All share folder on the Win XP machines. Thank You

Original source