Windowa 7 file problem

awp

Suspended / Banned
Messages
7,105
Name
Andrew
Edit My Images
No
I'm unable to write metadata to some files in Windows 7 - and I've discovered it's because the directory is set to READ ONLY - now I can unclick this - click apply and OK - but the next time I look the directory is again READ ONLY! I have administrator rights - it's my machine - I'm the only user. Any idea why this is happening - and how to correct it? Thanks.
 
Check in properties and on the security tab. Have you full permissions?

Anthony.
 
yep done that and I have permission. Still baffling me - I don't think you can change the folder status from within the properties tab - it's there - just won't change?!
 
Out all day today but if you could tell me the syntax that would be great. I'll try soon as I can.
 
from the command prompt once youre in the right folder do a:

attrib *.* -R /S

the *.* specifies all files, the -R unsets the read only and the /S does all subfolders.

you can get all of the options by doing attrib /?
 
Thanks. I'll let you know if that works ok.
 
No idea - I'll check when I get back to my del tomorrow. Thanks.
 
Back
Top