[QUOTE=Biker Dog;1150223]
Quote:
Originally Posted by Howard Marsh
Win10 made all my MS Office files read only and when I reverted back to Win7 they were still read only. Have not found a fix yet, so I set up run around until I find the fix. 
|
If you're comfortable with old-school command prompt windows, you can open one and navigate to the subdirectory where your documents are and use the attrib command to remove the Real-Only property from them all, for instance using
attrib -R *.*
--
bc