CMD更改多个文件夹的系统属性

@echo off
for /d /r %%a in (*) do attrib -s "%%a"
pause

这个批处理放在哪运行,就把哪当前的所有子目录去掉系统属性..

在cmd命令提示符下(对当前命令提示符的目录进行操作)

for /d /r %a in (*) do attrib -s "%a"
This entry was posted in windows and tagged . Bookmark the permalink.

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>