net stop "servicename"
net start "servicename"
to find the existing servicenames, type: "net start", and it will show you a list. Most of the services have two names that can be used to start or stop them. The long name, like "Microsoft Exchange Internet Mail Service", and a short name, like "msexcimc". "net start dns" or "net start dns server" will both work.