Process Governor 3.0.24350
Process Governor allows you to limit CPU and memory usage for running or new processes from the Command Line.
You can use this app to set constraints on a process. This will be useful in cases when noticeable usage spikes occur when you are running an up-to-date OS on an older machine, for instance.
Process Governor permits you to set limits on a newly created process or one already running. To attach to a process, use the -p|--pid switch, i.e., procgov --maxmem 40M --pid 1234. To start a new process with the limits applied, pass the process image path and its arguments as procgov arguments, e.g., procgov --maxmem 40M c:\temp\test.exe arg1 arg2".
Process Governor will help control running/new processes CPU/memory usage; extensive details can be found at the author's repository.
Similar:
How to Identify Processes or Services on Your Computer
How to Save a Text File of All Running Processes With TaskList
How-To Customize Process Information Viewed in Task Manager
Automatic and Manual Trigger Start Explained
How to Add Services to Control Panel in Windows
Process Governor 3.0.24350
Process Governor allows you to limit CPU and memory usage for running or new processes from the Command Line.