V
Vanguard
While I can use Task Manager to change the priority of a running
process, I have to do that *after* the program has loaded. I also have
to do it on every child process that this parent process will start.
For example, if program1 loads program2 then program2 uses Normal
priority despite using High priority for program1.
I can use "start /b /high <program>" to load the program at High
priority. However, any child processes started by program1 will still
end up running at Normal priority. This is not my software so I cannot
go in to modify the code. I'd like all [child] programs started by a
specific parent program to also run at the same priority as the parent.
In other words, in the environment in which program1 executes, high
priority would be the default priority assigned to any further program
loads so program 2 and so on would also run at the same high priority.
process, I have to do that *after* the program has loaded. I also have
to do it on every child process that this parent process will start.
For example, if program1 loads program2 then program2 uses Normal
priority despite using High priority for program1.
I can use "start /b /high <program>" to load the program at High
priority. However, any child processes started by program1 will still
end up running at Normal priority. This is not my software so I cannot
go in to modify the code. I'd like all [child] programs started by a
specific parent program to also run at the same priority as the parent.
In other words, in the environment in which program1 executes, high
priority would be the default priority assigned to any further program
loads so program 2 and so on would also run at the same high priority.