Cannot delete system volume information folder on windows 7 !?!

Anonymous
2009-10-13T17:09:49+00:00

I cannot delete system volume information folder in D:/ E:/ on windows 7

I took ownership as admin on the folder but I cannot delete it completely!

I run an elevated command prompt and deleted some files in it but cannot remove the folder!

In vista I could mange to delete it after taking ownership on the folder by pressing del the folder will go away!

any ideas?

don`t ask me why I am trying to remove the folder pls...i just need to

thank you

Windows for home | Previous Windows versions | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2010-12-12T23:38:51+00:00

Old post I know but I've had this problem on several of my removeable HDs and finally I managed to remove the 'System Volume Information' folder:

DO NOT DO THIS ON YOUR C: OR YOUR WINDOWS HARDDRIVE!!!!!

Right click desktop and click [New->Shortcut]

Write: cmd.exe

Click [Next] then [Finish]

Right click the cmd.exe icon and click 'Run As Adminstrator"

Now select the external hard drive (F: in my case)

C:>f:

Now do the following (you can copy paste):

F:>attrib -s -h /S /D

F:>attrib -r /S /D

F:>rd "System Volume Information" /S

System Volume Information, Are you sure (Y/N)? y

And you're DONE ;-)

Was this answer helpful?

40+ people found this answer helpful.
0 comments No comments

53 additional answers

Sort by: Oldest
  1. Anonymous
    2017-03-15T07:29:41+00:00

    we have done the all steps for delete "System Volume Information" from my system,

    I did first step of attrib -s -h /S /D, then followed by "Acess Denied" error from all folder

    Then the Second step also same, and third step I got the following massage

    D:>rd "System Volume Information" /S

    System Volume Information, Are you sure (Y/N)? y

    The process cannot access the file because it is being used by another process.

    Was this answer helpful?

    0 comments No comments