Set Chrome As Default Browser Mac



Have you tried the new Microsoft Edge browser? If you have updated the Edge on your Windows 10 computer, it turns out that you will receive the new Chromium-based Edge update which is at par with Google Chrome. And it’s easy to change the default browser to Microsoft Edge, here’s what you need to do.

To set up Chrome Browser on Mac, you create a configuration profile and deploy it using your preferred mobile device management (MDM) tool. The Chrome Browser for the enterprise bundle file. Like other modern web-browsers, the Google Chrome has the ability to reset the settings to their default values and thereby recover the web browser start page, new tab page and default search engine that have been modified by a browser hijacker. Duti works great. But not for Chrome. In Using duti to script default applications for Macs, I detail the steps for using duti in general, which works great. It just chokes on setting the default browser. If you try to use duti to set Chrome as the default browser.

Whenever you download and install a new browser on your computer, you might be asked to keep it as the default browser. But in case if you have missed this notification, you can quickly turn it as a default browser from the settings. When you click links in emails and other documents, they will open in the default browser you choose to keep.

Set chrome as default browser macbookSet Chrome As Default Browser Mac

If you are using Google Chrome on Windows or perhaps Safari on Mac, you might have changed the browser settings to keep them as the default. For Mac, the Safari is the default browser and for Windows, the Microsoft Edge, but if you have changed the settings to keep it as Google Chrome or Safari, you can easily change it to Microsoft Edge.

How to set Microsoft Edge as a default browser [Windows/Mac]

Here what you need to do to set Microsoft Edge as the default browser.

Set Chrome As Default Browser Mac
  • Launch Microsoft Edge browser on your Windows or Mac.
  • Click on the three dots at the top right corner and click on Settings at the bottom of the list.
  • Click on Default Browser on the left side, and on the right side, click Make Default.
  • Confirm the move on the next window.
  • The Microsoft Edge browser is now the default browser on your Windows or Mac.

That’s all you have to do to make the Edge browser as default. The new Microsoft Edge is based on Chromium just like Google Chrome, and since it’s Chromium-based, several features are identical to Google Chrome.

Mac

Download Google Chrome Macbook Pro

Want more Microsoft Edge tips and tricks? Take a look at them below.

Want more stuff like this? More awesome stuff can be found here – tutorials, guides, tips, tricks, and hidden features for Windows and Mac. To get updates on the latest tech news, smartphones, and gadgets, follow us on our social media profiles.

Instagram | Facebook | Twitter | Youtube

You would think it would be fairly simple to script changing the default browser to Chrome in macOS. It's not, as far as I can tell! I'd love to be corrected on this.

Script that changes Launch Services

I wrote up a script that changes the default browser silently, but it works well only the first time you run it.

Make Google Default Browser Mac

If you run it again to switch to another browser, you may have to reboot for the change to take effect. Sometimes changing the default browser through the GUI and then running the script again will have it work again.

That means it's a bit messy. On the other hand, in terms of practical use, you're not likely to want to script changing the default browser multiple times on one machine—the whole point of scripting it is likely to just make an initial default the user can change later on her own should she choose to, and she can use the GUI to do that.

If you want to use this in conjunction with Outset but not have the settings change for existing users (only new ones), you can use this preinstall script to fake-run the login-once script for each existing user.

I think this is a great option (and not just because I worked hard on it), but I also outline below some other options.

cdef and defaultbrowser

Set Chrome As Default Browser Mac

cdef and defaultbrowser allow you to set the default browser. Unfortunately, as far as I can tell, all that does is pop up the regular GUI 'set default browser' dialogue: Again, if someone knows of a silent option I don't know about, please leave a comment below, and I'll update this entry.

duti works great... but not for Chrome

In Using duti to script default applications for Macs, I detail the steps for using duti in general, which works great... in general. It just chokes on setting the default browser. If you try to use duti to set Chrome as the default browser:

Set Chrome As Default Browser Mac Download

com.google.chrome public.html all
com.google.chrome public.xhtml all
com.google.chrome http all
com.google.chrome https all

Set Chrome As Default Browser Mac Os

you will get the error:

How To Set Chrome As Default Browser Mac

failed to set com.google.chrome as handler for public.html (error -54)