I have some shared folders in the list in 'Computer Management' that point to folders that dont exist anymore. But Windows wont let me remove them, "The system cannot find the path specified", maybe a net * command through the console could solve it?
Asked
Active
Viewed 3.7k times
11
-
Does it show up when you use `net use` in a command prompt? – CIA Oct 02 '13 at 16:48
3 Answers
1
If you know the source folder you may just recreate it and use the GUI functions for Sharing in Windows explorer

Ronald
- 11
- 1
-
This is exactly what I did. I had to put a USB stick in and reassign the drive letter, but then I could just "unshare" it. I also ran `fsmgmt.msc` from the Run window and found it very useful. – Tyler Forsythe Nov 03 '20 at 19:44
0
Make sure you remember that you've NOT used a removable drive or a CD to share folders off those drives. If you in fact did share folders off those drives, you can mount that drive (USB-in the HDD or insert the CD with those previously shared folders) and remove the shares using normal Windows Share menu (Advanced Share) options.
If you no longer have that removable drive - then delete the keys in the registry.

Alex
- 1