How do I disable automatic updates of Google Chrome on Mac OS X?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I rebooted my machine (Mac OS X El Capitan 10.11.6 15G31) and re-opened Google Chrome version 69.0.3497.92 (Official Build) (64-bit). It took me to the newly-updated version of the browser. When I went to Chrome -> Help -> About Google Chrome, I accidentally clicked on the "Automatically update for all users across all devices" line, and it changed to "Automatic updates are turned on". I don't want to automatically update Chrome across all of my devices. I can't see any place to turn this setting off. What do I do??
google-chrome mac macos
migrated from webapps.stackexchange.com Sep 17 '18 at 22:48
This question came from our site for power users of web applications.
add a comment |
I rebooted my machine (Mac OS X El Capitan 10.11.6 15G31) and re-opened Google Chrome version 69.0.3497.92 (Official Build) (64-bit). It took me to the newly-updated version of the browser. When I went to Chrome -> Help -> About Google Chrome, I accidentally clicked on the "Automatically update for all users across all devices" line, and it changed to "Automatic updates are turned on". I don't want to automatically update Chrome across all of my devices. I can't see any place to turn this setting off. What do I do??
google-chrome mac macos
migrated from webapps.stackexchange.com Sep 17 '18 at 22:48
This question came from our site for power users of web applications.
add a comment |
I rebooted my machine (Mac OS X El Capitan 10.11.6 15G31) and re-opened Google Chrome version 69.0.3497.92 (Official Build) (64-bit). It took me to the newly-updated version of the browser. When I went to Chrome -> Help -> About Google Chrome, I accidentally clicked on the "Automatically update for all users across all devices" line, and it changed to "Automatic updates are turned on". I don't want to automatically update Chrome across all of my devices. I can't see any place to turn this setting off. What do I do??
google-chrome mac macos
I rebooted my machine (Mac OS X El Capitan 10.11.6 15G31) and re-opened Google Chrome version 69.0.3497.92 (Official Build) (64-bit). It took me to the newly-updated version of the browser. When I went to Chrome -> Help -> About Google Chrome, I accidentally clicked on the "Automatically update for all users across all devices" line, and it changed to "Automatic updates are turned on". I don't want to automatically update Chrome across all of my devices. I can't see any place to turn this setting off. What do I do??
google-chrome mac macos
google-chrome mac macos
asked Sep 15 '18 at 3:57
EddieN120EddieN120
2626
2626
migrated from webapps.stackexchange.com Sep 17 '18 at 22:48
This question came from our site for power users of web applications.
migrated from webapps.stackexchange.com Sep 17 '18 at 22:48
This question came from our site for power users of web applications.
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Depends how you setup auto update. If it's for you only:
, then just:
sudo chmod -R 000 ~/Library/Google
To revert it back:
sudo chmod -R 755 ~/Library/Google
If it's for all users:
Then you can change permission as above for /Library/Google/
or even remove it completely.
sudo rm -rf /Library/Google/
After you will see
or
depending on choosing method.
add a comment |
Open terminal and enter
defaults write com.google.Keystone.Agent checkInterval 0
add a comment |
Hey bro unfortunately google hided it so deep
For mac os try to find google folder in library which contains chrome update folder just empty this folder and then lock it with get info ( right click on upchrome update folder then get info n hit locked)
If u can't find it so try to use clean my mac app just open it n hit uninstaller n then mark chrome so u will find all chrome files n folders just mark on chrome update folder n choose reveal in finder n do the above steps
I hope that will help
People are more likely to read your answer if you format it so it is not a wall of text. Please read Markdown help and edit your answer to add paragraphs and bullet points ... and please don't use txt speak.
– DavidPostill♦
Sep 26 '18 at 6:14
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1359017%2fhow-do-i-disable-automatic-updates-of-google-chrome-on-mac-os-x%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Depends how you setup auto update. If it's for you only:
, then just:
sudo chmod -R 000 ~/Library/Google
To revert it back:
sudo chmod -R 755 ~/Library/Google
If it's for all users:
Then you can change permission as above for /Library/Google/
or even remove it completely.
sudo rm -rf /Library/Google/
After you will see
or
depending on choosing method.
add a comment |
Depends how you setup auto update. If it's for you only:
, then just:
sudo chmod -R 000 ~/Library/Google
To revert it back:
sudo chmod -R 755 ~/Library/Google
If it's for all users:
Then you can change permission as above for /Library/Google/
or even remove it completely.
sudo rm -rf /Library/Google/
After you will see
or
depending on choosing method.
add a comment |
Depends how you setup auto update. If it's for you only:
, then just:
sudo chmod -R 000 ~/Library/Google
To revert it back:
sudo chmod -R 755 ~/Library/Google
If it's for all users:
Then you can change permission as above for /Library/Google/
or even remove it completely.
sudo rm -rf /Library/Google/
After you will see
or
depending on choosing method.
Depends how you setup auto update. If it's for you only:
, then just:
sudo chmod -R 000 ~/Library/Google
To revert it back:
sudo chmod -R 755 ~/Library/Google
If it's for all users:
Then you can change permission as above for /Library/Google/
or even remove it completely.
sudo rm -rf /Library/Google/
After you will see
or
depending on choosing method.
answered Feb 11 at 20:22
Alex IvasyuvAlex Ivasyuv
1013
1013
add a comment |
add a comment |
Open terminal and enter
defaults write com.google.Keystone.Agent checkInterval 0
add a comment |
Open terminal and enter
defaults write com.google.Keystone.Agent checkInterval 0
add a comment |
Open terminal and enter
defaults write com.google.Keystone.Agent checkInterval 0
Open terminal and enter
defaults write com.google.Keystone.Agent checkInterval 0
edited Sep 29 '18 at 14:21
Mureinik
2,92271825
2,92271825
answered Sep 29 '18 at 12:59
HenyHeny
1
1
add a comment |
add a comment |
Hey bro unfortunately google hided it so deep
For mac os try to find google folder in library which contains chrome update folder just empty this folder and then lock it with get info ( right click on upchrome update folder then get info n hit locked)
If u can't find it so try to use clean my mac app just open it n hit uninstaller n then mark chrome so u will find all chrome files n folders just mark on chrome update folder n choose reveal in finder n do the above steps
I hope that will help
People are more likely to read your answer if you format it so it is not a wall of text. Please read Markdown help and edit your answer to add paragraphs and bullet points ... and please don't use txt speak.
– DavidPostill♦
Sep 26 '18 at 6:14
add a comment |
Hey bro unfortunately google hided it so deep
For mac os try to find google folder in library which contains chrome update folder just empty this folder and then lock it with get info ( right click on upchrome update folder then get info n hit locked)
If u can't find it so try to use clean my mac app just open it n hit uninstaller n then mark chrome so u will find all chrome files n folders just mark on chrome update folder n choose reveal in finder n do the above steps
I hope that will help
People are more likely to read your answer if you format it so it is not a wall of text. Please read Markdown help and edit your answer to add paragraphs and bullet points ... and please don't use txt speak.
– DavidPostill♦
Sep 26 '18 at 6:14
add a comment |
Hey bro unfortunately google hided it so deep
For mac os try to find google folder in library which contains chrome update folder just empty this folder and then lock it with get info ( right click on upchrome update folder then get info n hit locked)
If u can't find it so try to use clean my mac app just open it n hit uninstaller n then mark chrome so u will find all chrome files n folders just mark on chrome update folder n choose reveal in finder n do the above steps
I hope that will help
Hey bro unfortunately google hided it so deep
For mac os try to find google folder in library which contains chrome update folder just empty this folder and then lock it with get info ( right click on upchrome update folder then get info n hit locked)
If u can't find it so try to use clean my mac app just open it n hit uninstaller n then mark chrome so u will find all chrome files n folders just mark on chrome update folder n choose reveal in finder n do the above steps
I hope that will help
answered Sep 26 '18 at 0:15
Hany MuhammadHany Muhammad
1
1
People are more likely to read your answer if you format it so it is not a wall of text. Please read Markdown help and edit your answer to add paragraphs and bullet points ... and please don't use txt speak.
– DavidPostill♦
Sep 26 '18 at 6:14
add a comment |
People are more likely to read your answer if you format it so it is not a wall of text. Please read Markdown help and edit your answer to add paragraphs and bullet points ... and please don't use txt speak.
– DavidPostill♦
Sep 26 '18 at 6:14
People are more likely to read your answer if you format it so it is not a wall of text. Please read Markdown help and edit your answer to add paragraphs and bullet points ... and please don't use txt speak.
– DavidPostill♦
Sep 26 '18 at 6:14
People are more likely to read your answer if you format it so it is not a wall of text. Please read Markdown help and edit your answer to add paragraphs and bullet points ... and please don't use txt speak.
– DavidPostill♦
Sep 26 '18 at 6:14
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1359017%2fhow-do-i-disable-automatic-updates-of-google-chrome-on-mac-os-x%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown