I've downloaded a version of mule and have installed it via cmd using the command "mule install" from C:\mule\bin. Now it is in my Windows services window. Unfortunately, I think my mule program has become corrupt and I want to uninstall this. How can I uninstall it and make it so that it won't be a service on my machine?
|
feedback
|
|
You should be able to remove it using SC.exe (Service Controller). IE.:
Or: head to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services in the registry (use RegEdit), find the entry related to the service you wish to remove, and delete it. You may need to reboot for it to take full effect. | |||||||||||||
feedback
|