Read Only Problem

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

A file I want to delete has READ ONLY checked. When I
deselect it and click OK and try to delete I get the
message that the file is READ ONLY. I open Properties and
READ ONLY is selected again. Any answers?
 
Try this from the command line:
Navigate to the directory that the file is in then type:

attrib -r filename
del filename

It should work.
 
Back
Top