假设C盘下的demo.png文件的隐藏属性被选中且没法去掉demo
进入CMD,使用命令 attrib c:"demo.png" -s -h 便可去掉隐藏属性文件
批量操做使用通配符
attrib c:"*" -s -h /s /d