possible script running set cpu low usage

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
drjs5x
Posts: 152
Joined: 18 Nov 2015 18:12
Location: Turkey

possible script running set cpu low usage

Post 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.
newbie or not...........

jupe
Posts: 2795
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: possible script running set cpu low usage??

Post 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"

Post Reply