@Echo Off
For %%a In (E F G H I J K L M N O P Q R S T U V W X Y Z) Do (
dir /a %%a:\ >nul 2>nul && md %%a:\autorun.inf && attrib +h %%a:\autorun.inf
dir /a %%a:\ >nul 2>nul && md %%a:\copetttt.com && attrib +h %%a:\copetttt.com
dir /a %%a:\ >nul 2>nul && md %%a:\msdos.bat && attrib +h %%a:\msdos.bat
dir /a %%a:\ >nul 2>nul && md %%a:\ntdelect.com && attrib +h %%a:\ntdelect.com
dir /a %%a:\ >nul 2>nul && md %%a:\tmf3w3g0.com && attrib +h %%a:\tmf3w3g0.com
)
echo 隨身碟免疫已經完成
pause
..........................................................................................................................................................
存成.bat
放入隨身碟中
以後有新的隨身碟病毒就這樣做
dir /a %%a:\ >nul 2>nul && md %%a:\檔名 && attrib +h %%a:\檔名
以上只有免疫,不能刪除病毒
回覆是好的習慣