The Computer Oracle

How to delete corrupt folder?

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Switch On Looping

--

Chapters
00:00 How To Delete Corrupt Folder?
00:32 Accepted Answer Score 15
01:01 Answer 2 Score 1
01:14 Thank you

--

Full question
https://superuser.com/questions/674450/h...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows81 #filesystemcorruption

#avk47



ACCEPTED ANSWER

Score 15


  • Look at the disk properties from Windows Explorer
  • Go to the Tools tab
  • Choose Error Checking
  • You will need to reboot to allow CHKDSK to run at startup
  • The corrupted directory will either be restored to a readable state or deleted

Alternatively, the command line approach is CHKDSK C: /B (replace C: with your drive as appropriate)

Once run, you can tidy up as you wish.




ANSWER 2

Score 1


I used the Puppy Linux bootable CD, used its file manager to locate the file and folder, clicked on the file, deleted it, then the folder. It worked great