页面导航: 首页脚本专栏DOS/BAT → 正文内容

用DOS杀毒的一个不错的应用

发布:dxy 字体:[增加 减小] 类型:转载
教一个命令:
DISK:\> help attrib > attrib.txt
---------------------attrib.txt-----------------------
Displays or changes file attributes.
ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [drive:][path][filename]
[/S [/D]]
+ Sets an attribute.
- Clears an attribute.
R Read-only file attribute.
A Archive file attribute.
S System file attribute.
H Hidden file attribute.
[drive:][path][filename]
Specifies a file or files for attrib to process.
/S Processes matching files in the current folder
and all subfolders.
/D Processes folders as well.
一般病毒会把自己搞成系统的、隐藏的、只读的文件,则
DISK:\>attrib -s -r -h 可能的病毒文件
分辨出哪个该杀后直接del就可以了
浏览次数:载入中... 打印本文关闭本文返回首页
·在百度中搜索关于“用DOS杀毒的一个不错的应用”相关内容
·在谷歌中搜索关于“用DOS杀毒的一个不错的应用”相关内容

文章评论

共有 位脚本之家网友发表了评论我来说两句

同 类 文 章
最 近 更 新
热 点 排 行