中了Auto.exe病毒怎么办

来源:百度知道 编辑:UC知道 时间:2024/05/17 07:53:47
我的每个盘都有Auto.exe 和Autorun.inf 2个隐藏文件。
我是过用专杀,可是每次杀掉后过几秒有会出现。
也用过修改注册表的方法,
你中了运行——regedit
HKEY_LOCAL_MACHINE\Software\Microsoft\windows\CurrentVersion\explorer\Advanced\Folder\Hidden\SHOWALL,将CheckedValue键值修改为1
或删除掉原来有的新建一个CHeckedVale键值并修改为1,可是过一会又会被修改为0(在删除掉CheckedVale键值以后如果不马上新建一个他又会自动生成一个新的CheckedVale键值0)
是不是要先把什么进程或程序删除还能进一步的删掉病毒;求高手帮忙。告诉我删除方法。
请问你说的文件路径是什么?要钩掉哪个启动项? 能不能给出一个详细点的方法

用自己写的代码试试看.我发给你2个
attrib C:\autorun.inf -a -s -r -h
attrib D:\autorun.inf -a -s -r -h
attrib E:\autorun.inf -a -s -r -h
attrib F:\autorun.inf -a -s -r -h
attrib I:\autorun.inf -a -s -r -h

ren C:\autorun.inf autorun.inf
ren D:\autorun.inf autorun.inf
ren E:\autorun.inf autorun.inf
ren F:\autorun.inf autorun.inf
ren I:\autorun.inf autorun.inf

del C:\autorun.inf
del D:\autorun.inf
del E:\autorun.inf
del F:\autorun.inf
del I:\autorun.inf
把它复制到记事本里,之后保存.文件名写成 Auto.bat 类型改成所有.还有一个和上面的一样.你试一试

@echo off
c:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
d:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
e:
cd \
attrib -s -h -r copy.exe