| General Databases (71) Linux (41) Outside the Cube (2915) Programming (679) Web publishing (62) Windows (431) Apache (6) File Types (33) Internet Explorer (6) Network (11) Passwords (6) Printing Processes (13) Programming (318) |
How can I mark a whole Windows folder with all subfolders as read-only?
Question: How can I mark a whole Windows folder with all subfolders as read-only?Answer: You can either
It will do it for all the subfolders unless you disabled applying inheritable attributes (this can be done or un-done with a click on 'Advanced') You can also open a 'DOS box' (command line interpreter), go into the folder and use the attrib command as shown below:
Comments:
|