HexCon is coming to NYC. Catch the early-bird price before the time's up! Book me a spot

Set Chrome homepageSolved

Participant
Discussion
2 years ago

Hello All, I’m trying to set the homepage on our Mac’s running chrome as our default browser, but having issues.

Has anyone tried doing this? Since Hexnode can’t send a file to a remote machine. I originally wanted to use the CloudManagementEnrollmentToken for our Google workspace account and send that to our machines.
So, I have been looking at a custon config using a .mobileconfig file. This file is XML and I just want to set the homepage. So, I have…
<key>HomepageLocation</key>
<string>https://website.com/</string>
Which is from google but I have to wrap it in other XML code and this is what I don’t have.
Anyone trying to do anything similar?

Thanks
Jonathon

Replies (3)

Marked SolutionPending Review
Hexnode Expert
2 years ago
Marked SolutionPending Review

Hello @jonathon, thank you for reaching out to us.

In order to set the homepage in Google Chrome, there are three Chrome policies that you need to configure:

  • ShowHomeButton – This policy has to be enabled so that the home button is displayed in the toolbar.
  • HomepageLocation – The URL that the home button must lead to has to be specified.
  • HomepageIsNewPage – If this policy is enabled, the home button will lead to a New Tab page, irrespective of whether a homepage URL has been specified. Hence this policy has to be disabled.

Execute the XML code given below:

In the code, substitute ‘www.hexnode.com’ with the URL of your choice.

You can use the Deploy Custom Configuration policy to execute the XML code from the Hexnode UEM portal.
Once the policy is executed, the custom profile will be added to your device, and the changes will be reflected when you open Google Chrome.

Deploy configuration profile to set homepage on google chrome

Hope this helps with your query.

Chloe Edison,
Hexnode UEM

Marked SolutionPending Review
Participant
1 year ago
Marked SolutionPending Review

Ok, well I have figured this out. I have now got a zsh script for our Mac’s and a Powershell script for our PC’s. I then execute a custom script on the machines. Not done this before but simple really.

Marked SolutionPending Review
Hexnode Expert
1 year ago
Marked SolutionPending Review

Hello @Jonathan, we’re glad you were able to set the homepage by executing custom scripts. It really is quite simple, isn’t it!
Do check out our sample script repository too. You’ll find a bunch of custom scripts that could come in handy any time, for both macOS and Windows devices.

Regards,
Chloe Edison
Hexnode UEM