Does anyone know how to disable Google Chrome
for being automatic update itself, it cause my web application always change?
I have tried these methods:
To Disable Google Chrome Auto Updates in Windows:
Goto "C:\Program Files (x86)\Google"
Rename the directory "Update" to "Update2". Directory delete or rename may not be possible due to the running processes with respect to the corresponding executables in the directory. In that use the Unlocker tool to forcefully delete or rename the directory.
Restart Chrome and Go to Help -> About Google Chrome. Here we can see the message as "update check failed"
That's it !!
After wrestling a lot, found an uncomplicated solution for Mac. Hope this will help.
Leave it to upgrade.
Then go to application, right click on chrome app and open package contents.
Navigate further as /Applications/Google Chrome old.app/Contents/Frameworks/Google Chrome Framework.framework/Versions
You will find a current
folder. Delete this :)
Restart chrome and enjoy..
For latest versions, use following steps:
Just add the object yourself using regedit
:
Under HKEY_LOCAL_MACHINE\SOFTWARE\Policies,
All done!
Restart might be needed.
On a Mac, you can change the update frequency to a very large value. See:
For myself, I ran the following command in Terminal:
defaults write com.google.Keystone.Agent checkInterval 18000000
For Windows users, you may follow the steps (Step 1: Install Google Update > Get the Google Update policy template & Step 2: Configure auto-updates > Turn off Chrome Browser auto-updates) in Google Chrome Enterprise Help - Manage Chrome updates (Windows).
If everything is configured correctly, you will see "Updates are disabled by your administrator." in Google Chrome settings About Chrome section after you reboot the pc.