EXE感染文件夹杀毒bat文件
2008年03月04日
@echo off
d:
cacls *.exe /g new:f
attrib -s -h -r -a autorun.inf
attrib -s -h -r -a cmxpbpl.exe
attrib -s -h -r -a rising.exe
attrib -s -h -r -a setup.exe
attrib -s -h -r -a superdown.exe
attrib -s -h -r -a sxs.exe
pause


评论