Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
delete the 'EasyAntiCheat_EOS' folder in C:\Program Files (x86)
then Use Registry Editor to delete all keys and values that had 'EasyAntiCheat_EOS' to do this search up "REGEDIT" in search.
right-click on HKEY_LOCAL_MACHINE > Find and look up the term EasyAntiCheat_EOS and delete any you can find by search again.
then go into elden ring's game files in the installation folder and navigate to easy anti cheat, and click on the install_easyanticheat_eos_setup
a prompt will pop up and hit enter
also a cleanup of the event log database could be needed
run powershell as administrator
run this command
Get-EventLog -LogName * | ForEach { Clear-EventLog $_.Log }
I also googled the "0xC0000022" and then this comes forward with a few suggestions.
https://answers.microsoft.com/en-us/windows/forum/all/error-0xc0000022/e8602d2a-ed85-4590-aad3-677d27d3a5a9
By the way, how can I make a copy of my safe to not lose my character if something goes bad? And how can I clear the event log database?
you do not need a copy of your savefile for a fresh install of eac, follow the howto, the easyanticheat_eos is related to the use of eac by non epic games, the easyanticheat entry is related to epic games so do what is written in the text and nothing else.
a visual help
it is in german but i think you get it how to use it
https://www.youtube.com/watch?v=CxPbHb3Xacs
how to delete the event logs is also written at my post
run powershell as administrator
run this command
Get-EventLog -LogName * | ForEach { Clear-EventLog $_.Log }
Sorry, I have the pc in spanish
P.D: The video was really useful, thanks
the powershell command is to clear the full event log data base
since you get a database full warning it can be related to too many logs or a faulty database
if the powershell command does not work we have to try a different way
open command prompt as administrator and run this command
for /F "tokens=*" %1 in ('wevtutil.exe el') DO wevtutil.exe cl "%1"