SafeDispatch/Service Configurator
..
Properties
app.config
CustomClass.cs
CustomClass.Designer.cs
Form1.cs
Form1.Designer.cs
Form1.resx
prebuild.sh
Program.cs
ReadMe.md
Service Configurator_Report.htm
Service Configurator.csproj
Service Configurator.sln
Settings.ico
UIToolbox.dll

Install / Uninstall a windows service

sc <ServerName> create <ServiceName> start= {boot | system | auto | demand | disabled} binPath= <BinaryPathName> DisplayName= <DisplayName>

sc delete <ServiceName>

Start / Stop a windows service

net start <service name>
net stop <service name>