EA Background App to Close After Gaming Session
Hello,
EA background service seems to be a spy app which is required in order to run the EAapp. It seems it transmit between 20 and 50 GB/month of data to EA even without playing EA games.
EAbackground service continue to run even after EAapp is closed (it was not the case with Origin).
You can create a batch file (StopEAspy.bat) that you need to execute (admin rights not required) in order to stop the service.
content to put on the file:
@echo off
sc stop EABackgroundService
timeout /t 1 > nul
sc query EABackgroundService
pause
Echo off prevent to display the commands, next:
The first line stop the service and is the only required.
The second is a 1second delay in order to let the service time enough to close.
The third verify the status.
The fourth wait for you to press any key. Without it you would not be able to see what's happened.
[HOWTO] create the file, open notepad, copy paste the code above and then save as StopEAspy.bat (.bat is very important, it makes the file executable as a command batch).
Double clicking on the .bat file will execute the script.
Have fun!
(cm edit - updated thread)
EDIT:
On EAapp 12.200.0-5457 I do not have the issue anymore.
Hey Everyone,
The EABackgroundService runs in the background so the EA app can run automatic app updates and download game updates in the background.
If you'd rather not have it running, you can disable automatic app updates and background game updates in the EA app settings.To disable automatic Application updates:
- Click the Menu icon (3 horizontal lines) at the top left of the EA app window
- Click Settings
- Click the Application tab
- Click the toggle next to Application Updates as shown in the image below:
To disable background game updates:
- Click the Menu icon (3 horizontal lines) at the top left of the EA app window
- Click Settings
- Click the Download tab
- Click the toggle next to Enable background downloads as shown in the image below
Once these settings are disabled, the EABackgroundService will automatically end after you've shut down the app. Please note: there will be a minute or two delays before the process ends once you've closed the app.