Folder always gets read-only. even when I change it

-1

It's the first folder on my hard drive, every other folder works, just this folder gets always read-only. When I untick the option it commits the changes, but is read-only afterwards again?

Theo Tzaferis

Posted 2013-04-04T01:24:22.077

Reputation: 283

Question was closed 2013-04-04T15:50:01.487

please inform us the complete path to the folder – Lorenzo Von Matterhorn – 2013-04-04T01:31:41.403

maybe you have a permission or policy on it?!you can change the owner or permission of your folder first by security tab in properties option and try again !!! – Freeman – 2013-04-04T01:39:42.620

Folder path is : D:\Games\ – Theo Tzaferis – 2013-04-04T01:57:10.583

Answers

2

Is it a folder that has a non-default icon (i.e., something other than the yellow folder, e.g., “My Documents”) or has been customized in some other way?  Windows doesn’t actually support the concept of a folder being read-only at the attribute level (it can, of course, be read-only to some or all users at the security access level).  Instead, Windows uses the Read-only attribute bit on folders to tell Windows Explorer (and, presumably, similar programs) that this folder has been customized, so these programs should look for a hidden DESKTOP.INI file in the folder to discover the customization (e.g., what icon to display).

Scott

Posted 2013-04-04T01:24:22.077

Reputation: 17 653

It's a own created folder. D:\Games\ – Theo Tzaferis – 2013-04-04T01:57:30.210

Folders are never writable. Being able to write to a folder could cause massive chaos and filesystem corruption. – David Schwartz – 2013-04-04T02:05:44.213

I think we have some misunderstandings here @DavidSchwartz . The folder has the following field ticked

http://i.imgur.com/BtiewVq.png

And because of that I have to confirm every change as an admin, why?

– Theo Tzaferis – 2013-04-04T02:16:31.307

2@TheoTzaferis: Why do you say "because of that"? – David Schwartz – 2013-04-04T03:18:31.457

if you look at the folder properties, and the box is checked, it means that all files within the dir are readonly. if its filled with a box, it means that some are readonly and some aren't. keep in mind though, the read-only attribute is not something that usually requires elevation, unless the user does not have the permission to alter attributes on those objects. also many apps will set a file back to read-only after making a change to it, so you may not be completely able to remove read only from all files. if you continue to have trouble, try the cli cmd 'attrib -r d:\games /s' – Frank Thomas – 2013-04-04T04:28:03.783