How Can We Help?
< All Topics

Can Macro Express stop a Windows service?

Yes, you would do this through cmd.exe. The example below shows how you would stop a service.

Program Launch: “cmd.exe” (Normal)
Parameters: /D /C NET STOP “Service Name”

This example demonstrates how to start a service.

Program Launch: “cmd.exe” (Normal)
Parameters: /D /C NET START “Service Name”

– Applies to: Macro Express and Macro Express Pro