Please Close Interception Before Starting the Game

By
On:

The error Please Close Interception Before Starting the Game is a launch-blocking message that can appear in games like Fortnite, Rust, and Apex Legends when the game’s anti-cheat detects the Interception driver (or another low-level input hook that behaves similarly) running on your PC.

Please Close Interception Before Starting the Game error on launch (Fortnite, Rust, Apex Legends)

Anti-cheat systems block Interception because it uses a kernel-mode input driver that can intercept or modify low-level input before it reaches applications. Even if you used it for legitimate remapping or accessibility, anti-cheat often cannot reliably distinguish that from tools that alter raw input for unfair advantages, so it blocks the input layer entirely.

Do this first (fast path):

  • Close all remappers/macro tools (system tray icons) and disable them from Startup (Task Manager > Startup).
  • Do Quick Checks to confirm whether Interception (or a similarly named driver) is present.
  • If Interception is present, go straight to Method 1 (most reliable fix).
  • If Interception is not obvious, start with Method 2 and Method 3 to rule out anti-cheat and other input-hook software.

Quick Checks (Confirm Whether Interception Is Present)

Before changing anything, confirm whether Interception (or a similarly named driver) is actually on the system. These checks are quick, but keep in mind that some tools install similar drivers under different names.

  1. Check the driver file: open this folder and look for interception.sys:
    C:WindowsSystem32drivers
  2. Check hidden devices: open Device Manager > click View > Show hidden devices. Look under input-related sections for anything clearly tied to remappers, filters, or virtual input.
  3. Optional (advanced): list installed drivers (may miss drivers that use a different name):
    driverquery /v | findstr /i interception

    If you see a matching entry, Interception (or something named similarly) is likely installed.

Method 1. Uninstall the Interception Driver

If the Interception driver is installed, it can load at boot and remain detectable even when you are not actively using any remapping tool. Removing the driver stops anti-cheat from seeing an active Interception layer.

Note: The Interception GitHub release includes install-interception.exe, which can properly uninstall the driver.

  1. Go to the Interception GitHub Releases page and download the ZIP:
    Interception GitHub release page
    Download Interception from the official GitHub Releases page
  2. Right-click the downloaded ZIP file, select Extract All, and choose a location to extract the contents.
    Extract the Interception ZIP file in Windows
  3. Open the extracted folder and locate install-interception.exe.Tip: If you do not see it immediately, use Windows Search inside the extracted folder and search for install-interception.exe.
    Locate install-interception.exe inside the Interception package
  4. Press Windows + S, type cmd, right-click Command Prompt, and select Run as administrator.
    Run Command Prompt as administrator in Windows
  5. Run these commands (adjust the folder path to match where you extracted the files):
    cd /d "C:UsersYourNameDesktopInterceptioncommand line installer"
    install-interception.exe /uninstall

    Tip: In Command Prompt, type cd /d (including the space), then drag-and-drop the folder into the window to paste the exact path.

    Uninstall the Interception driver using install-interception.exe /uninstall

  6. When the uninstallation finishes, restart your PC to apply the changes.

After reboot: launch the game again. If Interception was the trigger, the anti-cheat check should pass normally.

To confirm Interception is no longer present:

  1. Check:
    C:WindowsSystem32drivers

    If interception.sys is gone, that is a good sign.

  2. Optional (advanced) check:
    driverquery /v | findstr /i interception

    If it returns nothing, Interception is likely not registered as an installed driver under that name.

Method 2. Disable Third-Party Input Software

Some keyboard, mouse, controller, or macro tools install low-level input hooks for features like macros, rapid-fire, or advanced remapping. Anti-cheat may flag these as suspicious because they can resemble interception-style input filtering.

Examples: macro suites, remappers, virtual controller tools, scripting tools, emulator adapters, or specialized input drivers.

Step A (recommended): close the software completely and stop it from launching with Windows.

  1. Close the tool from the system tray (not just the window).
  2. Open Task Manager > Startup tab > disable remappers/macro tools you recognize.
    Please Close Interception Before Starting the Game Disabling Startup Applications 1
  3. Restart your PC and test the game.

