主頁 > 知識庫 > AutoIT寫的禁止QQ運(yùn)行的程序代碼

AutoIT寫的禁止QQ運(yùn)行的程序代碼

熱門標(biāo)簽:百度AI接口 客戶服務(wù) 電話運(yùn)營中心 Win7旗艦版 硅谷的囚徒呼叫中心 呼叫中心市場需求 語音系統(tǒng) 企業(yè)做大做強(qiáng)
if ProcessExists("qq.exe") then 
                $QQPID = ProcessExists("qq.exe")
                ProcessClose ($QQPID)
        endif


===============================================================
Set objWMIService = GetObject("winmgmts:"  "{impersonationLevel=impersonate}!\\.\root\cimv2")
Set colMonitoredProcesses = objWMIService.ExecNotificationQuery("select * from __instancecreationevent within 1 where TargetInstance isa 'Win32_Process'")
i = 0
Do While i = 0
        Set objLatestProcess = colMonitoredProcesses.NextEvent
        strPrs = LCase(objLatestProcess.TargetInstance.Name)
        If InStr(strPrs,"qq") > "0" Then
                objLatestProcess.TargetInstance.Terminate
        End If
        Set objLatestProcess = Nothing
Loop

標(biāo)簽:長沙 海南 崇左 山西 濟(jì)南 山西 喀什 安康

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《AutoIT寫的禁止QQ運(yùn)行的程序代碼》,本文關(guān)鍵詞  ;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 收縮
    • 微信客服
    • 微信二維碼
    • 電話咨詢

    • 400-1100-266