SafeDispatch/Service Configurator
Laurențiu Constantin 2dc4a05cf2 fix setup for TCPServer/Tcpclient / update prebuild.sh to generate VersionInfo.cs file/ add in PreBuildEvent running of prebuild.sh 2024-03-14 12:43:50 +02:00
..
Properties first version 2024-02-22 18:43:59 +02:00
CustomClass.Designer.cs first version 2024-02-22 18:43:59 +02:00
CustomClass.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.cs first version 2024-02-22 18:43:59 +02:00
Form1.resx first version 2024-02-22 18:43:59 +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.csproj first version 2024-02-22 18:43:59 +02:00
Service Configurator.sln first version 2024-02-22 18:43:59 +02:00
Service Configurator_Report.htm 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
app.config first version 2024-02-22 18:43:59 +02:00
prebuild.sh fix setup for TCPServer/Tcpclient / update prebuild.sh to generate VersionInfo.cs file/ add in PreBuildEvent running of prebuild.sh 2024-03-14 12:43:50 +02:00

ReadMe.md

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>