Uninstall WorkZone Mass Dispatch
In contrast to other WorkZone products, WorkZone Mass Dispatch doesn't have its own installer yet. That is why it must be uninstalled as a Windows service manually. To do this, we recommend using the sc.exe
utility that is a software component of Microsoft Windows.
Commands to uninstall WorkZone Mass Dispatch
Execute the following commands in Command Prompt.
Stop WorkZone Mass Dispatch Windows service
sc.exe stop "<your service name>"
Example: sc.exe stop "KMD WZMD service"
Delete WorkZone Mass Dispatch Windows service
sc.exe delete "<your service name>"
Example: sc.exe delete "KMD WZMD service"
For more information about the Sc.exe
utility, see the Microsoft links: