1

Can anyone help me figure out how could I delete this folder named C: that was in a game folder. I tried deleting using FileShredder, and this created another series of folders that end up in a folder named C: that I cannot delete, acces or do anything with. I am using Windows 8.1

screenshot of the parent folder

Solved by using Chckdisk utility.

djsmiley2kStaysInside
  • 6,943
  • 2
  • 36
  • 48

1 Answers1

1
  1. Make sure the folder is empty.

  2. Open a command prompt with Start menu.

  3. Type

rmdir "e:\315687527292\3156875202581\3156875861048\315687531380\c:"

... and press enter.

(check those numbers, I don't know if I typed them correctly...)

pgr
  • 1,112