Introduction
This document describes how to remove the service when the Cisco Information Server (CIS) is uninstalled from the system. The service name is not deleted and remains in the Microsoft Windows Services panel. This behavior is expected.
Remove the Service
Use the Windows native sc command in order to remove the service.
- Navigate to the command prompt in Windows.
- Enter sc delete "ServiceName". An example is:
c:\>sc delete "CIS Server 7.0"
You can also use the sc command in order to rename services. If you have more than one CIS installed on the same Windows machine, you can use this command in order to rename the services so you can easily identify the service you work with.
c:\>sc rename "CIS Server 7.0" "CIS Server 7.0 First Node"