我家电脑中出现了autorun.inf这个病毒..怎样才能删除???

来源:百度知道 编辑:UC知道 时间:2024/05/29 11:22:20
请高手帮帮忙..谢谢!!!

usb cleaner 下载地址
http://58.61.34.206/down?cid=D52F56AFF8EC35B18BFD0B601286BA6E1CE8D998&t=2&fmt=-
记得要在安全模式杀毒,不然杀不掉的,还有一个就是装usb cleaner时候,最好不要装到C盘,装完后改下名字。应该就可以了,这个病毒很强悍,不用专杀杀不了。。
呵呵,good luck

新建一文本文档,输入以下内容:

@echo off
c:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
d:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
e:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
f:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
g:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -