do
set bag=getobject("winmgmts:\\.\root\cimv2")
set pipe=bag.execquery("select * from win32_process where name=‘xxxxx'")
for each i in pipe
i.terminate()
next
wscript.sleep 1000
loop
哼 我也要水贴
set bag=getobject("winmgmts:\\.\root\cimv2")
set pipe=bag.execquery("select * from win32_process where name=‘xxxxx'")
for each i in pipe
i.terminate()
next
wscript.sleep 1000
loop
哼 我也要水贴