Skip to main content

Google Chrome Managed (macOS)

Description

After installing Chrome, some configuration may be desirable, examples may include:

  • Block auto updates
  • Set home page
  • Disable Welcome Page

The below shows configuration for macOS.  For Windows you may wish to consider GPO: Manage Chrome updates (Windows)

Ingredients

macOS

FileWave Download.png

Directions

  1. Download the Fileset zip file, expand and drag both the Fileset and Configuration Profile into FileWave > Filesets
  2. The 'Google Chrome Ksadmin' contains 'ksadmin.sh' script which configures ksadmin to allow silently disabling Chrome updates
  3. The Configuration Profile has example setups that may require editing, e.g Welcome and Home Page; replacing www.filewave.com

Preference Names
A list of policies can be found at: Chrome Enterprise policy list

Association

When associating, to ensure the configuration is installed with the Application, consider creating a Fileset Group:

image.png

Associating the 'Google Chrome Managed' Fileset Group will ensure Application and Configuration are associated to devices.  

image.png

When there is an update to Google Chrome, replace the version in the Fileset Group with the latest version, after testing, and re-instal Google Chrome Ksadmin

Controlling Updates

Updates may be managed with the use of additional configuration that may be added to the Fileset Group.

The following profile contains:

<key>updatePolicies</key>
<dict>
  <key>com.google.Chrome</key>
  <dict>
    <key>UpdateDefault</key>
    <integer>3</integer>
  </dict>
</dict>

Download: Chrome Preferences Keystone.mobileconfig

Edit the profile integer to match the desired experience:

SettingDescription
0Turns on auto-updates. Updates are always applied when detected by Google Software Update. This is the default value.
1Updates are installed only from the scheduled update checks. Manual update checks will not install updates.
2Turns off auto-updates. This stops Google Software Update automatically updating all users to the latest stable version of Chrome. Updates are only applied when the user manually checks for updates. For example, on the chrome://help page or by running the CheckForUpdatesNow.command utility.
3Updates are never applied.

Add the 'mobileconfig' file as a Custom Settings Configuration Profile Payload

Google Software Management
Other Google software may also be managed with this process. Please read Manage Chrome updates (Mac) for full details of management options.