Page 1 of 1

possible script running set cpu low usage

Posted: 18 Mar 2018 14:38
by drjs5x
hi dears
possible script running set cpu low usage??
cpu usage level setting low,normal,high.

possible set script run with foreach processes...
thanks.

Re: possible script running set cpu low usage??

Posted: 18 Mar 2018 14:43
by jupe
if you are running an external program you should be able to use Start in the command line, you can type this in the XY address bar for more information on how:

Code: Select all

!start /?
or run this after an apps execution, replacing FILENAME with the required executable name:

Code: Select all

run "wmic process where name=""FILENAME.exe"" CALL setpriority ""low""", , , 0;
Possible values: "idle", "low", "below normal", "normal", "above normal", "high priority", "realtime"