There can be scenarios where we have some services in the server which is no longer used. In such a scenario its better to delete the same.
For that what you can do is,
- Open the command prompt as administrator.
- Type the command sc delete <service name>
- Enter
The service is deleted from the list. There are other options to do the same. But the above one helped me to delete the same. If you need to go for other options for any reasons please check here.