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 }
Thanks u so much !
Yes thank you! This is just what I was looking for!
Thank you. It was helpful.
Thank you so much!! its work for me….=)