I am using sc.exe command to install C# windows service.
C:Windows\System32> sc.exe Create "TestService1" binPath= "C:\Program Files (x86)\Test\TestService1" DisplayName= "TestWindowsService1"
It created service. I was able to start the service. Many Instances I was able to create using sc.exe command
Looking at Services
Name | Description | Status | Start type | Log on As
Description section is blank, I would like to set the descriptionm, Any way to set up description for the service using sc.exe commmand?