Shut off auto reconnect network drive

S

stevenestrada

On winxp map network drive is a checkbox to automatically connect driv
at login.

Where is the list of drives and how can you shut off that option on
drive you no longer want auto connected
 
L

Lanwench [MVP - Exchange]

In
stevenestrada said:
On winxp map network drive is a checkbox to automatically connect
drive at login.

Where is the list of drives and how can you shut off that option on a
drive you no longer want auto connected?

I'd do this in a command prompt -

net use

tells you what's mapped.

net use * /del

deletes them all.

net use x: \\server\share \persistent:no

maps a drive but doesn't make it a persistent mapping.
 

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