Skip to content

Windows Services

Andrew Chan edited this page Dec 14, 2023 · 1 revision

Commands

Command Description
sc delete "<Service-Name>" Delete existing service by service name
sc create "<Service-Name" binPath="<exe-path>" Create Service
sc description "<Service-Name>" "<Service-Description>" Update description of service