Can someone show me how to Start and Stop windows service for multiple remote
computers using Command Prompt or PowerShell or even Java?
Thank you
The command line command net can start/stop services, so you could put the
relevant command into a batch file of sorts:
C:\WINDOWS\system32\net.exe start serviceName
or
C:\WINDOWS\system32\net.exe stop serviceName
HTH
Jacob Kruger
Blind Biker
Skype: BlindZA
'...Fate had broken his body, but n
Hi Sam,
sam rumaizan wrote:
Can someone show me how to Start and Stop windows service for multiple remote
computers using Command Prompt or PowerShell or even Java?
Thank you
please have a look at the following windows commands:
"net start" / "net stop" -> available on Windows 2000 and ab