How to Disable Faceit and Vanguard Anti-Cheat Systems
This guide provides step-by-step instructions for safely disabling Faceit and Riot Vanguard anti-cheat systems when you need to temporarily suspend their operations.
Understanding Anti-Cheat Systems​
Anti-cheat systems like Faceit and Vanguard run at the kernel level to ensure game integrity. While they're essential for competitive gaming, you might need to disable them temporarily for:
- Running certain development tools
- Testing other applications
- Resolving system conflicts
- Performing system maintenance
Disabling Faceit Anti-Cheat​
Method 1: Using Windows Services​
- Press
Win + R
and typeservices.msc
- Locate "FACEIT Client Service"
- Right-click and select "Properties"
- Change "Startup type" to "Disabled"
- Click "Stop" under "Service status"
- Click "Apply" and "OK"
Method 2: Using Command Line​
# Open Command Prompt as Administrator
net stop "FACEIT Client Service"
sc config "FACEIT Client Service" start=disabled
Verifying Faceit is Disabled​
- Open Task Manager
- Check for "faceitclient.exe" and "faceitservice.exe"
- These processes should not be running
Disabling Riot Vanguard​
Important Note​
Vanguard is required for playing VALORANT. Disabling it will prevent you from playing the game until you re-enable it.
Steps to Disable​
- Locate Vanguard in System Tray
- Right-click the Vanguard icon
- Select "Exit Vanguard"
- Confirm the action when prompted
Alternative Method: System Settings​
- Open Windows Settings
- Navigate to "Apps" or "Apps & Features"
- Search for "Riot Vanguard"
- Click "Uninstall"
- Follow the uninstallation prompts
Command Line Method​
# Open Command Prompt as Administrator
net stop vgc
net stop vgk
sc config vgc start=disabled
sc config vgk start=disabled
Re-enabling Anti-Cheat Systems​
Faceit​
- Return to Services or use Command Line
- Set startup type to "Automatic"
- Start the service
sc config "FACEIT Client Service" start=auto
net start "FACEIT Client Service"
Vanguard​
- Simply launch VALORANT
- The game will automatically reinstall Vanguard
- Restart your computer when prompted
Troubleshooting​
Common Issues with Faceit​
- Error 2: Service not starting
- Solution: Restart your computer and try enabling the service again
- Missing dependencies
- Solution: Reinstall Faceit Anti-Cheat completely
Common Issues with Vanguard​
- Error 29: System reboot required
- Solution: Restart your computer
- Vanguard not uninstalling
- Solution: Use the Riot Vanguard removal tool from official support
Best Practices​
- Always exit games before disabling anti-cheat
- Document any custom settings before disabling
- Use official methods for disabling/enabling
- Keep systems updated to avoid conflicts
- Never modify anti-cheat files directly
Additional Resources​
Remember that modifying anti-cheat systems should only be done for legitimate purposes and in accordance with the terms of service of respective platforms.