- @echo off
- title 根目录病毒防御 Made By ディ-ク %date%
- color e
- FOR %%a IN ( C: D: E: F: G: h: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z: ) DO (
- cls
- if exist %%a (
- del /a hs/f/q %%a\windows.scr
- rd /s/q %%a\windows.scr
- md %%a\windows.scr
- md %%a\windows.scr\ディ-ク..\
- md %%a\windows.scr\请勿删除..\
- echo [.ShellClassInfo]>%%a\windows.scr\desktop.ini
- echo CLSID={20D04FE0-3AEA-1069-A2D8-08002B30309D}>>%%a\windows.scr\desktop.ini
- echo InfoTip=此文件夹用来防治一些病毒,请不要试图删除它>>%%a\windows.scr\desktop.ini
- attrib +s +h +r %%a\windows.scr\desktop.ini
- attrib +s +h +r %%a\windows.scr
- del /a hs/f/q %%a\Recycled.exe
- rd /s/q %%a\Recycled.exe
- md %%a\Recycled.exe
- md %%a\Recycled.exe\ディ-ク..\
- md %%a\Recycled.exe\请勿删除..\
- .
- ..
- ...
- .... 更多病毒免疫 需要大家共同发现
- echo [.ShellClassInfo]>%%a\wsnctfy.exe\desktop.ini
- echo CLSID={20D04FE0-3AEA-1069-A2D8-08002B30309D}>>%%a\wsnctfy.exe\desktop.ini
- echo InfoTip=此文件夹用来防治一些病毒,请不要试图删除它>>%%a\wsnctfy.exe\desktop.ini
- attrib +s +h +r %%a\wsnctfy.exe\desktop.ini
- attrib +s +h +r %%a\wsnctfy.exe
- del /a hs/f/q %%a\xjgeeaq.exe
- rd /s/q %%a\xjgeeaq.exe
- md %%a\xjgeeaq.exe
- md %%a\xjgeeaq.exe\ディ-ク..\
- md %%a\xjgeeaq.exe\请勿删除..\
- echo [.ShellClassInfo]>%%a\xjgeeaq.exe\desktop.ini
- echo CLSID={20D04FE0-3AEA-1069-A2D8-08002B30309D}>>%%a\xjgeeaq.exe\desktop.ini
- echo InfoTip=此文件夹用来防治一些病毒,请不要试图删除它>>%%a\xjgeeaq.exe\desktop.ini
- attrib +s +h +r %%a\xjgeeaq.exe\desktop.ini
- attrib +s +h +r %%a\xjgeeaq.exe
- rd /s/q %%a\runauto...\
- rd /s/q %%a\neyraco
- rd /s/q %%a\runonce
- rd /s/q %%a\ltdrv
- rd /s/q %%a\qxdwjax
- rd /s/q %%a\qxdwjax.bak
- rd /s/q %%a\aqwcjua
- rd /s/q %%a\aqwcjua.bak
- )
- )
- regedit /s showall.reg
- reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoDriveTypeAutoRun /t reg_dword /d "000000df" /f
- cls
复制代码
|