计算机病毒防治

来源:百度知道 编辑:UC知道 时间:2024/05/14 15:46:10
我的电脑中毒了,打开硬盘时候非得点右键,再点 "打开" 命令,因为排在第一的是一个 "AUTO" 命令,有谁可以帮忙处理这个问题吗?用什么杀毒软件可以搞定,我已经用卡巴斯基查了一下,没查到,请帮个忙,写详细一点.
因为电脑里好多资料,备份文件量太大,不想重装系统。用下面的一位朋友提供的代码,老是出现 找不到 sxs.exe文件

点工具 把隐藏文件选项打开,这样可以看到你在你硬盘里有一个autorun.inf的文件 删除就行了

attrib sxs.exe -a -h -s
del /s /q /f sxs.exe

你把这个删了也行

那给你下面这个杀病毒的程序,让你试下。用记事本建一个文本,然后把文件复制进去,再把后缀改为.bat.

cd
c:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib autorun.inf -a -h -s
del /s /q /f autorun.inf
D:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib autorun.inf -a -h -s
del /s /q /f autorun.inf
E:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib autorun.inf -a -h -s
del /s /q /f autorun.inf
F:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib autorun.inf -a -h -s
del /s /q /f autorun.inf
G:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib autorun.inf -a -h -s
del /s /q /f autorun.inf
echo 清除系统bt完成!
echo. & pause