清除autorun.inf的批处理和vbs

所属分类: 实用技巧 / 病毒查杀 阅读数: 1695
收藏 0 赞 0 分享
kill.bat
复制代码 代码如下:

@echo off
taskkill /f /im 病毒.exe
cd\
for /d %%i in (C,d,,e,f,g,h,I,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z) do attrib -s -a -r -h %%i:\autorun.inf&attrib -s -a -r -h  %%i:\病毒.exe& del %%i:\病毒.exe&del %%i:\autorun.inf

kill.vbs
复制代码 代码如下:

ON ERROR RESUME NEXT

ciker_path = InputBox("本程序能帮助您清除autorun.inf病毒。"&vbCr&vbCr&"请在下面输入autorun.inf所在的目录:"&vbCr&vbCr&"By Ciker 08.03.30","AutoRun.inf清除","C:\autorun.inf")

ciker_exe = InputBox("请在下面输入exe病毒文件所在的目录:"&vbCr&vbCr&"By Ciker 08.03.30","AutoRun.inf清除","C:\target.exe")

Set Fso=CreateObject("Scripting.FileSystemObject")
Set fl0=Fso.getfile(ciker_path) 
Set fl1=Fso.getfile(ciker_exe)
fl0.delete
fl1.delete
msgbox "清除成功!"
wscript.quit

免疫.bat
复制代码 代码如下:

setacl.exe CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2 /registry /deny everyone /full
更多精彩内容其他人还在看

详细解说iexplore.exe是进程还是病毒不知所云

详细解说iexplore.exe是进程还是病毒不知所云
收藏 0 赞 0 分享

威金变种病毒的查杀方法

威金变种病毒的查杀方法
收藏 0 赞 0 分享

熊猫烧香病毒的手工清除技巧 附专杀工具

熊猫烧香病毒的手工清除技巧 附专杀工具
收藏 0 赞 0 分享

熊猫烧香/千橡/威金专杀工具集合

熊猫烧香/千橡/威金专杀工具集合
收藏 0 赞 0 分享

iexplore.exe专杀手工解决

iexplore.exe专杀手工解决
收藏 0 赞 0 分享

iexplore.exe真正解决问题的方法 原创

iexplore.exe真正解决问题的方法 原创
收藏 0 赞 0 分享

1Sy.exe 2Sy.exe logo1_.exe禁止病毒的运行小技巧 原创

1Sy.exe 2Sy.exe logo1_.exe禁止病毒的运行小技巧 原创
收藏 0 赞 0 分享

不错的“木马”万能查杀法

不错的“木马”万能查杀法
收藏 0 赞 0 分享

IE弹出网页的解决教程

这篇文章主要介绍了IE弹出网页的解决教程
收藏 0 赞 0 分享

windhcp.ocx和iexpl0re.exe的清除

windhcp.ocx和iexpl0re.exe的清除
收藏 0 赞 0 分享
查看更多