Remove Read-Only Attribute

hi,
did you try right mouse click,properties,general,uncheck readonly,ok?

and if you are trying to change the "System Volume Information" folder from your root of your hdd you will have to disable system restore on that drive then the folder will go away.
 
Thanks for answering.
Yes - i tried the usual right click - properties - uncheck - but read only returns.
I don't know about "System Volume Information" or how it relates to the problem.
 
this smells like a user permission error you will have to set file permissions to your files. can you do this? if no i can help

open "my computer",Tools,Folder Options,View,Uncheck "simple file sharing"
now on folder options you have a new tab security,open it,then remove all numeric(lost id) users, and add "everyone" or "administrators". that's it try to uncheck read only now.

enable simple file sharing again
 


I went thru a similar problem where folders in my usb were read only. By issuing the following command in command.com utility of windows xp I solved the problem:
attrib -R -S -H /S /D *.*

Regards

Carlos