Answers for "windows cmd ser process priority"

0

windows cmd ser process priority

wmic process where name="calc.exe" CALL setpriority "above normal"

idle: 64 (or "idle")
below normal: 16384 (or "below normal")
normal: 32 (or "normal")
above normal: 32768 (or "above normal")
high priority: 128 (or "high priority")
real time: 256 (or "realtime")
Posted by: Guest on June-08-2021

Browse Popular Code Answers by Language