This section provides a tutorial example on how to disable an installed program service using the Services Console 'services.msc'.
If you don't want to use a program service anymore,
you can disable it with the services console as shown in the tutorial example below:
1. Start the services console.
2. Double click on the service name "Google Updater Service"
The service properties dialog box shows up with a Startup Type dropdown field as shown in this picture:
3. Open the startup type dropdown list and select the "Disabled" option.
4. Click OK to save the changes.
The disabled servive will not be started any more when you start your computer next time.