当前位置:主页 > 脚本语言 > VBS >

禁止QQ上网的vbs脚本代码

时间:2021-08-14 08:32:46 | 栏目:VBS | 点击:

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

您可能感兴趣的文章:

相关文章