# Google Chrome Configuration recipe (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)](https://support.google.com/chrome/a/answer/6350036) ## Ingredients - FW Central - [Chrome installer application](https://cloud.google.com/chrome-enterprise/browser/download) already as a Fileset - The provided configuration Fileset: ##### macOS [![FileWave Download.png](https://kb.filewave.com/uploads/images/gallery/2023-06/scaled-1680-/LhUDCHKqr6dGiaoG-filewave-download.png)](https://kb.filewave.com/attachments/174) ## 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](https://cloud.google.com/docs/chrome-enterprise/policies/#deviceUpdateSettings)

### Association When associating, to ensure the configuration is installed with the Application, consider creating a Fileset Group: [![image.png](https://kb.filewave.com/uploads/images/gallery/2023-07/scaled-1680-/qaV6CB6bqLNHA1nH-image.png)](https://kb.filewave.com/uploads/images/gallery/2023-07/qaV6CB6bqLNHA1nH-image.png) Associating the 'Google Chrome Managed' Fileset Group will ensure Application and Configuration are associated to devices. [![image.png](https://kb.filewave.com/uploads/images/gallery/2023-07/scaled-1680-/0DyNWFLAKd8QYNRD-image.png)](https://kb.filewave.com/uploads/images/gallery/2023-07/0DyNWFLAKd8QYNRD-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: ```bash updatePolicies com.google.Chrome UpdateDefault 3 ``` **Download**: [Chrome Preferences Keystone.mobileconfig](https://kb.filewave.com/attachments/173) 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](#bkmrk-google-software-mana) or by running the CheckForUpdatesNow.command utility.
3Updates are never applied.
Add the 'mobileconfig' file as a Custom Settings [Configuration Profile Payload](https://kb.filewave.com/books/profiles-apple/page/profile-editor-details-for-apple "Profile Editor details for Apple")

**Google Software Management** Other Google software may also be managed with this process. Please read [Manage Chrome updates (Mac)](https://support.google.com/chrome/a/answer/7591084?hl=en) for full details of management options.