Using WMI VB scripting, I would like to create/attach multiple child processes to a parent process, such as the explorer process.
Any ideas how this can be done? Below is my code that fails.
Thanks!
Chris
Option Explicit
dim wmi, rootProcessName, rootProcess, objStartup, objConfig...