Allow setting application priority.
authorIain Patterson <me@iain.cx>
Mon, 6 Jan 2014 17:28:24 +0000 (17:28 +0000)
committerIain Patterson <me@iain.cx>
Mon, 6 Jan 2014 17:49:18 +0000 (17:49 +0000)
The REG_DWORD AppPriority entry corresponds to a priority class as
accepted by SetProcessPriorityClass().  If a valid value is set, it will
be passed to CreateProcess() and the application will start with the
requested priority.


No differences found