How to disable the Reconnect at logon setting for a mapped network drive on Vista? How to disconnect already mapped drives?
feedback
|
closed as off topic by sysadmin1138♦ Jul 10 '11 at 23:28
Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.
|
to disconnect, use:
Windows will not try to re-connect the drive when logging on again (unless the drive is actually being connected in a logon script or similar, of course). | |||
|
feedback
|
|
NET USE /PERSISTENT:NO will turn off persistence for future network mappings. If you already have the mapping, you need to delete it and recreate it after to change the setting. | |||
feedback
|
|
You'll need to first disconnect from the server, then map it again to change it. | |||||
feedback
|