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 8
  • 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

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...