開啟一個新的 新文字文件.txt
把以下內容複製貼上 並且更名為 XXX.bat (XX請自行命名)
之後放入隨身碟攜帶即可
//=================以下剪下====================
@echo off
echo 顯示可能隱藏唯讀病毒檔案
if EXIST Autorun.inf attrib -r -a -s -h Autorun.inf
if EXIST Autorun.inf echo 有Autorun.inf
if EXIST RECYCLER attrib -r -a -s -h RECYCLER
if EXIST RECYCLER echo 有RECYCLER
echo.
echo 刪除隨身碟的可能自動執行檔+病毒
if EXIST RECYCLER RD /s /q RECYCLER
if EXIST RECYCLER del /f /q Recycled
rem //if EXIST C:\Program Files\WowUSBVirusKiller\start.bat del /f /q C:\Program Files\WowUSBVirusKiller\start.bat
rem 去除屬性 刪除檔案
if EXIST gnwav.exe attrib -r -a -s -h gnwav.exe
if EXIST gnwav.exe echo 隨身碟病毒:gnwav.exe
if EXIST gnwav.exe del /f /q gnwav.exe
echo.
echo 刪除,建立Autorun.inf
if EXIST Autorun.inf attrib -r -a -s -h Autorun.inf
if EXIST Autorun.inf del /f /q Autorun.inf
if EXIST Autorun.Vinf del /f /q Autorun.Vinf
rem 去除屬性 建立目錄+檔案 +屬性
if EXIST avtorun.inf attrib -r -a -s -h avtorun.inf
if not EXIST avtorun.inf echo 建立avtorun.inf
if not EXIST avtorun.inf md avtorun.inf
if not EXIST avtorun.inf\README.TXT echo 這是用來防止再被病毒寫入的資料夾,請勿刪除!>avtorun.inf\README.TXT
if EXIST avtorun.inf\README.TXT attrib +r +a avtorun.inf\README.TXT
if EXIST avtorun.inf attrib +r +a +s +h Avtorun.inf
rem 建立檔案
echo [autorun]>Autorun.inf
echo open=更名+關監控+防毒.bat>>Autorun.inf
if EXIST 小毛的隨身碟 echo icon=便利.ico>>Autorun.inf
attrib +r +a +s +h Autorun.inf
echo.
echo 開啟檔案
if EXIST 小毛的隨身碟 taskkill.exe /F /IM 無效工作.exe
if EXIST 小毛的隨身碟 and EXIST 隨身碟防毒程式\無效工作.exe start 隨身碟防毒程式\無效工作.exe
if EXIST 小毛的隨身碟 and EXIST 隨身碟防毒程式\無效工作.exe start 隨身碟防毒程式\kavo_killer舊版本.exe
if EXIST 隨身碟防毒程式\kavo_killer舊版本.exe start 隨身碟防毒程式\kavo_killer舊版本.exe
echo.
echo 新型態隨身碟病毒解毒
rem 新型態隨身碟病毒解毒
chdir /d c:\windows\system32
if EXIST uret*.exe attrib -s -h -r uret*.exe
if EXIST uret*.exe del /f /q uret*.exe
if EXIST lhg*.dll attrib -s -h -r lhg*.dll
if EXIST lhg*.dll del /f /q lhg*.dll
if EXIST c:\autorun.inf chdir /d c:\
if EXIST autorun.inf attrib -s -h -r autorun.inf
if EXIST autorun.inf del /f /q autorun.inf
if EXIST 6vu*.com attrib -s -h -r 6vu*.com
if EXIST 6vu*.com del /f /q 6vu*.com
rem 還有你找到的其他病毒檔案也用相同方法刪除
rem d: 同以上c:作法刪除autorun.inf和6vu680.com
rem e: f: g: 如果還有的話也一樣
echo.
echo 關閉監視軟體
chdir /d c:\Program Files\HUNGKE
ren PowerClass PowerClass1
taskkill.exe /F /IM RSagent.exe
taskkill.exe /F /IM eClient.exe
taskkill.exe /F /IM ePointer.exe
taskkill.exe /F /IM start.bat
taskkill.exe /F /IM WowUSBAutoUpdate.exe
taskkill.exe /F /IM WowUSBSecurity.exe
taskkill.exe /F /IM CINTLCFG.EXE
taskkill.exe /F /IM TINTLCFG.EXE
taskkill.exe /F /IM Actor.exe
rem //chdir /d "c:\Documents and Settings\HWC-\「開始」功能表\程式集\啟動\"
rem //if EXIST "VIVO 2.1–學生面板" del /f /q "VIVO 2.1–學生面板"
echo.
echo 清除完畢
echo 連上小毛的Blog網站…
start "Internet Explorer" http://www.wretch.cc/blog/babyxkimo
pause
//=============================================