欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

禁止QQ上網(wǎng)的vbs腳本代碼

 更新時間:2008年06月04日 08:37:55   作者:  
用vbs查找系統(tǒng)進程,發(fā)現(xiàn)qq的進程則殺掉就是這段代碼的原理
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

相關(guān)文章

最新評論