Computer Science, asked by singhnaffy006, 2 months ago

Currently, I'm having problem deleting an old Folder. Previously, I used its parent as a shared folder, but one day when I tried to clear that folder there is one folder that has duplicate. The problem is one of them (the old one) can't be deleted even after I deleted all files/folders in that folder, I can't remove/rename that folder (could not find this item) not even with cmd as Administrator. I've tried to defrag my Windows Sever 2012 but the problem still persists. How to fix this problem?

Thanks in advance.

Answers

Answered by jaihind1234
0

Answer:

right-click on your computer and click on manage. In computer management go to shared folders, and delete the shares from there .

Answered by NaffyDharni
1

Answer:

Open CMD and then type:

rd /s "\\?\D:\bad\folder\path "

Example: rd /s "\\?\D:\Sharedata\folder1\folder2 "

Note: The space after folder2 as per the space in the folder name. Obviously D: is the drive that has the folder on it.

This worked for me

Explanation:

Similar questions