Windows server 2003 and Windows XP – How to delete share via command line
Posted by aidas | Posted in Command line, Windows 2003, Windows XP | Posted on 07-05-2009
0
This post will show you how to delete share using command line. Lets say you have shared folder D:\Test named “TestDocs”. To remove sharing open command line on your Windows server 2003 and type:
net share TestDocs /DELETE
If you want to remove share from remote server, for example “Testserver”, type:
net share TestDocs \\Testserver /DELETE
Follow us on Twitter !







