Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Read Only Attributes
Name: David Date: December 17, 2003 at 12:17:39 Pacific OS: WinXP CPU/Ram: P4-256
Comment:
This has never been answered so I thought I would answer it now. The answer is that you have to use the DOS command window and use the ATTRIB command. If the folder is also hidden then you must use both attributes in the command such as ATTRIB "foldername" +R +H The quote marks are used to support long filenames. Use the minus key to remove those attributes.
Name: svg Date: December 17, 2003 at 12:30:34 Pacific
Reply:
Hi David,
I'm guessing this is your addition to: http://www.computing.net/windowsxp/wwwboard/forum/88076.html
You are correct about the attrib command. If you're starting a discussion on attributes, then let me add this:
On occasion, I have come across [malicious] files of which the attributes had a setting that prevented even the CommandPrompt from deleting it. I had to write some code to set the attribute-number to a valid one(I believe 15 was trouble - long ago, don't remember). Only then could I 'nuke the sucker', to quote Sabertooth.
Summary: How do I delete the read only attributes from either individual files or all files within a folder. I am able to right click on properties and uncheck read only from there but it automatically recheck...
Summary: Here's one I just don't understand: I have a drive seperate from the one my OS is on that I keep all my files and stuff on. And for what ever reason ALL the files and folders have the "read only" attr...
Summary: All of my folders attributes are marked with Read Only. Actually its property not really Read Only & I still can delete it. I cannot change this attribute to true Read Only or not Read Only but I can ...