Which Google Updater is the one that I should allow to run?

My machine has 5 Google updaters running:

  • Service: Google Update Service (gupdate)

    Keeps your Google software up to date. If this service is disabled or stopped, your Google software will not be kept up to date, meaning security vulnerabilities that may arise cannot be fixed and features may not work. This service uninstalls itself when there is no Google software using it.

    C:\Program Files (x86)\Google\Update\GoogleUpdate.exe /svc
    
  • Service: Google Update Service (gupdatem)

    Keeps your Google software up to date. If this service is disabled or stopped, your Google software will not be kept up to date, meaning security vulnerabilities that may arise cannot be fixed and features may not work. This service uninstalls itself when there is no Google software using it.

    C:\Program Files (x86)\Google\Update\GoogleUpdate.exe /medsvc
    
  • Service: Google Updater Service

    C:\Program Files (x86)\Google\Common\Google Updater\GoogleUpdaterService.exe
    
  • Scheduled Task: GoogleUpdateTaskMachineCore

    Keeps your Google software up to date. If this task is disabled or stopped, your Google software will not be kept up to date, meaning security vulnerabilities that may arise cannot be fixed and features may not work. This task uninstalls itself when there is no Google software using it.

    • Runs at logon of any user
    • Runs daily at 10:08 AM

        C:\Program Files (x86)\Google\Update\GoogleUpdate.exe /C
      
  • Scheduled Task: GoogleUpdateTaskMachineUA

    Keeps your Google software up to date. If this task is disabled or stopped, your Google software will not be kept up to date, meaning security vulnerabilities that may arise cannot be fixed and features may not work. This task uninstalls itself when there is no Google software using it.

    • Runs every hour

      C:\Program Files (x86)\Google\Update\GoogleUpdate.exe /ua /installsource scheduler
      

Now obviously Google doesn't need all these items running at the same time; some are going to be legacy duplicates.

Which one is the current, true, preferred, Google updater?

Would the real Google updater please stand up,
please stand up, please stand up.


My setup:

  • Windows 7 Professional 64-bit
  • Chrome
  • one interactive user account

Solution 1:

After installing Chrome in a fresh VM and checking autoruns, these are the only entries created:

enter image description here

Services are no longer registered. But Google takes updating still very seriously.

Here are the two tasks listed in the Task Scheduler: enter image description here

The upper task points to:

C:\Users\Oliver\AppData\Local\Google\Update\GoogleUpdate.exe /c

The lower task points to:

C:\Users\Oliver\AppData\Local\Google\Update\GoogleUpdate.exe /ua /installsource scheduler

And the legacy services can be deleted from the machine using Microsoft's sc command line tool from an elevated command prompt:

C:\Windows\system32>sc delete gupdate
[SC] DeleteService SUCCESS

C:\Windows\system32>sc delete gupdatem
[SC] DeleteService SUCCESS

C:\Windows\system32>sc delete gusvc
[SC] DeleteService SUCCESS

Solution 2:

For computer security I used a product call Deep Freeze. I keep my Windows 7 C drive frozen except when I want to make a change to my system about monthly. Since my C drive is frozen, every time I reboot my computer the C Drive is returned to it original state removing unwanted junk including viruses, cookies, etc. All documents and data files are kept on other disk drives.

I have found the Google Update Task Machine UA very annoying. It has been costing me 15 seconds every 10 minutes. I have a very fast and powerful desktop Dell PC and have been wondering for a week now what devious software was stopping work for 15 seconds every 10 minutes like clock work. Today I discovered it was the Google Updater. My solution to this problem is:

  • [Control Panel] / [Administrative Tools] / [Services]
  • Rt-Click on Startup Type and change it to Disable for the following:
  • Google Software Updater
  • Google Update Service (Gupdate)
  • Google Update Service (gupdatem)
  • [Control Panel] / [Amdinistrative Tools] / [Task Scheduler]
  • [Task Scheduler Library]
  • Rt-Click on these two top records:
  • GoogleUpdateTaskMachineCore
  • GoogleUpdateTaskMachineUA Now I am back in control of my fast computer without interruptions every 10 minutes.

Turning off automatic updates for other software packages has been generally less annoying than Google Updates.

PS. I removed Google Drive and the Firefox Browser before I discovered the real problem was Google Updates. Hope this helps others save hours of frustration trying to regaining control of their computers.