9
votes
Windows Equivalent of ‘nice’
If you want to set priority when launching a process you could use the builtin start command:
START ["title"] [/Dpath] [/I] [/MIN] [/MAX] [/SEPARATE | /SHARED]
[/LOW | /NORMAL | / …
