I have an application on a wts that has to run with administrator privileges. It checks for running instances of Internet Explorer and does not start if it finds that there is an instance of IE running (because it will spawn it's on IE instance).
So if any other user on the same terminal server is also working with IE, this application won't start.
Is there any way to trick this application, so that it can't access the current running processes list? Or receives a fake one? I'd prefer free & open source solutions. I am also a .NET developer myself, so I could write some starter if that is required. I'm a bit lost, because I never had to worry about such access
Thanks for your time!