- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2019 04:58 AM
Hi all,
I have installed service now MID server. Now I want to uninstall it.
"UninstallMID-NT.bat" in bin folder has been run and it just uninstall the installed instance of MID server.
How to uninstall this service?
Solved! Go to Solution.
- Labels:
-
Instance Configuration

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2019 05:07 AM
Hi,
you have to use the sc command to unregister the windows service, so at the Command Prompt, you’ll use the following syntax:
sc delete ServiceName
In case of any doubt, feel free to sse the following guide:
How to Delete a Windows Service in Windows 7, 8, 10, Vista, or XP
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
Thank you
Cheers
Alberto

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2019 05:07 AM
Hi,
you have to use the sc command to unregister the windows service, so at the Command Prompt, you’ll use the following syntax:
sc delete ServiceName
In case of any doubt, feel free to sse the following guide:
How to Delete a Windows Service in Windows 7, 8, 10, Vista, or XP
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
Thank you
Cheers
Alberto

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2019 12:32 AM
Any update on this?
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
Thank you
Cheers
Alberto