How to remove Procmon64 from system

Simon Tomsett 0 Reputation points
2026-08-13T15:39:15.3966667+00:00

I've just installed Kudu (system cleaner), which shows Procmon64 as running at start up. I no longer need Procmon 64.

How do I remove it from my system? I've tried every obvious way, but it's still there. Is this a bug in Kudu or is there a secret removal method?

Sysinternals
Sysinternals

Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Simon Tomsett 0 Reputation points
    2026-08-17T09:50:20.69+00:00

    I've removed Procmon log and Procmon from the Registry, but but it's still showing in Kudu, with a new entry for audio end point builder! I'll try Microsoft Autoruns as a last resort.

    User's image

    Was this answer helpful?


  2. Marcin Policht 106.8K Reputation points MVP Volunteer Moderator
    2026-08-13T17:08:21.3466667+00:00

    Check Task Manager → Startup apps and disable anything named Process Monitor, Procmon, or Sysinternals. Also check these locations for a Procmon shortcut:

    C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp
    %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup
    

    If it isn't there, check Task Scheduler. Run taskschd.msc

    Look under Task Scheduler Library and search for anything referencing Procmon64.exe or Process Monitor. Disable/delete that task if you find one.

    Also check the Run registry keys. From an elevated Command Prompt:

    reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Run"
    reg query "HKLM\Software\Microsoft\Windows\CurrentVersion\Run"
    reg query "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Run"
    

    If one of those contains Procmon64.exe, remove that specific value by using Registry Editor (regedit)

    You can also search the file system for Procmon64.exe and then inspect where it is located. In File Explorer, select This PC and search for Procmon64.exe - you can also use an elevated Command Prompt with where /r C:\ Procmon64.exe. Once you find it, right-click the file and check Properties → Digital Signatures or Details to confirm it is the Sysinternals Process Monitor. If you no longer need it, you can terminate Procmon64.exe first and then delete the executable.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.