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
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
Post a Comment