Sorry about the formatting - I had it nice and orderly on my computer, but when copying it over the computer gremlins held onto the formatting.
From a DOS window:
C:>net use
New connections will be remembered.
Status Local Remote Network
Disconnected L: \192.168.1.34\homes Microsoft Windows Network
Disconnected R: \192.168.1.34\homes Microsoft Windows Network
The command completed successfully.
Then this:
C:\ net use l: /delete
The network connection could not be found.
More help is available by typing NET HELPMSG 2250.
Typing that gives this helpful message: The network connection could not be found.
Followed by this:
C:\ net use l: \192.168.1.34\homes
System error 85 has occurred.
The local device name is already in use.
What I’ve tried so far:
1) From Explorer: Right-click and disconnect the drives
a. I get a popup error message: “This network connection does not exist.”
2) From DOS window: With admin rights, net use l: /delete
a. The network connection could not be found. More help is available by typing NET HELPMSG 2250.
Typing that gives this helpful message: The network connection could not be found.
3) From Task Manager: Restart explorer process and try step 2 again
a. The mapped drives are still there.
4) From Disk Management: No mapped drives are there. Not even after refreshing and rescanning the disks
5) From PowerShell, Remove-PSDrive -Name l
a. Remove-psdrive : Cannot find drive. A drive with the name l does not exist.
6) From the registry: HKEY_CURRENT_USER\network:
a. There are no mapped network drives listed in this folder
Does anyone have any ideas that don’t involve vise grips, a sledge hammer, or a propane torch?
Thanks,
Joe