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 ...
- Export the task; right mouse click the task and save the task as an XML file.
- Edit the export XML and modify the Priority value (default 7).
- Set it to 5, which is the normal value for these tasks.
- Save the edited XML file.
- Delete the original task from Task Scheduler.
- Import the task into Task Scheduler.