Solved
Forum Discussion
AlexKaras
Champion Level 1
11 years agoHi Vasanth,
You may either execute 'net start/stop' command using WScript.Run() or do this via WMI (google for something like "WMI stop windows service").
You may also search this forum - there were a couple of samples here on how to do this using WMI.