Starts the installed task for role.
role
Future<void> start(String role) => _check('schtasks.exe', runArgs(taskName(role)), 'start task');