The scheduling service (its name is your brand_scheduler.exe) can be controlled via the command line.
-e to end (stop) the service
-i to install the service, it will run as 'NT AUTHORITY\LocalService'
-i <user> <pass> to install the service with a specific username/password
-s to start the service
-u to remove (uninstall) the service
-x to reinstall the service, it will run as 'NT AUTHORITY\LocalService'
-x <user> <pass> to reinstall the service with a specific username/password
-x to reinstall the service, it will run as 'NT AUTHORITY\LocalService'
-x <user> <pass> to reinstall the service with a specific username/password
Of course its much easier to do this from Microsoft Windows Services Control Panel application called Services.MSC.