Close origins automatically
Close origins automatically
I've been frustrated with Origins (EA launcher) consuming system resources and needing to end tasks in Task Manager. Can I set up the Task Scheduler so that when a game like Titanfall 2 closes, Windows automatically runs a script to close Origins? I usually use Steam to launch the games, but I only want Origins for downloading.
Unfortunetly there is no way. Simply exit Origin after you exit the game.
You can monitor program closures by checking task views in CMD. Create a batch script that checks if the game appears in Task View, then runs your Origins batch file if it's gone. Alternatively, use a small script to listen for task termination events and trigger the kill command accordingly.