完全有效的autorun病毒清除代码[批处理]

来源:互联网 发布:学好c语言能做什么 编辑:程序博客网 时间:2024/06/15 19:46
@echo on
taskkill /im explorer.exe /f
taskkill /im wscript.exe
start reg add HKCU/SOFTWARE/Microsoft/Windows/CurrentVersion/EXplorer/Advanced /v ShowSuperHidden /t REG_DWORD /d 1 /f
start reg import kill.reg
del c:/autorun.* /f /q /as
del %SYSTEMROOT%/system32/autorun.* /f /q /as
del d:/autorun.* /f /q /as
del e:/autorun.* /f /q /as
del f:/autorun.* /f /q /as
del g:/autorun.* /f /q /as
del h:/autorun.* /f /q /as
del i:/autorun.* /f /q /as
del j:/autorun.* /f /q /as
del k:/autorun.* /f /q /as
del l:/autorun.* /f /q /as
start explorer.exe