SafeDispatch/Service Configurator
2024-02-28 17:44:25 +02:00
..
Properties first version 2024-02-22 18:43:59 +02:00
app.config first version 2024-02-22 18:43:59 +02:00
CustomClass.cs first version 2024-02-22 18:43:59 +02:00
CustomClass.Designer.cs first version 2024-02-22 18:43:59 +02:00
Form1.cs first version 2024-02-22 18:43:59 +02:00
Form1.Designer.cs first version 2024-02-22 18:43:59 +02:00
Form1.resx first version 2024-02-22 18:43:59 +02:00
prebuild.sh add Setup_SDRTetra and prebuild.sh for versioning 2024-02-28 17:44:25 +02:00
Program.cs first version 2024-02-22 18:43:59 +02:00
ReadMe.md first version 2024-02-22 18:43:59 +02:00
Service Configurator_Report.htm first version 2024-02-22 18:43:59 +02:00
Service Configurator.csproj first version 2024-02-22 18:43:59 +02:00
Service Configurator.sln first version 2024-02-22 18:43:59 +02:00
Settings.ico first version 2024-02-22 18:43:59 +02:00
UIToolbox.dll first version 2024-02-22 18:43:59 +02:00

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>