在命令提示符状态下(开始->运行->cmd): 输入命令:"attrib /?" 就有中文操作提示显示如下: ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [[drive:] [path] filename] [/S [ /D]] + 设置属性。 - 清除属性。 R 只读文件属性。 A 存档文件属性。 S 系统文件属性。 H 隐藏文件属性。 [drive:][path][filename] 指定要处理的文件属性。 /S 处理当前文件夹及其子文件夹中的匹配文件。 /D 也处理文件夹。 举例: 将e盘的 "1" 文件夹 加系统属性和隐属性(即受保护的系统文件) C:\Documents and settings\Administrator>attrib +h +s e:\1 那么怎么还原呢?请看:举例:将e盘的 "1" 文件夹 去除 系统属性和隐属性 C:\Documents and settings\Administrator>attrib -h -s e:\1 (加用 + ;去除用 -)
这个方法有试过的没! 也不错