史萊姆論壇

史萊姆論壇 (http://forum.slime.com.tw/)
-   一般電腦疑難討論區 (http://forum.slime.com.tw/f17.html)
-   -   中毒 (http://forum.slime.com.tw/thread234076.html)

q1202609 2008-08-12 11:49 AM

中毒
 
隨身碟中了hider.i的病毒,防毒軟體解不了,google的文章又看不懂,有沒有高手可以幫一下:on_72:

不飛 2008-08-12 12:09 PM

引用:

作者: q1202609 (文章 2005605)
隨身碟中了hider.i的病毒,防毒軟體解不了,google的文章又看不懂,有沒有高手可以幫一下:on_72:

http://forum.slime.com.tw/thread208952.html

q1202609 2008-08-12 01:19 PM

對不起因為是隨身碟中毒並沒有傳染到電腦

不飛 2008-08-12 01:41 PM

開啟記事本,
把下方紅色文字複製上去,然後另存新檔成為 USB.bat
然後點兩下試試看 :

語法:

@echo off
title Killer Of Trojan.Win32.Hider.i
echo Killer Of Trojan.Win32.Hider.i
chcp | find "437" >nul && (set "fs=Removable Drive" & set "rs=Application" & goto :start)
chcp | find "936" >nul && (set "fs=可移動驅動器" & set "rs=應用程序" & goto :start)
chcp | find "950" >nul && (set "fs=卸除式磁碟機" & set "rs=應用程式" & goto :start)
echo Language Not Supported & pause
goto :eof
:start
rem Kill Process
taskkill /f /im isass.exe >nul
rem Delte Files
del %windir%\system32\isass.exe /f /q /a >nul
rem Clean Registry
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\HideFileExt" /v UncheckedValue /t REG_DWORD /d 0 /f >nul
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden" /v UncheckedValue /t REG_DWORD /d 1 /f >nul
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v ShowSuperHidden /t REG_DWORD /d 1 /f >nul
reg add "HKCR\exefile" /ve /d %rs% /f >nul
sc delete "CSNetManagerXp" >nul
 
rem Other
if not exist %windir%\system32\wbem\wmic.exe goto :C1
for /f "skip=2" %%i in ('fsutil fsinfo drives ^| more') do (
        fsutil fsinfo drivetype %%i | find "%fs%"        >nul&& call :DF %%i
)
goto :END
:C1
set /p "u=%fs%:?(g:\ OR g:\ h:\)"
for %%i in (%u%) do call :DF %%i
goto :END
:DF
for /f "delims=" %%a in ('dir %1 /b /ad /s') do (
    attrib "%%~dpna" -s -h
    del "%%~dpna.exe" /f /q /a 1>nul 2>nul
)
goto :eof
 
:END
pause


q1202609 2008-08-12 06:06 PM

沒有辦法勒,怎麼辦?

Living 2008-08-12 09:18 PM

按趨勢網站的說法是你需要
更新到8.3版
關畢系統還原
重開機進如安全模式
修改REGISTRY
最後才掃毒

修改些什麼請參考趨勢網站


所有時間均為台北時間。現在的時間是 03:49 AM

Powered by vBulletin® 版本 3.6.8
版權所有 ©2000 - 2025, Jelsoft Enterprises Ltd.

『服務條款』

* 有問題不知道該怎麼解決嗎?請聯絡本站的系統管理員 *


SEO by vBSEO 3.6.1