MacOS – How to disable guest browsing in chrome on Mac

google-chromemacosterminal

I am trying to disable guest browsing in Chrome. It's proving to be somewhat difficult. I have tried using terminal which I was able to disable incognito browser but failed trying to disable guest browsing.

How do I proceed?

Best Answer

By piecing together information I found on various forums, I was able to come up with this method that worked on my Mac Mini running macOS 10.15 (Catalina):

  1. Open the "Terminal" application. Use "Spotlight Search" (magnifying glass icon in upper righthand corner of screen) to search "Terminal" and click on the first result to open the application, or go to Finder --> Go --> Utilities --> Terminal.

  2. Copy and paste the command below into the Terminal window and hit "Enter" on the keyboard.

    defaults write com.google.Chrome BrowserGuestModeEnabled -bool false
    
  3. Restart your Mac and the option for guest browsing will be gone the next time you open Chrome.