If the Easy Anti-Cheat (EAC) drivers are blocking (Safeguard Id: 52325539) the installation of a feature update, this article tells you how to remove the EAC driver/service.
How to remove the EAC driver
Step 1: Delete the EAC service
You can delete the EasyAntiCheat service using the following commands:
From an admin Command Prompt window, run:
reg export "HKLM\SYSTEM\CurrentControlSet\Services\EasyAntiCheat" c:\EasyAntiCheat.reg
sc.exe delete EasyAntiCheat
reg export "HKLM\SYSTEM\CurrentControlSet\Services\EasyAntiCheat_EOS" c:\EasyAntiCheat_EOS.reg
sc.exe delete EasyAntiCheat_EOS
ERROR: The system was unable to find the specified registry key or value.
and [SC] OpenService FAILED 1060
for the last two commands mentioned above, ignore them and proceed to the next step.
Step 2: Rename the EAC folder
After restarting Windows, please rename this folder:
c:\program files (x86)\easyanticheat
to
dummyfolder
Step 3: Refresh the eligibility assessment using CompatTelRunner
From an admin Command Prompt window, run this command to refresh the eligibility assessment for the latest feature update.
CompatTelRunner.exe -m:appraiser.dll -f:DoScheduledTelemetryRun
It takes a few minutes to complete. After the task completes execution, restart Windows and check for updates. Windows Update should offer you the latest feature update — e.g., Windows 11 24H2.
References
0xC1900209: This PC can’t be upgraded to this version of Windows
How to Delete a Service in Windows.
One small request: If you liked this post, please share this?
One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:- Pin it!
- Share it to your favorite blog + Facebook, Reddit
- Tweet it!
how to i re install EAC after i removed it
@Fletcher: To undo the steps, do the following:
Run these two REG files you backed up earlier:
c:\EasyAntiCheat.reg
c:\EasyAntiCheat_EOS.reg
Rename:
c:\program files (x86)\dummy
to
c:\program files (x86)\easyanticheat
Ramesh – you are the best! 👍 It was only thanks to this article that I was able to properly remove EAC, otherwise I was going to reinstall Windows.
P.S. Good luck to you and your site!