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;
}







3















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??



enter image description here










share|improve this question













migrated from webapps.stackexchange.com Sep 17 '18 at 22:48


This question came from our site for power users of web applications.

























    3















    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??



    enter image description here










    share|improve this question













    migrated from webapps.stackexchange.com Sep 17 '18 at 22:48


    This question came from our site for power users of web applications.





















      3












      3








      3


      1






      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??



      enter image description here










      share|improve this question














      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??



      enter image description here







      google-chrome mac macos






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      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.
























          3 Answers
          3






          active

          oldest

          votes


















          0














          Depends how you setup auto update. If it's for you only:



          enter image description here



          , then just:



          sudo chmod -R 000 ~/Library/Google


          To revert it back:



          sudo chmod -R 755 ~/Library/Google


          If it's for all users:



          enter image description here



          Then you can change permission as above for /Library/Google/ or even remove it completely.



          sudo rm -rf /Library/Google/


          After you will see
          enter image description here
          or
          enter image description here



          depending on choosing method.






          share|improve this answer































            -1














            Open terminal and enter



            defaults write com.google.Keystone.Agent checkInterval 0





            share|improve this answer

































              -2














              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






              share|improve this answer
























              • 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














              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
              });


              }
              });














              draft saved

              draft discarded


















              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









              0














              Depends how you setup auto update. If it's for you only:



              enter image description here



              , then just:



              sudo chmod -R 000 ~/Library/Google


              To revert it back:



              sudo chmod -R 755 ~/Library/Google


              If it's for all users:



              enter image description here



              Then you can change permission as above for /Library/Google/ or even remove it completely.



              sudo rm -rf /Library/Google/


              After you will see
              enter image description here
              or
              enter image description here



              depending on choosing method.






              share|improve this answer




























                0














                Depends how you setup auto update. If it's for you only:



                enter image description here



                , then just:



                sudo chmod -R 000 ~/Library/Google


                To revert it back:



                sudo chmod -R 755 ~/Library/Google


                If it's for all users:



                enter image description here



                Then you can change permission as above for /Library/Google/ or even remove it completely.



                sudo rm -rf /Library/Google/


                After you will see
                enter image description here
                or
                enter image description here



                depending on choosing method.






                share|improve this answer


























                  0












                  0








                  0







                  Depends how you setup auto update. If it's for you only:



                  enter image description here



                  , then just:



                  sudo chmod -R 000 ~/Library/Google


                  To revert it back:



                  sudo chmod -R 755 ~/Library/Google


                  If it's for all users:



                  enter image description here



                  Then you can change permission as above for /Library/Google/ or even remove it completely.



                  sudo rm -rf /Library/Google/


                  After you will see
                  enter image description here
                  or
                  enter image description here



                  depending on choosing method.






                  share|improve this answer













                  Depends how you setup auto update. If it's for you only:



                  enter image description here



                  , then just:



                  sudo chmod -R 000 ~/Library/Google


                  To revert it back:



                  sudo chmod -R 755 ~/Library/Google


                  If it's for all users:



                  enter image description here



                  Then you can change permission as above for /Library/Google/ or even remove it completely.



                  sudo rm -rf /Library/Google/


                  After you will see
                  enter image description here
                  or
                  enter image description here



                  depending on choosing method.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Feb 11 at 20:22









                  Alex IvasyuvAlex Ivasyuv

                  1013




                  1013

























                      -1














                      Open terminal and enter



                      defaults write com.google.Keystone.Agent checkInterval 0





                      share|improve this answer






























                        -1














                        Open terminal and enter



                        defaults write com.google.Keystone.Agent checkInterval 0





                        share|improve this answer




























                          -1












                          -1








                          -1







                          Open terminal and enter



                          defaults write com.google.Keystone.Agent checkInterval 0





                          share|improve this answer















                          Open terminal and enter



                          defaults write com.google.Keystone.Agent checkInterval 0






                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Sep 29 '18 at 14:21









                          Mureinik

                          2,92271825




                          2,92271825










                          answered Sep 29 '18 at 12:59









                          HenyHeny

                          1




                          1























                              -2














                              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






                              share|improve this answer
























                              • 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


















                              -2














                              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






                              share|improve this answer
























                              • 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
















                              -2












                              -2








                              -2







                              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






                              share|improve this answer













                              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







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              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





















                              • 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




















                              draft saved

                              draft discarded




















































                              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.




                              draft saved


                              draft discarded














                              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





















































                              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







                              Popular posts from this blog

                              Список кардиналов, возведённых папой римским Каликстом III

                              Deduzione

                              Mysql.sock missing - “Can't connect to local MySQL server through socket”