次のコマンドのうち、Windows OS で新しいサービスを登録するために使用される可能性が最も高いのはどれですか?
正解:C
Explanation The sc command is used to create, delete, start, stop, pause, or query services on a Windows OS. It can also be used to register a new service by using the create option. References: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/sc-create