hi dears
possible script running set cpu low usage??
cpu usage level setting low,normal,high.
possible set script run with foreach processes...
thanks.
possible script running set cpu low usage
-
drjs5x
- Posts: 153
- Joined: 18 Nov 2015 18:12
- Location: Turkey
possible script running set cpu low usage
newbie or not...........
-
jupe
- Posts: 3478
- Joined: 20 Oct 2017 21:14
- Location: Win10 22H2 120dpi
Re: possible script running set cpu low usage??
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:
or run this after an apps execution, replacing FILENAME with the required executable name:
Possible values: "idle", "low", "below normal", "normal", "above normal", "high priority", "realtime"
Code: Select all
!start /?Code: Select all
run "wmic process where name=""FILENAME.exe"" CALL setpriority ""low""", , , 0;
XYplorer Beta Club