

This is probably becuase Microsoft abuses the read-only flag by setting it to mean 'customised'.
Unfortunately it is not possible to remove the read-only flag from within explorer.
MS recommends using attrib on the folder. To remove the read-only and system attributes on folder 'c:\test' use
attrib -r -s c:\test
See Microsoft Knowledge Base articles 256614 & 326549