Read Only Problem

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?
 
J

Jack Seredyniecki

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top