This section provides a tutorial example on how to stop and start an installed program service using the Services Console 'services.msc'.
If you want to stop or start a service on the service console,
you can use the "Stop" or "Start" button on the service properties dialog box.
Here is tutorial example on how to stop and start the Google Updater Service:
1. Start the services console.
2. Double click on the service name "Google Updater Service"
The service properties dialog box shows up with Start and Stop buttons as shown in this picture:
3. Click the "Stop" button, if the service has been started already and you want to stop it now.
4. Click the "Start" button, if the service has been stopped already and you want to start it now.
Note that you can not start a service that has the startup type set to "Disabled".