Question Close an exe when i close a game.

Ralston18

Titan
Moderator
How are AuroraChrome and Overwatch currently being started? Windows start, manual start?

My thought would be a desktop icon with a Powershell script.

Most likely there are a couple of options available to you depending on other circumstances and details.

Script would need to launched at system boot or perhaps manually when you wish to play.

The script would continually check if Overwatch was running. And IF true, continue checking.

IF false THEN close/stop AuroraChrome.

You will need a loop to do the checking and within the loop the necessary IF THEN ELSE logic to loop again or close AuroraChrome and exit the loop and script.

Here is a link that addresses the use of Powershell, to Start, Restart, and Stop Services:

https://www.computerperformance.co.uk/powershell/service-start/