Remove Mappings from Login Script

D

Dan

I am trying to add command to my login script to remove
shares and remap them with different server names. I added
the command net use /delete share and still some of the
drives that i want to remove are still there.

any suggestions.
 
L

Lanwench [MVP - Exchange]

net use x: /del /yes
net use x: \\servername\sharename /persistent:no
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top