Windows - Correct probkup and db startup priority

If the WIN task scheduler is used to start dbs or run probkup and priority is less than 5 (default 7 - lower priority) then correct it using these steps.

Both

Use util/procexp, rightmost col is the priority, if it is less than 5 ...

  1. Export the task; right mouse click the task and save the task as an XML file.
  2. Edit the export XML and modify the Priority value (default 7).
  3. Set it to 5, which is the normal value for these tasks.
  4. Save the edited XML file.
  5. Delete the original task from Task Scheduler.
  6. Import the task into Task Scheduler.