By registering with us, you'll be able to discuss, share and exchange private messages with other members of our community.
SignUp Now!C:\>priority "take command*"
1528 Normal chrome Take Command - Google Chrome
C:\>priority =1528
1528 Normal chrome Take Command - Google Chrome
C:\>priority =0
0 Unknown [System Process]
C:\>
I think the system process always has a "PID" of zero. So if PRIORITY supported the =pid syntax, you could use =0 to pick up the system process:
v:\> echo %@priority[0]
0
v:\> echo %@priority[4]
0
You can already get priority by PID and (no surprise) it fails for PIDs 0 and 4.
Code:v:\> echo %@priority[0] 0 v:\> echo %@priority[4] 0