杀毒方法:
进安全模式--删除临时文件--关系系统还原.
将以下代码保存为zpepc.vbs 双击运行即可
on error resume next
msgbox "专杀脚本 我的空间:http://hi.baidu.com/zpepc!"
msgbox "本VBS模板由http://hi.baidu.com/ycosxhack 余弦函数 提供 感谢他在我病毒分析中给了我指导,在此特别感谢一下"
'文件删除
on error resume next
set fso=create
object("scripting.filesystem
object")
set del=wscript.create
object("wscript.shell")
set d1=fso.getfile("c:\windows\system.pif")
set d2=fso.getfile("c:\windows\system32\system\1.bat")
set d3=fso.getfile("c:\windows\system32\system\2.bat")
set d4=fso.getfile("c:\windows\system32\system\1.vbs")
set d5=fso.getfile("c:\WINDOWS\Tasks\logtracker.job")
set d6=fso.getfile("c:\windows\system32\system\autorun.inf")
d1.attributes=0
d2.attributes=0
d3.attributes=0
d4.attributes=0
d5.attributes=0
d6.attributes=0
d1.delete
d2.delete
d3.delete
d4.delete
d5.delete
d6.delete
'autorun.inf与病毒删除
set fso=create
object("scripting.filesystem
object")
set pans=fso.drives
for each pan in pans
if pan.drivetype=1 or pan.drivetype=2 or pan.drivetype=3 or pan.drivetype=4 then
set wj=fso.getfile(pan.driveletter&":\autorun.inf")
wj.attributes=0
wj.delete
set wjs=fso.getfile(pan.driveletter&":\system.pif")
wjs.attributes=0
wjs.delete
end if
next
'autorun.inf免疫
set fso=create
object("scripting.filesystem
object")
set pans=fso.drives
for each pan in pans
if pan.drivetype=1 or pan.drivetype=2 or pan.drivetype=3 or pan.drivetype=4 then
fso.createfolder(pan.driveletter&":\autorun.inf")
fso.createfolder(pan.driveletter&":\autorun.inf\免疫..\")
set wj=getfolder(pan.driveletter&":\autorun.inf")
wj.attributes=3
end if
next
WScript.Sleep 4000
set fso=nothing
msgbox "以成功清除病毒,祝您上网.更安全,如有问题,请访问http://hi.baidu.com/zpepct 给我留言!"
'写代码不.容易,转载请保证代码的完整性!
特别提醒一点:在杀毒过程中,像一些autorun.inf病毒千万不要双击等方法打开硬盘,不然病毒又会被激活!
切记.......切记...............