Python wmi实时监控(同步阻塞)windows进程创建

 c = wmi.WMI()
 process_watcher = c.Win32_Process.watch_for("creation")
 while True:
      process = process_watcher()
posted @ 2019-12-20 17:02  李随风  阅读(480)  评论(0)    收藏  举报