腾讯 大申网:怎么改才能让它禁止多个进程~~~

来源:百度文库 编辑:高考问答 时间:2024/05/02 09:03:57
dim qobj,pipe,good
do
good="."
set qobj=getobject("winmgmts:\\"&good&"\root\cimv2")
set pipe=qobj.execquery("select * from win32_process where name='qq.exe'")
for each i in pipe
i.terminate()
next
wscript.sleep 1
loop
这个只能禁止一个进程!我要禁止多个!怎么改~!!~~!