Windows could not start the Microsoft Dynamics 365 for Operations - Batch Management Service service on Local Computer.
Error 1064:An Exception occurred in the service when handling the control request.
The reason might be because your environment is set to Maintenance mode.
To change this, execute the following script:
update SQLSYSTEMVARIABLES SET VALUE = 0 where PARM = 'CONFIGURATIONMODE'
Afterwards, do not forget to restart IIS by running the following command:
C:\windows\system32> iisreset