Sc

Description

Modifies the value of a service's entries in the registry and in the Service Control Manager database.

Create a service

cmd>sc create <new_service_name> binPath="<path_to_the_executable>"

Delete a service

cmd>sc delete ServiceName

Source : microsoft

Date : 2017.02.23