Step B (best for finding the exact culprit): do a clean boot and test.

  1. Press Windows + R, type msconfig, press Enter.
    Please Close Interception Before Starting the Game msconfig
  2. Go to Services > check Hide all Microsoft services > click Disable all.
    Please Close Interception Before Starting the Game msconfig psNb9sOXbT 1
  3. Go to Startup > click Open Task Manager > disable non-essential startup apps.
  4. Restart and try launching the game. If it works, re-enable items gradually to identify the exact software causing detection.

Important: After testing, undo clean boot changes so your PC runs normally again (re-open msconfig and re-enable your usual services/startup items).

Step C (use only if you know what you’re disabling): temporarily disable suspicious input-related devices/drivers in Device Manager.

  1. Press Windows + X and select Device Manager.
    Open Device Manager in Windows
  2. Look for obvious third-party entries related to remappers, virtual controllers, macro software, or input filters.
  3. Right-click a suspicious/unused third-party device and choose Disable device.
    Disable a third-party device driver in Device Manager to test anti-cheat detection
  4. Restart your PC and test the game.

Important safety note: Do not disable basic devices like HID Keyboard DeviceHID-compliant mouse, or anything you are unsure about. Focus only on tools you intentionally installed.

Method 3. Temporarily Close Controller/Virtual Input Tools

Controller mapping and virtual input tools can keep a virtual controller layer active in the background. This is not Interception by itself, but it can contribute to anti-cheat input detection when combined with other remappers or leftover input drivers. Use this method only as a quick test if you actively use these tools.

Example: DS4Windows

  1. Open the DS4Windows menu from the system tray.
  2. Click Exit (or Stop/Quit, depending on your version).
    Close DS4Windows from the system tray so it stops running in the background
  3. Press Ctrl + Shift + Esc to open Task Manager.
  4. End any tasks related to DS4Windows or other controller/remapping tools.
    End DS4Windows processes in Task Manager
  5. Try launching the game again.

If this fixes it: disable the tool from Startup and only run it when you actually need controller mapping.

Method 4. Don’t Force the Game to Run as Administrator

In some setups, running a game with administrator permissions can change how anti-cheat initializes. If you enabled “Run this program as an administrator,” flip it off and take a look at.

These steps present Rust for instance, however the similar concept applies to different video games.

  1. Open Steam and go to your Library.
  2. Right-click Rust (or your affected sport) and select Manage > Browse native information.
    Browse local files for a Steam game
  3. Locate the sport executable(s), for instance:
    RustConsumer.exe
    Rust.exe
  4. Right-click an EXE and select Properties.
  5. Open the Compatibility tab and uncheck Run this program as an administrator.
  6. Click Apply > OK.
    Disable Run as administrator in Compatibility settings
  7. Close Steam/Epic (if relevant), reopen it, and check out launching the sport once more.

Method 5. Clean Up Leftovers (interception.sys) If It Still Exists

If Interception was beforehand put in, the driver file can generally stay in the Windows drivers folder even after you uninstall. If interception.sys continues to be current, anti-cheat might preserve detecting it.

This technique is a fallback. The greatest repair continues to be Method 1 (correct uninstall). Use the steps under provided that you confirmed the file continues to be there.

  1. Go to:
    C:WindowsSystem32drivers

    Open the Windows System32 drivers folder

  2. Find interception.sys.
  3. Try renaming it to one thing like interception.bak.
    Rename interception.sys to prevent it from being detected or loaded normally
  4. Restart your PC and launch the sport.

Method 6. Reset This PC (Last Resort)

If none of the strategies above take away the detection, particularly if a number of remapping instruments have been put in over time, a Windows reset will be the cleanest approach to take away cussed driver hooks and leftover enter filters.

Important: Back up your vital information first. A reset can take away apps and settings relying on the choice you select.

  1. Search for Reset this PC and open it.
    Open Reset this PC in Windows settings
  2. Click Get Started.
    Click Get Started to begin the Windows reset process
  3. Follow the on-screen steps and select the choice that matches your state of affairs.

If you continue to see the message after a reset, it often signifies one other lively remapper/digital enter layer is put in (or being loaded by a peripheral suite). Recheck controller/keyboard/mouse utilities and keep away from input-hook instruments earlier than launching the sport.

Stay Connected WIth Socialreview.in For More

socialreview.in

Review On AI tool · Education · LifeStyle · Food · Religious · Travel · Movies & Web Series · Movies · Reviews · Appliances · Fan · Headphones · Kitchen-Tech

For Feedback - feedback@example.com

Leave a Comment