Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delete all drive mapping with one command? 1

Status
Not open for further replies.

Andronium

MIS
Jan 4, 2001
102
0
0
US
Is there a "net use" command that you can use to delete all drive mappings at once? like "net use /delete /all" or something like that?

 
To get the syntax , run
NET USE /? | MORE
NET USE * /DELETE is probably the command you
are asking for.
 
Yes.. typing net use * /delete will promt you to clear all mappings at once, even if they are not linked to and drive.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top