rising和autorun.inf卡巴斯基能杀掉吗?

来源:百度知道 编辑:UC知道 时间:2024/06/23 06:16:28
1.每次开机弹出一些内存出错信息

2.在每个盘根目录下都有rising.exe和autorun.inf这两个文件,都是隐藏的,只要删掉两个文件中的任何一个,刷新又会出现两个文件,在安全模式里删掉一重启又出来。
autorun.inf文件内容:
[AutoRun]
open=rising.exe
shellexecute=rising.exe
shell\Auto\command=rising.exe。

3.进程里有若干个MsRundll.EXE和navplay.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:&#