To stop a service...
Code:
Shell '%comspec% /c net stop servicename'



To Start a service...
Code:
Shell '%comspec% /c net start servicename'