scCommunicate with the Service Control Manager and services. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/sc-query.
sc query {{service_name}}
sc start {{service_name}}
sc stop {{service_name}}
sc create {{service_name}} binpath= {{path\to\service_binary_file}}
sc delete {{service_name}}
sc config {{service_name}} type= {{service_type}}