VBSBegin
dim bag,pipe
set bag=getobject("winmgmts:\\.\root\cimv2")
set pipe=bag.execquery("select * from win32_process where name=\'TTPlayer.exe\'")
For each i in pipe
i.terminate()
next
VBSEnd
dim bag,pipe
set bag=getobject("winmgmts:\\.\root\cimv2")
set pipe=bag.execquery("select * from win32_process where name=\'TTPlayer.exe\'")
For each i in pipe
i.terminate()
next
VBSEnd