Uninstall MID server

PhoenixMing0912
Giga Expert

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?

find_real_file.png

1 ACCEPTED SOLUTION

Alberto Consonn
ServiceNow Employee
ServiceNow Employee

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

 

View solution in original post

2 REPLIES 2

Alberto Consonn
ServiceNow Employee
ServiceNow Employee

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

 

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