Can currently get list of all processes running on workstation using System.Diagnostics.Process.GetProcesses thats not a problem. I would like the app to be notified (onevent) when a new application starts in memory. Does anyone know how to do this ?
Unfortunately that’s the last thing that I am after. I want to catch the app as it's loaded in memory so I can kill the app if it is an unknown. If the timer is to long it can cause the unwanted process to run for a time and to short the app consumes the processor.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.