17
Answers

Start a service on a local machine

mgroesink

mgroesink

20y
11.2k
1
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
joakim wireen

joakim wireen

NA 149 0 15y

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.