mapped drives in XP

T

tony wong

i use "net use" command to map drive when user login at startup.

The bat file is set in user profile.

However, i find XP remembers past mapped drive.

Even i remove the mapping in bat file, the user still see the past mapped
drives.

How can i remove the mapped drive in XP workstations.

Thanks a lot.
 
A

Austin M. Horst

Read the NET USE help:
Open the Command Prompt (cmd.exe) and type
NET HELP USE
and press [ENTER]

NET USE X: \\computername\sharename /PERSISTENT:NO
This does not save the connection being made or subsequent
connections; existing connections will be restored at
next logon.

To delete a map, use the following:
NET USE X: \\computername\sharename /DELETE


Austin M. Horst
 

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