Start a service on a local machine
Does anyone know how I can start a service on a remote machine? While connecting to the remote machine I want to pass an account (loginname) for the remote computer and a password.
I periodically want to check on several computers whether a service is still running and when not I want to start the service.
Answers (17)
0
is it a web form or windows form? Did you apply the multiline paramenter to the textbox?
In web form click on the textmode property and select multiline. Or in windows form change multiline from false to true.