How to start or stop a windows service

Start service
C:\>net start ServiceName

Stop service
C:\>net stop ServiceName