Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

TaskList /C (Priority)

Aug
1,917
68
Hi,
I am running;

Code:
TCC  16.00.43  Windows Vista [Version 6.0.6002]
TCC Build 43  Windows Vista Build 6002  Service Pack 2

The @PRIORITY function returns a numerical representation of the priority class for a specified process ID.

TaskList /C also returns a numerical representation of the priority class for a specified process ID.

Priority returns a text representation of the priority class for a specified process ID.

In the help for TaskList, would it be possible to include the numerical representations of the priority classes, as they are included in the help for @Priority, or at least a link to the @Priority function? That is;

Code:
8000 - Above normal
4000 - Below normal
100 - Realtime
80 - High
40 - Idle
20 - Normal

After I ran TaskList /C, it took me a while to locate in the help file what each number represented.

Joe
 
While at it, in both the function and the command it would make the HELP page easier to read if the tables vertically aligned the hyphens instead of making them left justified. Beautification, not added functionality.
 
Back
Top