The drive is disconnected, and I'm off the network. How do I unmap the drive?

This seems like it should be a simple procedure, but I'm missing something. My Google-fu is weak today...

link|improve this question
feedback

2 Answers

up vote 3 down vote accepted

I can't test this here as I'm not on a network, but I think it's a case of doing this:

  1. Right-click Network in Windows Explorer.
  2. Select Disconnect network drive....
  3. In the list that appears, right-click the drive you wish to remove and select Remove.

I think it's something like that but as I say, I can't test it here.

link|improve this answer
feedback

On the command line (substitute your drive letter for z):

net use z: /delete
link|improve this answer
+1: That's far easier. – John H Dec 1 '11 at 18:58
You don't even need to type in delete, you can get away with just del. Look at how much quicker you can disconnect! – Mitch Dec 1 '11 at 19:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.