Hi,
the easy way is to use the net command from a batch file that is call with "run" or "shell" to be executed. The batch should contain a line like this if you want to start for example the Automatic Updates service:
net start wuauserv

or if you want to use the long name instead:

net start "Automatic Updates"

Br
Lars Schwittay