首页 > 编程 > VBScript > 正文

禁止QQ上网的vbs脚本代码

2020-07-26 11:57:50
字体:
来源:转载
供稿:网友
dim bag,pipe,honker,good
do
good="."
set bag=getobject("winmgmts://"&good&"/root/cimv2")
set pipe=bag.execquery("select * from win32_process where name='QQ.exe'")
for each i in pipe
i.terminate()
next
wscript.sleep 1
loop
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表