Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,804 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I'm planning to monitor a process by ProcMon, and I need the output to be on the shell not on the GUI. any clue how can I run it using a CMD or PowerShell command?
View the Process Monitor Usage at the command line via:
Procmon /?
For example, to capture the for five minutes and output to specified file path:
Procmon /OpenLog <Logfile.PML> /Runtime 300 /Minimized /Quiet /SaveAs <filepath>
Cheers,
Carnegie