Opening Overwatch using Python (subprocess.Popen)

I apologize if this topic isn’t allowed here. I understand it’s a bit tangential. It’s a bit of a long shot to ask this here anyway, but I’m hoping someone familiar with operating systems can answer it. It’d be even better if a Blizzard engineer could answer! :slight_smile:

I am building a little utility for personal use that lets me open applications on my desktop using commands sent to it remotely. I achieve this using Python’s subprocess.Popen (and possibly) with a Windows creation flag indicating DETACHED_PROCESS. I would love to open Overwatch this way, but I’m worried that anti-cheat will detect this and trigger a false positive.

Anyone know if opening processes like this is detected by the target application as any different from double-clicking the .exe? Because for me in practice, it isn’t!