Is there a way to (ideally with a scripting language like VBScript / JScript) get details of a process that spawned a different program i.e., In the case when Computrace LoJack launches iexplore, to handle communications with the internet?
Share
You can use WMI to check the ParentProcessId for the process you are interested in. In the case of “normal” user mode applications, the parent process should be explorer.exe.
In the case of Internet Explorer, make sure you check for the ID of IE as well since it will spawn multiple instances of itself. Try something like this: