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/

7 Responses to How to: Uninstall the Google Updater

  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 says:

    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 says:

    Martin K – Thanks !

    GUpdater successfully removed from my XP Services console.

  4. Dion Drakes says:

    @ 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 says:

    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 says:

    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 says:

    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

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>