请问我的电脑从重装了系统后,除了C盘,其它的盘仍有个病毒存在怎么办?

其它盘的病毒就是不能直接双击打开,而要点右键选者打开.
2025-04-25 02:55:00
推荐回答(5个)
回答1:

假如你已经双击其它盘符,那八成病毒又回来了,因为其它盘里面都会有一个autorun.inf的文件,一双击盘符就会自动运行。正确的方法是重装系统后,用右键逐个盘打开,找到这个文件,把它删除后再重新启动。

回答2:

右键点c盘外的其他盘,点打开,进去后,选择 工具 文件夹选项,将隐藏文件和显示系统隐藏文件两项打开,就能看到比如D盘下有个autorun.inf的文件,将它删除,其他盘也是要删除,然后重启试试

回答3:

有这样的专杀,你把以下的文件复制了,粘贴到文本文件中,然后另存为***.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
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
f:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
g:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
h:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
i:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
j:
cd \
attrib -s -h -r copy.exe
del copy.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
@echo 修复完成。按任意键继续……记得手动重启计算机!!
pause

下面的这个也要按相同的方法去做,

@echo off
c:
cd \
attrib -s -h -r rose.exe
del rose.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
d:
cd \
attrib -s -h -r rose.exe
del rose.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
e:
cd \
attrib -s -h -r rose.exe
del rose.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
f:
cd \
attrib -s -h -r rose.exe
del rose.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
g:
cd \
attrib -s -h -r rose.exe
del rose.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
h:
cd \
attrib -s -h -r rose.exe
del rose.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
i:
cd \
attrib -s -h -r rose.exe
del rose.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
j:
cd \
attrib -s -h -r rose.exe
del rose.exe /F
attrib -s -h -r *.inf
del autorun.inf /F
@echo 修复完成。按任意键继续……记得手动重启计算机!!
pause

记得最好是在安全模式下,无论系统提示你什么,都不要理,执行完以后重新启动,你再看看是不是已经好了?嘿嘿

回答4:

如果怀疑系统存在病毒,建议您安装瑞星杀毒软件V16版本升级到最新病毒库后进行病毒扫描查杀,下载地址:http://pc.rising.com.cn/

回答5:

格式化会解决这问题,重装系统只对C盘有用。