s.bat

来自「常有的解决U盘病毒专杀(带源码)」· Batch 代码 · 共 33 行

BAT
33
字号
@echo off 
c: 
cd \ 
attrib -s -h -r copy.exe 
del copy.exe /F 
attrib -s -h -r *.inf 
del autorun.inf /F 
d: 
cd \ 
attrib -s -h -r copy.exe 
del copy.exe /F 
attrib -s -h -r *.inf 
del autorun.inf /F 
e: 
cd \ 
attrib -s -h -r copy.exe 
del copy.exe /F 
attrib -s -h -r *.inf 
del autorun.inf /F 
f:
cd \ 
attrib -s -h -r copy.exe 
del copy.exe /F 
attrib -s -h -r *.inf 
del autorun.inf /F 
h:
cd \ 
attrib -s -h -r copy.exe 
del copy.exe /F 
attrib -s -h -r *.inf 
del autorun.inf /F 
@echo 修复完成。按任意键继续……记得手动重启计算机!! 
pause

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?