How to stop DynamicsAxBatch Service?

 

If you are unable to stop the DynamicsAxBatch Service from services. Then do the following steps.

  • Run a command prompt as administrator.
  • Execute command: sc queryex [servicename]. Press Enter
       Example :When Service name is DynamicsAxBatch
                        
                        Command : sc queryex DynamicsAxBatch

  • Find out the PID from the result of the query. Write it down to use in next step
  • In the same command prompt, execute command: taskkill /f /pid [pid number]. Press Enter
    • Example PID: 2145
    • Command: taskkill /f /pid 2145

Comments