Ice_log Ice_log
寻找梦想之地,却不知在何方
关注数: 0 粉丝数: 10 发帖数: 4,628 关注贴吧数: 4
【网管注意】 发现两个瑞星杀不掉的病毒,被班上的AVP抓到了。virus.win32.perlovga.a【copy.exe病毒】virus.win32.vb.bu【盗游戏号病毒】由于上课,顺手杀了,所以我也不知道究竟是不是变种,虽然没什么危害,但有个这样的东西容易导致系统死机崩溃。暂时我也不知道哪里找到专杀,usbclean不知道能不能杀,这里写个专杀凑合着用吧。@rem 部分原载于 http://hgq.vcmblog.com/archives/2006/172887.html,修改者Ice_log@echo 正在消灭…… taskkill /f /im temp1.exetaskkill /f /im temp2.exetaskkill /f /im copy.exetaskkill /f /im EXPLORER.EXE@rem 注意上面的EXPLORER是大写的。不知道copy变种没有,反正顺手杀一下不会有什么问题。attrib -s -h -r -a C:\windows\xcopy.exedel /f /s /q /a C:\windows\xcopy.exeattrib -s -h -r -a C:\windows\svchost.exedel /f /s /q /a C:\windows\svchost.exeattrib -s -h -r -a C:\windows\system32\temp1.exedel /f /s /q /a C:\windows\system32\temp1.exeattrib -s -h -r -a C:\windows\system32\temp2.exedel /f /s /q /a C:\windows\system32\temp2.exe@echo offc:cd \attrib -s -h -r copy.exedel copy.exe /F/s/q/aattrib -s -h -r *.inf del autorun.inf /F/s/q/aattrib -s -h -r host.exedel host.exe /F/s/q/ad: cd \attrib -s -h -r copy.exedel copy.exe /F/s/q/aattrib -s -h -r *.inf del autorun.inf /F/s/q/aattrib -s -h -r host.exedel host.exe /F/s/q/ae: cd \attrib -s -h -r copy.exedel copy.exe /F/s/q/aattrib -s -h -r *.inf del autorun.inf /F/s/q/aattrib -s -h -r host.exedel host.exe /F/s/q/af: cd \attrib -s -h -r copy.exedel copy.exe /F/s/q/aattrib -s -h -r *.inf del autorun.inf /F/s/q/aattrib -s -h -r host.exedel host.exe /F/s/q/ag:cd \attrib -s -h -r copy.exedel copy.exe /F/s/q/aattrib -s -h -r *.inf del autorun.inf /F/s/q/aattrib -s -h -r host.exedel host.exe /F/s/q/a@echo 修正注册表 echo Windows Registry Editor Version 5.00 >fix.reg echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL]>>fix.reg echo "CheckedValue"=dword:00000001>>fix.reg regedit /s fix.reg del /s fix.reg @echo off reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v "copy.exe" /freg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v "EXPLORER.EXE" /f@echo 完毕。按任意键退出。
1 下一页