二.制作bat文件,实现自动杀毒。
1 进入安全模式
2 制作bat文件,内容如下:
------------------------------------------------------------------------------------------------------------------------
taskkill /F /IM msinfmgr.exe /T
echo Windows Registry Editor Version 5.00>>antimgr.reg
echo [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_MSINFMGR]>>antimgr.reg
echo [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\msinfmgr]>>antimgr.reg
echo [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Enum\Root\LEGACY_MSINFMGR]>>antimgr.reg
echo [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\msinfmgr]>>antimgr.reg
echo [-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_MSINFMGR]>>antimgr.reg
echo [-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\msinfmgr]>>antimgr.reg
echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\msinflogon]>>antimgr.reg
echo [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]>>antimgr.reg
echo "NoDriveTypeAutoRun"=dword:9d000000>>antimgr.reg
reg import antimgr.reg
del antimgr.reg
del c:\windows\system32\msinfmgr.exe
del c:\windows\system32\msinfdll.dll
del c:\windows\system32\drivers\msinfomgr.sys
del c:\windows\system32\drivers\msinfklg.sys
del d:\autorun.inf
del d:\msinfmgr.exe
del e:\autorun.inf
del e:\msinfmgr.exe
del f:\autorun.inf
del f:\msinfmgr.exe
------------------------------------------------------------------------------------------------------------------------
3 运行antimgr.bat文件,重新启动系统,再运行一下antimgr.bat文件。一定要在重启后运行第二遍,否则病毒清理不干净。有时第一次运行时可能会弹出错误,是因为结束病毒进程时出的错,点确定继续就可以了。
全部回复(1 )
只看楼主 我来说两句 抢板凳