电脑D盘E盘都不能够双击打开了,而是以一种”打开方式”的对话框形式出现.

来源:百度知道 编辑:UC知道 时间:2024/06/16 18:25:33
D盘,E盘右击都没有出现"Auto"和"自动播放"字样,我也不知是中毒了还是计算机系统出现问题.请教高人指导.

中autorun.inf了,给你个批处理:
1、
@echo off
@echo 脚本之家
@echo sxs.exe 专杀
@echo 开始
@echo 结束病毒进程sovhost
ntsd -c q -pn sovhost.exe
echo 修正注册表
regedit /s del.reg
echo 删除各盘病毒文件
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
I:
attrib sxs.exe -a -h -s
del /s /q /f sxs.exe
attrib autorun.inf -a -h -s