Service Control Manager 및 서비스와 통신합니다. 더 많은 정보: https://learn.microsoft.com/windows-server/administration/windows-commands/sc-query.
sc.exe query {{서비스명}}
sc.exe create {{서비스명}} binpath= {{경로\대상\서비스_이진_파일}}
sc.exe delete {{서비스명}}
sc.exe config {{서비스명}} type= {{서비스_유형}}