回复:病毒无法清除
好了,谢了,
我自己搞的,做个批处理,
也共享给大家,
echo. 请在-WIN200-的系统上运行此文件
color 1f
echo ======================================================
echo “罗伯特”病毒解放方案
echo ======================================================
rem.
rem.
rem.
taskkill /im msnmsgr.exe /f
IF EXIST "c:\winnt\system32\msnmsgr.exe" (
DEL /F /Q c:\winnt\system32\msnmsgr.exe
md c:\winnt\system32\msnmsgr.exe
attrib +r c:\winnt\system32\msnmsgr.exe
) ELSE (
md c:\winnt\system32\msnmsgr.exe
attrib +r c:\winnt\system32\msnmsgr.exe
)
IF EXIST "c:\winnt\system32\spool\drivers\msnmsgr.exe" (
DEL /F /Q c:\winnt\system32\spool\drivers\msnmsgr.exe
md c:\winnt\system32\spool\drivers\msnmsgr.exe
attrib +r c:\winnt\system32\spool\drivers\msnmsgr.exe
) ELSE (
md c:\winnt\system32\spool\drivers\msnmsgr.exe
attrib +r c:\winnt\system32\spool\drivers\msnmsgr.exe
)
echo ======================================================
echo 免疫成功
echo ======================================================
echo. & pause