How to remove or unload PROCMON24.SYS, because it blocks games from running

Ni Pro 6 Reputation points
2022-12-21T20:59:20.553+00:00

Hello folks,

this is a really frustrating problem. I'll take FIFA 23 as an example. The game has a new anticheat software implemented that apparently checks the C:\Windows\system32\drivers content for PROCMON23.SYS and PROCMON24.SYS.
The game won't launch if these files exist, anticheat will return an error that it can't run with the software ProcMon (while that software isn't even running, that's how I found out about PROCMON24.SYS).
Obviously I know how I can fix the problem, mainly by booting a Linux live OS from a flash drive, then I can get rid of the file.
But seriously, that can't be the only solution. It's outrageous why "fltmc unload" doesn't work from an elevated command prompt, it's not like I'm trying to unload a driver of which I'm currently using the matching application of. I don't run ProcMon, I ran it once and I had that problem ever since.

Can someone please tell me where I can report that bug - cause it's a bug from my point of view - or how I can get rid of the problem permanently without having to do a boot stick workaround?
Thanks.

Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,100 questions
{count} vote

5 answers

Sort by: Most helpful
  1. Klaude 20 Reputation points
    2024-05-01T15:26:53.91+00:00

    For whatever reason, the developer of Process Monitor (Procmon) did not implement a straightforward method to unload/uninstall the program completely. Even after deleting the Procmon.exe file, the associated driver continues to run in the background, causing persistent issues for users when they try to open games that have anti-cheats where it falsely detects Procmon as a threat.
    (Games that falsely detect Procmon as anti-cheats eg; Roblox, FIFA23)

    Here is a STEP-BY-STEP guide on how to completely unload/remove Procmon from your computer:

    1. Check if Procmon is Running:

    • Open Command Prompt as Administrator.
    • Type fltmc and press Enter. If you see PROCMON24 or 23 on the list, it means it is still running on your computer.

    2. Access the Registry Editor:

    • Press Win + R to open the Run dialog.
    • Type regedit and press Enter.

    3. Navigate to the Procmon Key:

    • Inside Registry Editor, go to Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PROCMON24

    4. Delete the Procmon Key (Folder):

    • Right-click on the "PROCMON24" folder.
    • Select "Delete" from the context menu.

    5. Delete Procmon Driver File:

    • Open Command Prompt as Administrator.
    • Type del /ah C:\Windows\System32\drivers\PROCMON24.SYS and press Enter.

    6. Restart Your Computer:

    • After deleting the key and file, restart your computer to apply the changes.

    7. Confirm Removal:

    • Open Command Prompt as Administrator again.
    • Type fltmc to confirm that Procmon is no longer listed.
    • Procmon24 should now be completely removed from your system!
    1 person found this answer helpful.
    0 comments No comments

  2. Klaude 20 Reputation points
    2024-05-01T15:28:49.4033333+00:00

    Several YouTube videos I came across suggested that removing Procmon is impossible. But I think I might've found the solution after digging for hours.

    1 person found this answer helpful.
    0 comments No comments

  3. Michael Taylor 49,076 Reputation points
    2022-12-21T21:46:36.427+00:00

    Unless you're running Process Monitor, just delete the file. It isn't locked or anything. ProcMon will extract the driver file from its binary and drop it back into the Drivers folder if you run it next time (as administrator). No harm done.


  4. MotoX80 32,091 Reputation points
    2022-12-21T23:33:25.613+00:00

    Run this in an admin command prompt.

    del /ah C:\Windows\System32\drivers\PROCMON24.SYS  
    
    0 comments No comments

  5. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more