So I try this on windows 8.1:
start /low cmd
And I get cmd process with low priority. But when I do:
start /realtime cmd
I get new cmd process with high priority.
Is there a way to get realtime without setting it manually? Also, can I somehow set desired priority from the code of my application, maybe WinApi or something?