New
#1
Stubborn read-only attributes
Hi,
I have a (sub)folder tree that has read-only files and/or folders *somewhere* inside (as indicated by an "x" icon overlay and the properties window).
I tried to remove the attribute via GUI (and propagate that through the tree), and tried the following commands from an admin cmd.exe (executed from the overarching folder):
attrib -r *.* /s
attrib -r *.* /s /d
attrib -s -h -r *.* /s /d
attrib -s -h -r /s /d
Nothing makes a difference to what the Windows icon or the properties window is displaying.
However, in Total Commander neither a branch view (files only) nor a search (files and folders) finds *anything* with a read-only attribute.
Something's wrong here.
Or is it just the stupid icon that's wrong/not updating correctly?