Thursday, 21 May 2015

How to unregister Siebel service in windows

In some cases, when we are uninstalling a Siebel server, the Siebel service is still registered even the software has been removed by the installation process.

In order to clean up the registry manually, we can type in command line

sc delete <service name>

If the service name is siebsrvr_ENT_APPSRVR, the command to delete this service is:

sc delete siebsrvr_ENT_APPSRVR