今晚电脑中毒了!大虾们救救我!!!

来源:百度知道 编辑:UC知道 时间:2024/05/26 19:51:59
查找资料的时候打开一个网站,就中毒了,死机!我重启后,发现问题大了!症状如下:
管理员帐户进不去了!我WinXP的,有两个帐户,开机一选择管理员帐户,就出现提示:应用程序发生异常 unknown software exception(0xc000000d),位置为0x1001da31
一个确定,一个取消。不管我点哪个,一会后都是蓝屏,死机!

如果我进普通的受限帐户,倒是可以进,但是发现系统时间被修改了,变成:2087年10月18日!造成卡巴斯基过期不能用!该死的病毒!

大虾们想想办法,我该怎么办?我还原过系统了,还是没法解决!受限帐户又不能安装软件!

步骤:

开始-运行-gpedit.msc-管理模板-系统-关闭自动播放(设置所有驱动器)

注意:刚恢复的系统不要双击盘符 用右键-打开进 删除那几个隐藏的文件

建个批处理

@echo off

attrib -r -a -s -h e:\autorun.inf

attrib -r -a -s -h e:\mypaly.exe

attrib -r -a -s -h e:\pagefile.*

attrib -r -a -s -h e:\setup.exe

attrib -r -a -s -h e:\sxs.exe

attrib -r -a -s -h d:\autorun.inf

attrib -r -a -s -h d:\mypaly.exe

attrib -r -a -s -h d:\pagefile.*

attrib -r -a -s -h d:\setup.exe

attrib -r -a -s -h d:\sxs.exe

del d:\autorun.inf /q

del d:\mypaly.exe /q

del d:\pagefile.* /q

del d:\setup.exe /q

del d:\sxs.exe /q

del e:\autorun.inf /q

del e:\mypaly.exe /q

del e:\pagefile.* /q

del e:\setup.exe /q

del e:\sxs.exe /q

把上面这个东东用文档存为.bat