用户
 找回密码
 立即注册
搜索

[求助] 为什么我的D盘E盘双击后打不开?

[复制链接]
发表于 2006-10-3 07:23:00
中病毒了,和我一样,我的几天前也这样
使用道具 举报 回复 支持 反对
发表于 2006-10-3 07:47:00
原帖由 sundh 于 2006-10-2 21:32 发表
中SXS.EXE毒了!!!!!!!!
使用道具 举报 回复 支持 反对
发表于 2006-10-3 08:02:00
中了rose病毒了。其实也不用格式化硬盘。只要把rose病毒删除就可以了。鼠标双击我的电脑-工具-文件夹选项-查看-显示所有文件和文件夹,然后分别进入d、e、f盘,把autorun.inf删除,重启即可。
如果找不到autorun.inf,那么
1、开始-->运行-->cmd(打开命令提示符)
2、dir autorun.inf /a (没有参数a是看不到的,a是显示所有的意思),此时你会发现一个autorun.inf文件
3、attrib autorun.inf -s -h -r 去掉autorun.inf文件的系统、只读、隐藏属性,否则无法删除。
4、del autorun.inf
5、打开注册表,用查找功能,查找rose.exe键,然后删除
使用道具 举报 回复 支持 反对
发表于 2006-10-3 09:17:00
autorun.inf sxs.exe病毒手动解决

一、确认中已中此病毒:

依次执行 开始--运行--输入"cmd"--输入"X:"(X为盘符可以是D盘,可以是E盘。)--输入"dir /a/w"

如果可以看到autorun.inf 和sxs.exe 那确定你的系统已经中此病毒。

二:解决方法:

这时候在纯DOS里,运行以下命令

比如E盘

e:

attrib -s -r -h autorun.inf

del autorun.inf

attrib -s -r -h sxs.exe

del sxs.exe

f:

attrib -s -r -h autorun.inf

del autorun.inf

attrib -s -r -h sxs.exe

del sxs.exe

.......................

每个盘符进行操作

如果不幸U盘或移动存储中标了,在干净的系统上插入U盘,注间:插入之前按住Shift键,这是防止这个U盘自动运行.否则所谓的干净又变成垃圾了.

清除成功后再去行还原或者重装,注意,一定要全部清除所有磁盘的 autorun.inf sxs.exe否则还是会中病毒的
使用道具 举报 回复 支持 反对
发表于 2006-10-3 10:22:00
原帖由 gloomy2004 于 2006-10-2 21:56 发表
手动可以杀的,我记得很久前我中过,首先显示所有隐藏文件,找到根目录下两个奇怪的文件,我记得是autorun.ini,另一个是desktop。好像是这样,反正每个打不开的盘都有两个这样的文件,删掉就好了。最好再搜一遍, ...
使用道具 举报 回复 支持 反对
发表于 2006-10-3 13:32:00
原帖由 sundh 于 2006-10-2 21:32 发表
中SXS.EXE毒了!!!!!!!!
正确,想办发把它杀掉吧,去网上搜一下
使用道具 举报 回复 支持 反对
发表于 2006-10-3 13:57:00
前几天我的电脑也重:自编的批处理文件(水平有限,但很清楚作了什么),喜欢就用!呵呵!

attrib C:\autorun.inf -a -h -s
attrib D:\autorun.inf -a -h -s
attrib E:\autorun.inf -a -h -s
attrib F:\autorun.inf -a -h -s
attrib G:\autorun.inf -a -h -s
attrib H:\autorun.inf -a -h -s
attrib I:\autorun.inf -a -h -s

attrib C:\sxs.exe -a -h -s
attrib D:\sxs.exe -a -h -s
attrib E:\sxs.exe -a -h -s
attrib F:\sxs.exe -a -h -s
attrib G:\sxs.exe -a -h -s
attrib H:\sxs.exe -a -h -s
attrib I:\sxs.exef -a -h -s

attrib C:\pagefile.pif -a -h -s
attrib D:\pagefile.pif -a -h -s
attrib E:\pagefile.pif -a -h -s
attrib F:\pagefile.pif -a -h -s
attrib G:\pagefile.pif -a -h -s
attrib H:\pagefile.pif -a -h -s
attrib I:\pagefile.pif -a -h -s

del /s /q /f C:\sxs.exe
del /s /q /f d:\sxs.exe
del /s /q /f e:\sxs.exe
del /s /q /f f:\sxs.exe
del /s /q /f g:\sxs.exe
del /s /q /f h:\sxs.exe
del /s /q /f i:\sxs.exe

del /s /q /f c:\autorun.inf
del /s /q /f D:\autorun.inf
del /s /q /f E:\autorun.inf
del /s /q /f F:\autorun.inf
del /s /q /f G:\autorun.inf
del /s /q /f H:\autorun.inf
del /s /q /f I:\autorun.inf

del /s /q /f C:\pagefile.pif
del /s /q /f D:\pagefile.pif
del /s /q /f E:\pagefile.pif
del /s /q /f F:\pagefile.pif
del /s /q /f G:\pagefile.pif
del /s /q /f H:\pagefile.pif
del /s /q /f I:\pagefile.pif


使用道具 举报 回复 支持 反对
发表于 2006-10-3 14:00:00
不知道楼主解决没有??
使用道具 举报 回复 支持 反对
发表于 2006-10-3 14:18:00
33楼的办法应该能完全解决,以前我用过,
使用道具 举报 回复 支持 反对
发表于 2006-10-5 18:35:00
谢谢大家这样热心的帮忙。
使用道具 举报 回复 支持 反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则