Forum Discussion
[I FOUND THE ANSWER]
Hi everyone, after several weeks of experiencing the same issues as you, I found a solution to stop Battlefield 6 and my EA launcher from closing on their own.
I was getting errors on EABackgroundService, so I simply created my own .bat file to fix it.
To put it simply, I saw that the EaBackgroundService service was closing on its own, which caused the launcher and the game to close.
SO, I invite you to put these lines of code in a .bat file. Once launched in admin mode, you can launch your EA Launcher (and your game).
Here is the code:
@echo off
title EA FORCE LOOP
echo Monitoring active... Do not close.
:loop
:: Force Manual mode if it switches to disabled
sc config EABackgroundService start= demand >nul 2>&1
:: Restart immediately if it stops
sc start EABackgroundService >nul 2>&1
:: No timeout here to be as fast as possible
goto loop
Hope this helps!
- G0K1E1 month agoSeasoned Newcomer
i dont know if im dum but where do i find this .bat file ? xD
- ImSroune1 month agoNew Novice
No, you're not stupid, haha, when I say to create a .bat file.
You have to go to Notepad, then copy and paste the program (which I put in my first message), and then save it (still in Notepad) as “FixEA.bat.”
Then it will automatically create a .bat file (system language) that you run as an administrator.
- Smashingman30616 days agoRising Newcomer
does this work for steam? ea app cant see bf6 but it can see all of my other games. I have had this since the first update and ea support is worthless- cant get a refund because i have over 30 hours of troubleshooting since launch. this is ridiculous at this point