打开了VBS要怎么关闭?
刚实样了个VBS对付熊孩子利器。。自己试验了下。。代码如下:dosetbag=getobject("winmgmts:\\.\root\cimv2")setpipe=ba...
刚实样了个VBS 对付熊孩子利器。。自己试验了下。。代码如下:
do
set bag=getobject("winmgmts:\\.\root\cimv2")
set pipe=bag.execquery("select * from win32_process where name='QQ.exe'")
for each i in pipe
i.terminate()
next
wscript.sleep 10
loop
现在我想知道要怎么关这个VBS?我的QQ打不开了。。。/不开心 展开
do
set bag=getobject("winmgmts:\\.\root\cimv2")
set pipe=bag.execquery("select * from win32_process where name='QQ.exe'")
for each i in pipe
i.terminate()
next
wscript.sleep 10
loop
现在我想知道要怎么关这个VBS?我的QQ打不开了。。。/不开心 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |