To enable a Service on a Windows box on the net work use the following command :
sc \\SERVERNAME config SERVICE_NAME attrib= value
To start the Service , use :
sc \\SERVER_NAME start SERVICE_NAME
My thoughts, my expressions.
To enable a Service on a Windows box on the net work use the following command :
sc \\SERVERNAME config SERVICE_NAME attrib= value
To start the Service , use :
sc \\SERVER_NAME start SERVICE_NAME
What others say