- Disconnect network drive with a "net" command line command / Opposite of "net use" ?
- Posted by Anja Mechtel on April 26th, 2006
I can connect/map a network drive from the command line by using the "net use" command e.g.
net use M: \\barny\myfolder23 /persistent:no
This works fine. But how do I disconnect this mapping again from the command line?
"net stop" is as far as I know only for stopping services.
Anja
- Posted by Steve Rollins on April 26th, 2006
Net use driveletter: /delete will disconnect the drive
If you do net use /? it will give you a list of options that you can use.
"Anja Mechtel" wrote:
Similar Posts
- Windows Explorer Problem: Clicking on "My Computer", then on "C" opens command prompt in C. Right click needed to open Windows GUI (Microsoft Windows) by Uncle John
- command line completion bug when filename starts with "[" (Microsoft Windows) by Calin Iaru
- set "Ignore" driver signing from command line??? (Customizing) by Mick
- "Mail Recipient" Command Missing on "Send To" Menu (Help and Support) by jimbo
- Office web server config wiz. - "missing or incorrect command line parameters" (Home and office) by Jeremy

