📄 kill.bat
字号:
@echo off
title 柳如悲风Autorun.inf病毒专杀测试版
color 9f
@echo 柳如悲风Autorun.inf病毒专杀测试版
@echo 开始查杀
@echo 结束病毒进程
taskkill /f /im sovhost.exe
taskkill /f /im rose.exe
taskkill /f /im sxs.exe
@echo 修正注册表
echo Windows Registry Editor Version 5.00 >fix.reg
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL]>>fix.reg
echo "CheckedValue"=dword:00000001>>fix.reg
regedit /s fix.reg
del /s fix.reg
@echo 开始删除各盘病毒文件
@echo 同时生成免疫文件……
attrib -a -s -r -h %windir%\system32\sxs.exe
del /s /q /f /a %windir%\system32\sovhost.exe
attrib -a -s -r -h %windir%\system32\sovhost.exe
del /s /q /f /a %windir%\system32\sxs.exe
attrib -a -s -r -h c:\sxs.exe
del /s /q /f /a c:\sxs.exe
attrib -a -s -r -h c:\autorun.inf
del /s /q /f /a c:\autorun.inf
md c:\Autorun.inf
md c:\Autorun.inf\病毒免疫程序请不要删除!..\
attrib a s r h c:\Autorun.inf
del /s /q /f /a D:\autorun.inf
attrib -a -s -r -h D:\sxs.exe
del /s /q /f /a D:\sxs.exe
attrib -a -s -r -h D:\autorun.inf
md d:\Autorun.inf
md d:\Autorun.inf\病毒免疫程序请不要删除!..\
attrib a s r h d:\Autorun.inf
attrib -a -s -r -h G:\sxs.exe
del /s /q /f /a G:\sxs.exe
attrib -a -s -r -h G:\autorun.inf
del /s /q /f /a e:\autorun.inf
md G:\Autorun.inf
md G:\Autorun.inf\病毒免疫程序请不要删除!..\
attrib a s r h G:\Autorun.inf
cls
@echo ===============================
@echo 处理C\D\G盘病毒完毕
@echo 硬盘分区更多用户请自行修改程序
@echo 欢迎访问 http://lrbf.126.com
@echo 有任何意见或问题请留言给我
@echo ===============================
pause
exit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -