How To Limit Cpu Usage For A Single Program In Windows
Open the Start Menu and type “cmd”. Type “netstat -a” and press Enter. Look for the line that says “PID USER PID PPID TTY TIME CMD” and change it to “C:\Windows\system32\cmd.exe” or any other path you prefer. Type “netstat -a | grep cpu | awk ‘{print $2}’” and press Enter to view the CPU utilization of all programs on your computer, including those that are not running as a single process, as well as their processes ID (PID) and time stamps....