搜索资源列表
MonitorCreateProcessEvent
- 利用WMI监视进程的创建 Private Sub StartMonitorCreateProcessEvent() Set CreateProcessEvent = New SWbemSink Set objSWbemServices = GetObject(\"winmgmts:\\\\.\\root\\cimv2\") objSWbemServices.ExecNotificationQueryAsync CreateProcessEvent, \"SELECT * F
systeminfo
- 查看系统信息使用WMI。 界面跟WINDOWS的任务管理器很相似。功能比较完美。
Process-Monitoring
- 易语言利用WMI对象实现进程监控,进程监控的另一种方法,学习价值更高。-Easy language use WMI object implementation process monitoring, process monitoring another way, the study of higher value.
killstudentmain.vbs
- 利用WMI杀进程用的一个小程序。学生端程序需要关闭进程保护才可以杀掉。-Using WMI kill process with a small program students end need to be closed process protection can kill .
_902_WMI_ProcessCreateTerminate
- Delphi examples using WMI to start and terminate processes.