I am running Selenium code that does a very specific job. I would like to keep it running without getting Chrome updated because updating always breaks the code. I have done the following:
I have eliminated any service with "google" in its name.
I have put an entry
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update\AutoUpdateCheckPeriodMinutes to the REG_DWORD value of "0".
I don't have an Updated folder for Google in Program Files (x86)