求杀rising.exe的方法~~~

来源:百度知道 编辑:UC知道 时间:2024/09/21 17:36:51
专杀工具是有用,可是我所有的exe都被感染了,图标变成一个方框。
如果执行它们,病毒就又来了,不上网仍会重新中毒。

但是,不能把所有的exe都删了吧?55555555
可是lsass.exe不是rising.exe啊`

把下面的代码复制下来,另存为.bat文件,双击该.bat文件,可以清除rising.exe病毒

@echo off
title 忆林子
color 0a
taskkill /im cf9edf4c.exe /f
taskkill /fi "modules eq cf9edf4c.dll" /f
net stop cf9edf4c
sc stop cf9edf4c
sc delete cf9edf4c
attrib -s -h -r C:\WINDOWS\system32\cf9edf4c.dll
del C:\WINDOWS\system32\cf9edf4c.dll /q
attrib -s -h -r C:\WINDOWS\system32\cf9edf4c.exe
del C:\WINDOWS\system32\cf9edf4c.exe /q
for /D %%d in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist %%d:\autorun.inf attrib -s -h -r %%d:\autorun.inf
for /D %%d in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist %%d:\autorun.inf del %%d:\autorun.inf /q
for /D %%d in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist %%d:\rising.exe attrib -s -h -r %%d:\rising.exe
for /D %%d in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist %%d:&#