To resolve this issue:
- Open a command prompt.
- Check all the mappings by typing "net use" and hit ENTER. This lists all shared resources for which there is a connection, and the state of the connection.
- Delete a mapping by doing any of the following:
- Type net use /delete \\servername\foldername to delete a mapping.
- Type net use */delete to delete all mappings.