fun.xls.exe auto病毒怎样才能完全从电脑中手动清除

来源:百度知道 编辑:UC知道 时间:2024/05/16 09:54:06
我刚电脑没多久朋友昨天用U盘在我电脑里下歌,被他害惨了,我搞了好久都清除不了。哪位高手帮忙一下,我快要疯了,手动能清除吗,要是不行那下什么软件杀毒啊?

那就还原C盘啊,只不过C盘的资料没了

升级卡巴到最新的版本能杀
不过你可以在记事本里写下列程序,然后存为.bat文件,就可以手动杀了。。。
@echo off
echo 正在清除AUTORUN病毒
cd
c:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib sxs.exe -a -h -s
del /s /q /f autorun.inf
cd
d:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib sxs.exe -a -h -s
del /s /q /f autorun.inf
cd
e:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib sxs.exe -a -h -s
del /s /q /f autorun.inf
cd
f:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib sxs.exe -a -h -s
del /s /q /f autorun.inf
g:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib sxs.exe -a -h -s
echo 病毒清除完成
echo.&pause
del /s /q /f autorun.inf