Views:

To resolve this issue:

 
Make sure that you have a back up information on how to reconnect to your mapped drives again before doing this procedure.
  1. Open a command prompt.
  2. 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. 
  3. 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.