手机
当前位置:查字典教程网 >脚本专栏 >autoit >AutoIT写的禁止QQ运行的程序代码
AutoIT写的禁止QQ运行的程序代码
摘要:ifProcessExists("qq.exe")then$QQPID=ProcessExists("qq.exe")ProcessClos...

ifProcessExists("qq.exe")then

$QQPID=ProcessExists("qq.exe")

ProcessClose($QQPID)

endif

===============================================================

SetobjWMIService=GetObject("winmgmts:"&"{impersonationLevel=impersonate}!.rootcimv2")

SetcolMonitoredProcesses=objWMIService.ExecNotificationQuery("select*from__instancecreationeventwithin1whereTargetInstanceisa'Win32_Process'")

i=0

DoWhilei=0

SetobjLatestProcess=colMonitoredProcesses.NextEvent

strPrs=LCase(objLatestProcess.TargetInstance.Name)

IfInStr(strPrs,"qq")<>"0"Then

objLatestProcess.TargetInstance.Terminate

EndIf

SetobjLatestProcess=Nothing

Loop

【AutoIT写的禁止QQ运行的程序代码】相关文章:

YY歪歪卡拉ok怎么设置

autoit InputBox 函数

让iPhone6/6 Plus续航延长一倍的神配件

创建Win7标准账户,让系统更安全

安全证书错误怎么办

iPhone启用第三方程序美化照片

autoit GUI相关知识

Aut2Exe编译au3脚本为可执行文件

AutoIt脚本的反编译和代码格式化问题分析

autoit自定义函数

精品推荐
分类导航