用微波炉烤土豆片视频:怎么改才能让它禁止多个进程~~~

来源:百度文库 编辑:神马品牌网 时间:2024/05/11 05:21:30
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
这个只能禁止一个进程!我要禁止多个!怎么改~!!~~!