Software Alternatives & Reviews

Process Monitor Reviews

Monitor file system, Registry, process, thread and DLL activity in real-time.

Social recommendations and mentions

We have tracked the following product recommendations or mentions on Reddit and HackerNews. They can help you see what people think about Process Monitor and what they use it for.
  • Mysterious Drive Mapping as System User - Survives Everything
    I’d start with Autoruns and if that didn’t find it dig in with Process Monitor. - Source: Reddit / 1 day ago
  • New player having issues with running the RSI Launcher
    Maybe watch with Process Monitor while you run the launcher and see if any of these calls are failing and if any more information about why is exposed? Some interpretation will be needed of course since a lot of failure conditions might appear that are just normal app behavior (i.e. Check to see if a path exists, if this fails, THEN create it, etc). - Source: Reddit / 6 days ago
  • Script works if I walk through it (debug, VSCode), but if I just 'run' it without any breakpoints or interrupts, it crashes silently with no errors
    If your program abruptly terminates with an abnormal closing state, there's a good chance the kernel killed it. There could be all sorts of reasons - you ran out of memory, you committed an access violation, you were terminated by another process like an oomkiller or a virus protection, etc. Tracing your execution by emitting some output is a perfectly reasonable place to start, and there are, frankly, about a... - Source: Reddit / 11 days ago
  • Anyone know what dll files I need For GOW
    Use Process Monitor to find what dll files you're missing. This program is a little tricky for the tech illiterate, but it will absolutely give you an idea of what is going wrong under the hood. - Source: Reddit / 19 days ago
  • config.xml keeps appearing on my desktop pls help
    You can download Process Monitor, a small tool by Microsoft that will tell you with process is using the file https://learn.microsoft.com/en-us/sysinternals/downloads/procmon. - Source: Reddit / 22 days ago
  • 0xc000007b error - Days gone
    Download Process Monitor (Procmon), run it. Click the green filter icon in the top and type in the name of the 'programname.exe' and make sure its set to include then hit OK. - Source: Reddit / 24 days ago
  • Profiler for Windows 11
    To watch your network activity you could use Process Monitor from Microsoft Https://learn.microsoft.com/en-us/sysinternals/downloads/procmon. - Source: Reddit / 24 days ago
  • Norton Strikes Again
    Process Monitor can tell you precisely what all of these processes are doing - file operations, registry operations, and cpu operations. The file operations is especially handy for figuring out who is doing what to your disk. - Source: Reddit / 30 days ago
  • Is this normal? (i9 13900k) Plex (x64, W11) dashboard wont show correct CPU activity.
    It should be noted task manager is also inaccurate. It usually shows 10-20% more CPU than is actually being used. Check Processor Monitor for more accurate monitoring. https://learn.microsoft.com/en-us/sysinternals/downloads/procmon. - Source: Reddit / about 1 month ago
  • why are there three cmd.exes running in the bg? im just making sure these rlly arent viruses bcuz last time i scanned with malwarebytes they didn’t show any detections at all. there are also random apps appearing quickly and disappearing but i wasnt quick enough 2 take a pic of it
    If you are still concerned, I'd suggest closing the CMD exe from Task Manager and then using Process Monitor to see - if it starts up again,/ - what is happening on your disk drive Https://learn.microsoft.com/en-us/sysinternals/downloads/procmon. - Source: Reddit / about 1 month ago
  • Smart Virus? GPU Usage goes to nearly 100% when task manager is not running. Strange one. Please Help!
    Have you tried Process Monitor? It has advanced logging capabilities that might come in handy here. - Source: Reddit / about 1 month ago
  • What the fuck is this? It appears whenever I try to update to PTU and when I click no it just says the install failed. The hell is this?
    Run Process Monitor while reproducing this. Then search back through the logs for your mystery batch file (execute.bat) and you can see what specific process was calling it. - Source: Reddit / about 1 month ago
  • Does Java perform worse on Windows?
    Yes, they are. But take a look what happens under the hood if you build a Java project. https://learn.microsoft.com/en-us/sysinternals/downloads/procmon It is not uncommon to have a million events on the operating system for this operation! - Source: Reddit / about 2 months ago
  • is there anyway to send/detect packets to server from outside of client?
    Wireshark or proxy You can detect to what ip adresses pings by using Ptocess Monitor. - Source: Reddit / about 2 months ago
  • Ask HN: Why is Google Chrome covertly scanning my Hard Drive?
    In Windows, use this tool to monitor all filesystem and registry activity of a given process: https://learn.microsoft.com/en-us/sysinternals/downloads/procmon. - Source: Hacker News / about 2 months ago
  • Downloaded and installed file, believe its a virus, no install location found. Tool to find where it installed too or changes made?
    Process monitor: Https://learn.microsoft.com/en-us/sysinternals/downloads/procmon. - Source: Reddit / 2 months ago
  • Windows software that track started/run programs
    I would probably use Process Monitor (free tool provided by Microsoft). - Source: Reddit / 2 months ago
  • Unable to load php.ini file
    It all looks good to me. I can only speculate that there's some issue with file permissions. I've used Process Monitor in the past to trouble-shoot these kind of problems, but if you're just learning and you already made XAMPP work, you probably don't want to waste more time on this. - Source: Reddit / 2 months ago
  • Finding Windows Settings Values
    If you happen to know where to find that specific setting in gpedit.msc, you could also run process monitor, filter to look for events that match process name mmc.exe and operation is RegSetValueand while you're doing the modification. - Source: Reddit / 2 months ago
  • Additional Questions For IE Error
    Procmon is your friend: https://learn.microsoft.com/en-us/sysinternals/downloads/procmon. - Source: Reddit / 3 months ago
  • Block design regen TCL script locking up after Windows update
    I used process monitor from sysinternals. (https://learn.microsoft.com/en-us/sysinternals/downloads/procmon) I had access to a machine that still worked and my machine that did not work. Traced the calls that MIG.exe made and found access to C:\Windows\System32\p9np.dll that did not happen on the working machine. This file had a pretty recent changed date so I figured that it had to be caused by a windows update... - Source: Reddit / 3 months ago

Do you know an article comparing Process Monitor to other products?
Suggest a link to a post with product alternatives.