返回列表 回复 发帖

写了个清除autorun.inf的软件

硬盘生成仿autorun.inf自启动文件.
硬盘右键生成 auto 选者项目


为了
www.szyin.com写的!
谢谢支持!


@echo off
pause
@echo www.szyin.com制作,请稍等……
@echo off
c:
cd \
attrib -s -h -r copy.exe
del copy.exe /F/s/q/a
attrib -s -h -r *.inf
del autorun.inf /F/s/q/a
attrib -s -h -r host.exe
del host.exe /F/s/q/a
d:
cd \
attrib -s -h -r copy.exe
del copy.exe /F/s/q/a
attrib -s -h -r *.inf
del autorun.inf /F/s/q/a
attrib -s -h -r host.exe
del host.exe /F/s/q/a
e:
cd \
attrib -s -h -r copy.exe
del copy.exe /F/s/q/a
attrib -s -h -r *.inf
del autorun.inf /F/s/q/a
attrib -s -h -r host.exe
del host.exe /F/s/q/a
f:


保存为 清除.bat
12年了
看不怪,还是支持你
这个批处理这么简单,还拿出来发。 再说。这些东西都不知道发了几年了。 弄来弄去。就两个东西。
1. 用attrib命令将文件的 只读,隐藏,系统隐藏 取消
2.用Del命令将其删除。

这么简单。现在的病毒要是你这么几句可以删除的掉那你就是神了。
支持一下.空了我也学习学习下.
布都女装 2010最新款韩版女装 新店开业 活动多多 惊喜多多 1530335131.paipai.com
是不是利用U盘传播的病毒
海纳百川,有容乃大;壁立千仞,无欲则刚。
返回列表