Jump to content

Recommended Posts

  • Employee

sharing the config file for Google Chrome

Based on Google Chrome browser for enterprise
https://chromeenterprise.google/browser/download/

[IncludeRegistryTrees]
HKCU\Software\Google

[IncludeFiles]
<LocalAppData>\Google\Chrome\User Data\First Run
<LocalAppData>\Google\Chrome\User Data\Local State
<AppData>\Google\Chrome\User Data\Default\profile.pb

[IncludeFolderTrees]
<LocalAppData>\Google\Chrome\User Data\Default

[ExcludeFolderTrees]
<LocalAppData>\Google\Chrome\User Data\Default\Cache
<LocalAppData>\Google\Chrome\User Data\Default\Code Cache
<LocalAppData>\Google\Chrome\User Data\Default\GPUCache
<LocalAppData>\Google\Chrome\User Data\Default\IndexedDB
<LocalAppData>\Google\Chrome\User Data\Default\Service Worker\CacheStorage
<LocalAppData>\Google\Chrome\User Data\Default\Service Worker\ScriptCache

 

Google Chrome.zip

Google Chrome.ico

  • Like 9
  • Insightful 1
Link to comment
Share on other sites

  • 4 weeks later...

Adding my notes..

# Based on this support article, to make Google Chrome work with roaming user profiles:
# https://support.google.com/chrome/a/answer/7349337
# The roaming user profile contains information such as bookmarks, autofill data, passwords, per-computer browsing history, browser preferences, and installed extensions.

** Set a Registry policy in DEM to create the user's profile.pb **
[HKEY_CURRENT_USER\Software\Policies\Google\Chrome]
"SyncDisabled"=dword:00000000
"RoamingProfileSupportEnabled"=dword:00000001

  • Like 1
Link to comment
Share on other sites

  • 4 weeks later...
Posted (edited)

Instead of roaming the whole /default folder (with a few exclusions), which can become quite large - only including these items does exactly the same and only takes up er few kb's.

[IncludeFiles]
<LocalAppData>\Google\Chrome\User Data\Default\Bookmarks
<LocalAppData>\Google\Chrome\User Data\Default\Cookies
<LocalAppData>\Google\Chrome\User Data\Default\Favicons
<LocalAppData>\Google\Chrome\User Data\Default\Google Profile Picture.png
<LocalAppData>\Google\Chrome\User Data\Default\Google Profile.ico
<LocalAppData>\Google\Chrome\User Data\Default\History
<LocalAppData>\Google\Chrome\User Data\Default\Login Data
<LocalAppData>\Google\Chrome\User Data\Default\Preferences
<LocalAppData>\Google\Chrome\User Data\Default\Visited
<LocalAppData>\Google\Chrome\User Data\Default\Links
<LocalAppData>\Google\Chrome\User Data\Default\Web Data
<LocalAppData>\Google\Chrome\User Data\Default\Shortcuts
<LocalAppData>\Google\Chrome\User Data\First Run
<LocalAppData>\Google\Chrome\User Data\Local State
<LocalAppData>\Google\Chrome\User Data\Default\Visited Links

 

The above is used in our VDI env, in conjunction with the roaming.pb file.

Edited by itaut
Link to comment
Share on other sites

  • 1 month later...

I like the cleaner approach itaut, but I don't see the need for the roaming.pb.

I understood this file purpose was to take for instance, the local copy of data and merge the bookmark/history etc into a single roaming.pb file, which is what you would need to capture with DEM or roaming profiles.

But since you are calling the files separetly in the DEM include config, it's not needed. At least for me, I don't use it and all custom settings comes with DEM.

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...