Mapped drive incorrect

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

There is a mapped drive I: that is mapped to the wrong folder.
I disconnect, remap to the correct folder, and everything is fine until I
reboot.
When I reboot, I: goes back to pointing to the wrong drive.
If I disconnect the drive and reboot, and it comes back.

How can you remove a mapped drive and remap to the correct folder?
 
Mount_Dreamer said:
There is a mapped drive I: that is mapped to the wrong folder.
I disconnect, remap to the correct folder, and everything is fine until I
reboot.
When I reboot, I: goes back to pointing to the wrong drive.
If I disconnect the drive and reboot, and it comes back.

How can you remove a mapped drive and remap to the correct folder?

At a Command Prompt issue the following commands:

net use /persistent:no
net use * /delete /y

You should now be free of the old drive maps, you can now create new ones.

John
 
Back
Top