Skip to Content

How to fix mapped drive access wrong share

The mapped drive on your user’s computer is misbehaving. It’s pointing to the correct share, \\server\share1, but when accessed, it tries to connect to \\server\share2 instead, resulting in an error. This can be frustrating, especially if the user doesn’t have access to share2.

You’ve already taken some good troubleshooting steps:

  • Verifying the logon script maps the correct drive
  • Manually disconnecting and reconnecting the drive, which temporarily resolves the issue
  • Removing any references to “share2” from the registry

However, the problem persists. Here’s what you can try next:

Solution 1: Check the user’s shortcut properties

Ensure they point to the correct share, \\server\share1. Update them if necessary.

Solution 2: Verify the user’s permissions on share1

Make sure they have the appropriate access rights.

Solution 3: Rename the mapped drive to a different letter

For example, change it from S: to T:. This can help if there’s a conflict with another mapped drive or application.

Solution 4: Map drive using IP address

If the issue persists, try mapping the drive using the IP address instead of the server name. For example, use \\192.168.1.100\share1 instead of \\server\share1.

Solution 5: Recreate user profile

As a last resort, you can try recreating the user’s profile. Back up their important data first, then delete and recreate their profile. This can resolve issues with corrupted profile settings.

By following these steps, you should be able to vanquish this mapped drive issue and restore smooth access to the correct share. Don’t let this problem conquer your user’s productivity. With a bit of troubleshooting, you’ll have them back on track in no time.