vbs结束windows进程

set ws=wscript.createobject("wscript.shell")

do
ws.run "taskkill /f /im CNAB4RPK.EXE",0
ws.run "taskkill /f /im mDNSResponder.exe",0
ws.run "taskkill /f /im AdskScSrv.exe",0
ws.run "taskkill /f /im SGTool.exe",0
ws.run "taskkill /f /im SCARDSVR.EXE",0
ws.run "taskkill /f /im SogouExe.exe",0
ws.run "taskkill /f /im LiveUpdate360.exe",0
ws.run "taskkill /f /im imapi.exe",0
ws.run "taskkill /f /im userinit.exe",0
ws.run "taskkill /f /im SoftMgrLite.exe",0
ws.run "taskkill /f /im SohuNews.exe",0
ws.run "taskkill /f /im ImeUtil.exe",0
ws.run "taskkill /f /im AppleMobileDeviceService.exe",0
ws.run "taskkill /f /im SogouCloud.exe",0
ws.run "taskkill /f /im SGImeGuard.exe",0
wscript.sleep 1000
loop
posted on 2014-12-31 17:53  youzhu  阅读(2641)  评论(0)    收藏  举报