
How to Fully Delete Kernel Level ACE-Anticheat Leftovers
Ву 12FingaAlien.
How to get rid of the Wuthering Waves anti-cheat after you uninstall the game. The anti-cheat software, called ACE, sometimes stays on your computer even when the game is gone. Follow these steps to remove it completely.
- Open Command Prompt or PowerShell with administrator rights. You can search for “cmd” or “powershell” in the Windows search bar, right-click it, and choose “Run as administrator”.
- Type these commands one by one and press Enter after each:
sc delete ACE-GAME
sc delete ACE-BASE
sc delete "AntiCheatExpert Service"
sc delete "AntiCheatExpert Protection"
- Check if the services are gone. Type these commands and press Enter after each:
sc query ACE-BASE
sc query "AntiCheatExpert Service"
- If either command says the service is still running, you need to restart your computer.
- After restarting, open Command Prompt or PowerShell as an administrator again.
- Type these commands again, pressing Enter after each:
sc delete "AntiCheatExpert Service"
sc delete "ACE-BASE"
- Now, find and delete these files and folders. Use Shift + Delete to remove them permanently.
- Go to
C:\Program Files
and delete theAntiCheatExpert
folder. - Go to
C:\ProgramData
and delete theAntiCheatExpert
folder. (TheProgramData
folder might be hidden. In File Explorer, go to the ‘View’ tab and check the box for ‘Hidden items’). - Go to
C:\Windows\System32\drivers
and delete the file namedACE-BASE.sys
.
- Go to
That should completely remove the anti-cheat components from your system.
Be the first to comment