So I was getting a Window’s error: The Network folder specified is currently mapped using a different user name and password.
Via http://travisepperson.blogspot.com/2007/01/windows-network-folder-specified-is.html:
So I was working on this very problem and thought I would try the “net use” command in the command line… And I saw something interesting… There was a resource connected… IPC$ was connected… So I deleted that resource with “net use (resource name) /delete” and that did it! That fixed the problem and I was able to map the drive no problem… I think that IPC$ is used when you browse to the computer with network neighborhood but I’m not sure… I feel so much better now that I know what has been happening all of those frustrating hours I have fought this problem!