前, 我哥们突然给我打电话告急,问是怎么回事?他告诉我电脑中毒了,插入移动硬盘后,双击盘符,却让选择打开方式,不能直接进入,只能右键--打开才能进入...
    这有我制作的批处理文件分享一下了。新建一个记事本,复制下面内容,粘贴到记事本里,然后命名为清除RavMon.exe病毒.bat,放到桌面上。进入安全模式下运行这个批处理就ok了!简单吧!(我试过了,很好用!很实用!一针见血!)

@echo off

color 9b      
echo 正在清除
RavMon.exe 病毒,请稍等......
attrib c:\windows\svchost.exe -h -s -r
del c:\windows\svchost.exe
attrib c:\windows\mdm.exe -h -s -r
del c:\windows\mdm.exe
attrib c:\RavMon.exe -s -h -r
del c:\RavMon.exe
attrib d:\RavMon.exe -s -h -r
del d:\RavMon.exe
attrib e:\RavMon.exe -s -h -r
del e:\RavMon.exe
attrib c:\AutoRun.inf -s -h -r
del c:\AutoRun.inf
attrib d:\AutoRun.inf -s -h -r
del d:\AutoRun.inf
attrib e:\AutoRun.inf -s -h -r
del e:\AutoRun.inf
attrib f:\RavMon.exe -s -h -r

del f:\RavMon.exe

attrib i:\RavMon.exe -s -h -r
del i:\RavMon.exe
attrib f:\AutoRun.inf -s -h -r
del f:\AutoRun.inf
attrib i:\AutoRun.inf -s -h -r
del i:\AutoRun.inf
attrib j:\RavMon.exe -s -h -r
del j:\RavMon.exe
attrib k:\RavMon.exe -s -h -r
del k:\RavMon.exe
attrib j:\AutoRun.inf -s -h -r
del j:\AutoRun.inf
attrib k:\AutoRun.inf -s -h -r
del k:\AutoRun.inf
attrib h:\RavMon.exe -s -h -r
del h:\RavMon.exe
attrib h:\AutoRun.inf -s -h -r
del h:\AutoRun.inf
echo 清除
RavMon.exe 病毒完成!       
echo. & pause