Home > Diversen, Tools > How to: Uninstall the Google Updater

How to: Uninstall the Google Updater

Via het volgende batchscript, kun je de googleupdater verwijderen:

@Echo ########################################
@Echo ## Google Update uninstall script ##
@Echo ########################################

@Echo Off
SET GoogleUpdater = “C:\Program Files\Google\Google Updater\GoogleUpdater.exe”

If Exist GoogleUpdater goto Uninstall
@Echo GoogleUpder is not installed on your PC.
goto End

:Uninstall
GoogleUpdater -uninstall

@Echo Please restart your PC. goto End

:End
pause
exit


bron: http://www.google.com/support/

Categories: Diversen, Tools
  1. April 16, 2008 at 07:05 | #1

    Google Updater is not in C:\Program Files\Google\Google Updater\GoogleUpdater.exe folder.

    instead it is in C:\Program Files\Google\Update\1.1.25.0\GoogleUpdater.exe

    And it does not accept -Unistall option – cannot, no such option is available in code of program.

  2. Martin Kalén
    May 31, 2008 at 17:17 | #2

    The older “GoogleUpdaterService.exe” (typically installed in C:\Program Files\Google\Common\Google Updater) that has no uninstaller entry can be uninstalled with the following command line:

    GoogleUpdaterService /UnregServer

    This will stop the service and delete it´s entry so that the EXE can be deleted.

    Verified with version 2.0.767.25472

  3. Lance T
    July 29, 2008 at 13:43 | #3

    Martin K – Thanks !

    GUpdater successfully removed from my XP Services console.

  4. September 14, 2008 at 11:36 | #4

    @ Martin. Thanks for this fix! I’ve been trying to get the darn thing to stop running when I reboot. Much appreciated.

  5. Steve S
    November 15, 2008 at 14:23 | #5

    Thanks Martin, your post got me to check for the Old GoogleUpdaterService.exe file and sure enough : ) I didn’t delete it in the same manner as you detailed but I was successful just the same; thanks to your advice.

    Many thanks sir.

  6. Leo N
    November 17, 2008 at 15:18 | #6

    it seems that does the trick from all the post I see, but since I am a computer novice I don´t know how to add the command line to the file. I know it probably sounds stupid, but if you could help me out or anyone else who has knowledge on how to get that accomplished. Thank you.

  7. monica
    December 31, 2008 at 10:33 | #7

    i dont know why you guys are making it complicated when there is a simple way of disabling the service?

    http://www.ceveni.com/2008/11/how-to-disable-annoying-googleupdateexe.html

  1. No trackbacks yet.