Friday, September 12, 2008

Windows Folder Share / Mapping Issue

Just hit a problem... "The network folder is currently mapped with a different username/password" even though from "My Computer" I can't see anything mapped...

Found an amazingly helpful blog at:
http://travisepperson.blogspot.com/2007/01/windows-network-folder-specified-is.html

Short version:
dropped to command line i.e. "start Run cmd"
Ran: net use

found the the offending share.

net use ">" /delete

Re-map network drive. Worked like a charm!


Thanks Mr. Epperson!!!!