Delete network drive from command line

by admin on July 19, 2009

We can delete mapped drive command line using ‘net use’ command. For example to disconnect the network share mapped to the drive z: we can run the below command.

net use /del Z:

Similarly to delete all the mapped drives we can run the below command.

net use /del *

{ 4 comments… read them below or add one }

daybydayboy December 1, 2009 at 11:16 pm

Thanks u so much !

Reply

Anonymous June 13, 2011 at 5:22 pm

Yes thank you! This is just what I was looking for!

Reply

Anonymous June 21, 2011 at 2:33 pm

Thank you. It was helpful.

Reply

Anonymous July 20, 2011 at 4:45 am

Thank you so much!! its work for me….=)

Reply

Leave a Comment

Previous post:

Next post: