How do I make Windows 7 log off from a password-protected Samba network drive?

link|improve this question
feedback

1 Answer

up vote 3 down vote accepted

Open CMD, type NET USE X: /DELETE or NET USE \\SERVER\SHARENAME /DELETE

where X: is your drive and \\SERVER\SHARENAME your fully qualified share name.

link|improve this answer
thanks, good answer...but is there a GUI way of doing the same? I am actually asking not for myself(I switched to linux ages ago) but for a friend of mine who is not too tech-savvy. Thanks again. – Alex N. Oct 31 '11 at 2:38
You can create it as an icon (shortcut) or right-clck the drive in My Compute and click Disconnect – Luke Oct 31 '11 at 14:39
feedback

Your Answer

 
or
required, but never shown

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