]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
gpo: Test Chromium Group Policy
authorDavid Mulder <dmulder@suse.com>
Wed, 8 Sep 2021 13:45:56 +0000 (07:45 -0600)
committerJeremy Allison <jra@samba.org>
Thu, 9 Sep 2021 19:55:29 +0000 (19:55 +0000)
Signed-off-by: David Mulder <dmulder@suse.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
python/samba/gp_chromium_ext.py [new file with mode: 0644]
python/samba/tests/gpo.py
selftest/knownfail.d/gpo [new file with mode: 0644]

diff --git a/python/samba/gp_chromium_ext.py b/python/samba/gp_chromium_ext.py
new file mode 100644 (file)
index 0000000..05a1065
--- /dev/null
@@ -0,0 +1,29 @@
+# gp_chromium_ext samba gpo policy
+# Copyright (C) David Mulder <dmulder@suse.com> 2021
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+from samba.gpclass import gp_pol_ext
+
+class gp_chromium_ext(gp_pol_ext):
+    def process_group_policy(self, deleted_gpo_list, changed_gpo_list,
+                             policy_dir=None):
+        pass
+
+    def rsop(self, gpo):
+        output = {}
+        return output
+
+class gp_chrome_ext(gp_chromium_ext):
+    pass
index 4efa50d1a35010b747c9547e37d1bcfdf5560e7d..05f12312c6e9d52e183308e109c358e499ae9797 100644 (file)
@@ -43,6 +43,7 @@ from samba.vgp_access_ext import vgp_access_ext
 from samba.gp_gnome_settings_ext import gp_gnome_settings_ext
 from samba.gp_cert_auto_enroll_ext import gp_cert_auto_enroll_ext
 from samba.gp_firefox_ext import gp_firefox_ext
+from samba.gp_chromium_ext import gp_chromium_ext
 import logging
 from samba.credentials import Credentials
 from samba.gp_msgs_ext import gp_msgs_ext
@@ -1884,6 +1885,4953 @@ firefox_json_expected = \
 }
 """
 
+chromium_reg_pol = \
+b"""
+<?xml version="1.0" encoding="utf-8"?>
+<PolFile num_entries="836" signature="PReg" version="1">
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AbusiveExperienceInterventionEnforce</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AccessibilityImageLabelsEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AdditionalDnsQueryTypesEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AdsSettingForIntrusiveAdsSites</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AdvancedProtectionAllowed</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AllowCrossOriginAuthPrompt</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AllowDeletingBrowserHistory</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AllowDinosaurEasterEgg</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AllowFileSelectionDialogs</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AllowSyncXHRInPageDismissal</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AllowedDomainsForApps</ValueName>
+        <Value>managedchrome.com,example.com</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AlternateErrorPagesEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AlternativeBrowserPath</ValueName>
+        <Value>${ie}</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AlwaysOpenPdfExternally</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AmbientAuthenticationInPrivateModesEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AppCacheForceEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ApplicationLocaleValue</ValueName>
+        <Value>en</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AudioCaptureAllowed</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AudioProcessHighPriorityEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AudioSandboxEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AuthNegotiateDelegateAllowlist</ValueName>
+        <Value>foobar.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AuthSchemes</ValueName>
+        <Value>basic,digest,ntlm,negotiate</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AuthServerAllowlist</ValueName>
+        <Value>*.example.com,example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AutoLaunchProtocolsFromOrigins</ValueName>
+        <Value>[{&quot;allowed_origins&quot;: [&quot;example.com&quot;, &quot;http://www.example.com:8080&quot;], &quot;protocol&quot;: &quot;spotify&quot;}, {&quot;allowed_origins&quot;: [&quot;https://example.com&quot;, &quot;https://.mail.example.com&quot;], &quot;protocol&quot;: &quot;teams&quot;}, {&quot;allowed_origins&quot;: [&quot;*&quot;], &quot;protocol&quot;: &quot;outlook&quot;}]</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AutofillAddressEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AutofillCreditCardEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>AutoplayAllowed</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>BackgroundModeEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>BasicAuthOverHttpEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>BlockExternalExtensions</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>BlockThirdPartyCookies</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>BookmarkBarEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserAddPersonEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserGuestModeEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserGuestModeEnforced</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserLabsEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserNetworkTimeQueriesEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserSignin</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserSwitcherChromePath</ValueName>
+        <Value>${chrome}</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserSwitcherDelay</ValueName>
+        <Value>10000</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserSwitcherEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserSwitcherExternalGreylistUrl</ValueName>
+        <Value>http://example.com/greylist.xml</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserSwitcherExternalSitelistUrl</ValueName>
+        <Value>http://example.com/sitelist.xml</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserSwitcherKeepLastChromeTab</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserSwitcherUseIeSitelist</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserThemeColor</ValueName>
+        <Value>#FFFFFF</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowsingDataLifetime</ValueName>
+        <Value>[{&quot;data_types&quot;: [&quot;browsing_history&quot;], &quot;time_to_live_in_hours&quot;: 24}, {&quot;data_types&quot;: [&quot;password_signin&quot;, &quot;autofill&quot;], &quot;time_to_live_in_hours&quot;: 12}]</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>BuiltInDnsClientEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>CECPQ2Enabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ChromeCleanupEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ChromeCleanupReportingEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ChromeVariations</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ClickToCallEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>CloudManagementEnrollmentMandatory</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>CloudManagementEnrollmentToken</ValueName>
+        <Value>37185d02-e055-11e7-80c1-9a214cf093ae</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>CloudPolicyOverridesPlatformPolicy</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>CloudPrintProxyEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>CloudPrintSubmitEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>CloudUserPolicyMerge</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>CommandLineFlagSecurityWarningsEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ComponentUpdatesEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DNSInterceptionChecksEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultBrowserSettingEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultCookiesSetting</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultFileHandlingGuardSetting</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultFileSystemReadGuardSetting</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultFileSystemWriteGuardSetting</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultGeolocationSetting</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultImagesSetting</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultInsecureContentSetting</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultJavaScriptSetting</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultNotificationsSetting</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultPopupsSetting</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultPrinterSelection</ValueName>
+        <Value>{ &quot;kind&quot;: &quot;cloud&quot;, &quot;idPattern&quot;: &quot;.*public&quot;, &quot;namePattern&quot;: &quot;.*Color&quot; }</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderContextMenuAccessAllowed</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderIconURL</ValueName>
+        <Value>https://search.my.company/favicon.ico</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderImageURL</ValueName>
+        <Value>https://search.my.company/searchbyimage/upload</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderImageURLPostParams</ValueName>
+        <Value>content={imageThumbnail},url={imageURL},sbisrc={SearchSource}</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderKeyword</ValueName>
+        <Value>mis</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderName</ValueName>
+        <Value>My Intranet Search</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderNewTabURL</ValueName>
+        <Value>https://search.my.company/newtab</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderSearchURL</ValueName>
+        <Value>https://search.my.company/search?q={searchTerms}</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderSearchURLPostParams</ValueName>
+        <Value>q={searchTerms},ie=utf-8,oe=utf-8</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderSuggestURL</ValueName>
+        <Value>https://search.my.company/suggest?q={searchTerms}</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderSuggestURLPostParams</ValueName>
+        <Value>q={searchTerms},ie=utf-8,oe=utf-8</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSensorsSetting</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSerialGuardSetting</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultWebBluetoothGuardSetting</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultWebUsbGuardSetting</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DeveloperToolsAvailability</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>Disable3DAPIs</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DisableAuthNegotiateCnameLookup</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DisablePrintPreview</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DisableSafeBrowsingProceedAnyway</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DisableScreenshots</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DiskCacheDir</ValueName>
+        <Value>${user_home}/Chrome_cache</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DiskCacheSize</ValueName>
+        <Value>104857600</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DnsOverHttpsMode</ValueName>
+        <Value>off</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DnsOverHttpsTemplates</ValueName>
+        <Value>https://dns.example.net/dns-query{?dns}</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DownloadDirectory</ValueName>
+        <Value>/home/${user_name}/Downloads</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>DownloadRestrictions</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>EditBookmarksEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>EnableAuthNegotiatePort</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>EnableDeprecatedPrivetPrinting</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>EnableMediaRouter</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>EnableOnlineRevocationChecks</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>EnterpriseHardwarePlatformAPIEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ExtensionSettings</ValueName>
+        <Value>{&quot;*&quot;: {&quot;allowed_types&quot;: [&quot;hosted_app&quot;], &quot;blocked_install_message&quot;: &quot;Custom error message.&quot;, &quot;blocked_permissions&quot;: [&quot;downloads&quot;, &quot;bookmarks&quot;], &quot;install_sources&quot;: [&quot;https://company-intranet/chromeapps&quot;], &quot;installation_mode&quot;: &quot;blocked&quot;, &quot;runtime_allowed_hosts&quot;: [&quot;*://good.example.com&quot;], &quot;runtime_blocked_hosts&quot;: [&quot;*://*.example.com&quot;]}, &quot;abcdefghijklmnopabcdefghijklmnop&quot;: {&quot;blocked_permissions&quot;: [&quot;history&quot;], &quot;installation_mode&quot;: &quot;allowed&quot;, &quot;minimum_version_required&quot;: &quot;1.0.1&quot;, &quot;toolbar_pin&quot;: &quot;force_pinned&quot;}, &quot;bcdefghijklmnopabcdefghijklmnopa&quot;: {&quot;allowed_permissions&quot;: [&quot;downloads&quot;], &quot;installation_mode&quot;: &quot;force_installed&quot;, &quot;runtime_allowed_hosts&quot;: [&quot;*://good.example.com&quot;], &quot;runtime_blocked_hosts&quot;: [&quot;*://*.example.com&quot;], &quot;update_url&quot;: &quot;https://example.com/update_url&quot;}, &quot;cdefghijklmnopabcdefghijklmnopab&quot;: {&quot;blocked_install_message&quot;: &quot;Custom error message.&quot;, &quot;installation_mode&quot;: &quot;blocked&quot;}, &quot;defghijklmnopabcdefghijklmnopabc,efghijklmnopabcdefghijklmnopabcd&quot;: {&quot;blocked_install_message&quot;: &quot;Custom error message.&quot;, &quot;installation_mode&quot;: &quot;blocked&quot;}, &quot;fghijklmnopabcdefghijklmnopabcde&quot;: {&quot;blocked_install_message&quot;: &quot;Custom removal message.&quot;, &quot;installation_mode&quot;: &quot;removed&quot;}, &quot;ghijklmnopabcdefghijklmnopabcdef&quot;: {&quot;installation_mode&quot;: &quot;force_installed&quot;, &quot;override_update_url&quot;: true, &quot;update_url&quot;: &quot;https://example.com/update_url&quot;}, &quot;update_url:https://www.example.com/update.xml&quot;: {&quot;allowed_permissions&quot;: [&quot;downloads&quot;], &quot;blocked_permissions&quot;: [&quot;wallpaper&quot;], &quot;installation_mode&quot;: &quot;allowed&quot;}}</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ExternalProtocolDialogShowAlwaysOpenCheckbox</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>FetchKeepaliveDurationSecondsOnShutdown</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ForceEphemeralProfiles</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ForceGoogleSafeSearch</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ForceYouTubeRestrict</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>FullscreenAllowed</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>GloballyScopeHTTPAuthCacheEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>HardwareAccelerationModeEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>HeadlessMode</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>HideWebStoreIcon</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>HomepageIsNewTabPage</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>HomepageLocation</ValueName>
+        <Value>https://www.chromium.org</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ImportAutofillFormData</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ImportBookmarks</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ImportHistory</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ImportHomepage</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ImportSavedPasswords</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ImportSearchEngine</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>IncognitoModeAvailability</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>InsecureFormsWarningsEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>InsecurePrivateNetworkRequestsAllowed</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>IntensiveWakeUpThrottlingEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>IntranetRedirectBehavior</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>IsolateOrigins</ValueName>
+        <Value>https://example.com/,https://othersite.org/</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ManagedBookmarks</ValueName>
+        <Value>[{&quot;toplevel_name&quot;: &quot;My managed bookmarks folder&quot;}, {&quot;name&quot;: &quot;Google&quot;, &quot;url&quot;: &quot;google.com&quot;}, {&quot;name&quot;: &quot;Youtube&quot;, &quot;url&quot;: &quot;youtube.com&quot;}, {&quot;children&quot;: [{&quot;name&quot;: &quot;Chromium&quot;, &quot;url&quot;: &quot;chromium.org&quot;}, {&quot;name&quot;: &quot;Chromium Developers&quot;, &quot;url&quot;: &quot;dev.chromium.org&quot;}], &quot;name&quot;: &quot;Chrome links&quot;}]</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ManagedConfigurationPerOrigin</ValueName>
+        <Value>[{&quot;managed_configuration_hash&quot;: &quot;asd891jedasd12ue9h&quot;, &quot;managed_configuration_url&quot;: &quot;https://gstatic.google.com/configuration.json&quot;, &quot;origin&quot;: &quot;https://www.google.com&quot;}, {&quot;managed_configuration_hash&quot;: &quot;djio12easd89u12aws&quot;, &quot;managed_configuration_url&quot;: &quot;https://gstatic.google.com/configuration2.json&quot;, &quot;origin&quot;: &quot;https://www.example.com&quot;}]</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>MaxConnectionsPerProxy</ValueName>
+        <Value>32</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>MaxInvalidationFetchDelay</ValueName>
+        <Value>10000</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>MediaRecommendationsEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>MediaRouterCastAllowAllIPs</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>MetricsReportingEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>NTPCardsVisible</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>NTPCustomBackgroundEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>NativeMessagingUserLevelHosts</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>NetworkPredictionOptions</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>NewTabPageLocation</ValueName>
+        <Value>https://www.chromium.org</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>PasswordLeakDetectionEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>PasswordManagerEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>PasswordProtectionChangePasswordURL</ValueName>
+        <Value>https://mydomain.com/change_password.html</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>PasswordProtectionWarningTrigger</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>PaymentMethodQueryEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>PolicyAtomicGroupsEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>PolicyRefreshRate</ValueName>
+        <Value>3600000</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>PrintHeaderFooter</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>PrintPreviewUseSystemDefaultPrinter</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>PrintRasterizationMode</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>PrintingAllowedBackgroundGraphicsModes</ValueName>
+        <Value>enabled</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>PrintingBackgroundGraphicsDefault</ValueName>
+        <Value>enabled</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>PrintingEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>PrintingPaperSizeDefault</ValueName>
+        <Value>{&quot;custom_size&quot;: {&quot;height&quot;: 297000, &quot;width&quot;: 210000}, &quot;name&quot;: &quot;custom&quot;}</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ProfilePickerOnStartupAvailability</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>PromotionalTabsEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>PromptForDownloadLocation</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ProxySettings</ValueName>
+        <Value>{&quot;ProxyBypassList&quot;: &quot;https://www.example1.com,https://www.example2.com,https://internalsite/&quot;, &quot;ProxyMode&quot;: &quot;direct&quot;, &quot;ProxyPacUrl&quot;: &quot;https://internal.site/example.pac&quot;, &quot;ProxyServer&quot;: &quot;123.123.123.123:8080&quot;, &quot;ProxyServerMode&quot;: 2}</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>QuicAllowed</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>RelaunchNotification</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>RelaunchNotificationPeriod</ValueName>
+        <Value>604800000</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>RemoteAccessHostAllowClientPairing</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>RemoteAccessHostAllowFileTransfer</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>RemoteAccessHostAllowRelayedConnection</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>RemoteAccessHostAllowRemoteAccessConnections</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>RemoteAccessHostAllowUiAccessForRemoteAssistance</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>RemoteAccessHostFirewallTraversal</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>RemoteAccessHostMaximumSessionDurationMinutes</ValueName>
+        <Value>1200</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>RemoteAccessHostRequireCurtain</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>RemoteAccessHostUdpPortRange</ValueName>
+        <Value>12400-12409</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>RendererCodeIntegrityEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>RequireOnlineRevocationChecksForLocalAnchors</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>RestoreOnStartup</ValueName>
+        <Value>4</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>RestrictSigninToPattern</ValueName>
+        <Value>.*@example\\.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>RoamingProfileLocation</ValueName>
+        <Value>${roaming_app_data}\\chrome-profile</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>RoamingProfileSupportEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>SSLErrorOverrideAllowed</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>SSLVersionMin</ValueName>
+        <Value>tls1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>SafeBrowsingExtendedReportingEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>SafeBrowsingForTrustedSourcesEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>SafeBrowsingProtectionLevel</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>SafeSitesFilterBehavior</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>SavingBrowserHistoryDisabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ScreenCaptureAllowed</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ScrollToTextFragmentEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>SearchSuggestEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>SharedArrayBufferUnrestrictedAccessAllowed</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>SharedClipboardEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ShowAppsShortcutInBookmarkBar</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ShowCastIconInToolbar</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ShowFullUrlsInAddressBar</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ShowHomeButton</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>SignedHTTPExchangeEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>SigninInterceptionEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>SitePerProcess</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>SpellCheckServiceEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>SpellcheckEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>SuppressDifferentOriginSubframeDialogs</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>SuppressUnsupportedOSWarning</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>SyncDisabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>TargetBlankImpliesNoOpener</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>TaskManagerEndProcessEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>ThirdPartyBlockingEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>TotalMemoryLimitMb</ValueName>
+        <Value>2048</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>TranslateEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>TripleDESEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>UrlKeyedAnonymizedDataCollectionEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>UserAgentClientHintsEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>UserDataDir</ValueName>
+        <Value>${users}/${user_name}/Chrome</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>UserDataSnapshotRetentionLimit</ValueName>
+        <Value>3</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>UserFeedbackAllowed</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>VideoCaptureAllowed</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>WPADQuickCheckEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>WebAppInstallForceList</ValueName>
+        <Value>[{&quot;create_desktop_shortcut&quot;: true, &quot;default_launch_container&quot;: &quot;window&quot;, &quot;url&quot;: &quot;https://www.google.com/maps&quot;}, {&quot;default_launch_container&quot;: &quot;tab&quot;, &quot;url&quot;: &quot;https://docs.google.com&quot;}, {&quot;default_launch_container&quot;: &quot;window&quot;, &quot;fallback_app_name&quot;: &quot;Editor&quot;, &quot;url&quot;: &quot;https://docs.google.com/editor&quot;}]</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>WebRtcAllowLegacyTLSProtocols</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>WebRtcEventLogCollectionAllowed</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>WebRtcIPHandling</ValueName>
+        <Value>default</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>WebRtcUdpPortRange</ValueName>
+        <Value>10000-11999</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>WebUsbAllowDevicesForUrls</ValueName>
+        <Value>[{&quot;devices&quot;: [{&quot;product_id&quot;: 5678, &quot;vendor_id&quot;: 1234}], &quot;urls&quot;: [&quot;https://google.com&quot;]}]</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome</Key>
+        <ValueName>WindowOcclusionEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\AlternativeBrowserParameters</Key>
+        <ValueName>1</ValueName>
+        <Value>-foreground</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\AlternativeBrowserParameters</Key>
+        <ValueName>2</ValueName>
+        <Value>-new-window</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\AlternativeBrowserParameters</Key>
+        <ValueName>3</ValueName>
+        <Value>${url}</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\AlternativeBrowserParameters</Key>
+        <ValueName>4</ValueName>
+        <Value>-profile</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\AlternativeBrowserParameters</Key>
+        <ValueName>5</ValueName>
+        <Value>%HOME%\\browser_profile</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\AudioCaptureAllowedUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com/</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\AudioCaptureAllowedUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>https://[*.]example.edu/</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\AutoOpenAllowedForURLs</Key>
+        <ValueName>1</ValueName>
+        <Value>example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\AutoOpenAllowedForURLs</Key>
+        <ValueName>2</ValueName>
+        <Value>https://ssl.server.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\AutoOpenAllowedForURLs</Key>
+        <ValueName>3</ValueName>
+        <Value>hosting.com/good_path</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\AutoOpenAllowedForURLs</Key>
+        <ValueName>4</ValueName>
+        <Value>https://server:8080/path</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\AutoOpenAllowedForURLs</Key>
+        <ValueName>5</ValueName>
+        <Value>.exact.hostname.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\AutoOpenFileTypes</Key>
+        <ValueName>1</ValueName>
+        <Value>exe</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\AutoOpenFileTypes</Key>
+        <ValueName>2</ValueName>
+        <Value>txt</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\AutoSelectCertificateForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>{&quot;pattern&quot;:&quot;https://www.example.com&quot;,&quot;filter&quot;:{&quot;ISSUER&quot;:{&quot;CN&quot;:&quot;certificate issuer name&quot;, &quot;L&quot;: &quot;certificate issuer location&quot;, &quot;O&quot;: &quot;certificate issuer org&quot;, &quot;OU&quot;: &quot;certificate issuer org unit&quot;}, &quot;SUBJECT&quot;:{&quot;CN&quot;:&quot;certificate subject name&quot;, &quot;L&quot;: &quot;certificate subject location&quot;, &quot;O&quot;: &quot;certificate subject org&quot;, &quot;OU&quot;: &quot;certificate subject org unit&quot;}}}</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\AutoplayAllowlist</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\AutoplayAllowlist</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\BrowserSwitcherChromeParameters</Key>
+        <ValueName>1</ValueName>
+        <Value>--force-dark-mode</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\BrowserSwitcherUrlGreylist</Key>
+        <ValueName>1</ValueName>
+        <Value>ie.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\BrowserSwitcherUrlGreylist</Key>
+        <ValueName>2</ValueName>
+        <Value>!open-in-chrome.ie.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\BrowserSwitcherUrlGreylist</Key>
+        <ValueName>3</ValueName>
+        <Value>foobar.com/ie-only/</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\BrowserSwitcherUrlList</Key>
+        <ValueName>1</ValueName>
+        <Value>ie.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\BrowserSwitcherUrlList</Key>
+        <ValueName>2</ValueName>
+        <Value>!open-in-chrome.ie.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\BrowserSwitcherUrlList</Key>
+        <ValueName>3</ValueName>
+        <Value>foobar.com/ie-only/</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\CertificateTransparencyEnforcementDisabledForCas</Key>
+        <ValueName>1</ValueName>
+        <Value>sha256/AAAAAAAAAAAAAAAAAAAAAA==</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\CertificateTransparencyEnforcementDisabledForCas</Key>
+        <ValueName>2</ValueName>
+        <Value>sha256//////////////////////w==</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\CertificateTransparencyEnforcementDisabledForLegacyCas</Key>
+        <ValueName>1</ValueName>
+        <Value>sha256/AAAAAAAAAAAAAAAAAAAAAA==</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\CertificateTransparencyEnforcementDisabledForLegacyCas</Key>
+        <ValueName>2</ValueName>
+        <Value>sha256//////////////////////w==</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\CertificateTransparencyEnforcementDisabledForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\CertificateTransparencyEnforcementDisabledForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList</Key>
+        <ValueName>1</ValueName>
+        <Value>browsing_history</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList</Key>
+        <ValueName>2</ValueName>
+        <Value>download_history</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList</Key>
+        <ValueName>3</ValueName>
+        <Value>cookies_and_other_site_data</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList</Key>
+        <ValueName>4</ValueName>
+        <Value>cached_images_and_files</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList</Key>
+        <ValueName>5</ValueName>
+        <Value>password_signin</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList</Key>
+        <ValueName>6</ValueName>
+        <Value>autofill</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList</Key>
+        <ValueName>7</ValueName>
+        <Value>site_settings</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList</Key>
+        <ValueName>8</ValueName>
+        <Value>hosted_app_data</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\CookiesAllowedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\CookiesAllowedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\CookiesBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\CookiesBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\CookiesSessionOnlyForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\CookiesSessionOnlyForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\DefaultSearchProviderAlternateURLs</Key>
+        <ValueName>1</ValueName>
+        <Value>https://search.my.company/suggest#q={searchTerms}</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\DefaultSearchProviderAlternateURLs</Key>
+        <ValueName>2</ValueName>
+        <Value>https://search.my.company/suggest/search#q={searchTerms}</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\DefaultSearchProviderEncodings</Key>
+        <ValueName>1</ValueName>
+        <Value>UTF-8</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\DefaultSearchProviderEncodings</Key>
+        <ValueName>2</ValueName>
+        <Value>UTF-16</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\DefaultSearchProviderEncodings</Key>
+        <ValueName>3</ValueName>
+        <Value>GB2312</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\DefaultSearchProviderEncodings</Key>
+        <ValueName>4</ValueName>
+        <Value>ISO-8859-1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\EnableExperimentalPolicies</Key>
+        <ValueName>1</ValueName>
+        <Value>ExtensionInstallAllowlist</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\EnableExperimentalPolicies</Key>
+        <ValueName>2</ValueName>
+        <Value>ExtensionInstallBlocklist</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ExplicitlyAllowedNetworkPorts</Key>
+        <ValueName>1</ValueName>
+        <Value>10080</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ExtensionAllowedTypes</Key>
+        <ValueName>1</ValueName>
+        <Value>hosted_app</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ExtensionInstallAllowlist</Key>
+        <ValueName>1</ValueName>
+        <Value>extension_id1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ExtensionInstallAllowlist</Key>
+        <ValueName>2</ValueName>
+        <Value>extension_id2</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ExtensionInstallBlocklist</Key>
+        <ValueName>1</ValueName>
+        <Value>extension_id1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ExtensionInstallBlocklist</Key>
+        <ValueName>2</ValueName>
+        <Value>extension_id2</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ExtensionInstallForcelist</Key>
+        <ValueName>1</ValueName>
+        <Value>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;https://clients2.google.com/service/update2/crx</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ExtensionInstallForcelist</Key>
+        <ValueName>2</ValueName>
+        <Value>abcdefghijklmnopabcdefghijklmnop</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ExtensionInstallSources</Key>
+        <ValueName>1</ValueName>
+        <Value>https://corp.mycompany.com/*</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\FileHandlingAllowedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\FileHandlingAllowedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\FileHandlingBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\FileHandlingBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\FileSystemReadAskForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\FileSystemReadAskForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\FileSystemReadBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\FileSystemReadBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\FileSystemWriteAskForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\FileSystemWriteAskForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\FileSystemWriteBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\FileSystemWriteBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ForcedLanguages</Key>
+        <ValueName>1</ValueName>
+        <Value>en-US</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\HSTSPolicyBypassList</Key>
+        <ValueName>1</ValueName>
+        <Value>meet</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ImagesAllowedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ImagesAllowedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ImagesBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ImagesBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\InsecureContentAllowedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\InsecureContentAllowedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\InsecureContentBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\InsecureContentBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\InsecurePrivateNetworkRequestsAllowedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>http://www.example.com:8080</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\InsecurePrivateNetworkRequestsAllowedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\JavaScriptAllowedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\JavaScriptAllowedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\JavaScriptBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\JavaScriptBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\LegacySameSiteCookieBehaviorEnabledForDomainList</Key>
+        <ValueName>1</ValueName>
+        <Value>www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\LegacySameSiteCookieBehaviorEnabledForDomainList</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\LookalikeWarningAllowlistDomains</Key>
+        <ValueName>1</ValueName>
+        <Value>foo.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\LookalikeWarningAllowlistDomains</Key>
+        <ValueName>2</ValueName>
+        <Value>example.org</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\NativeMessagingAllowlist</Key>
+        <ValueName>1</ValueName>
+        <Value>com.native.messaging.host.name1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\NativeMessagingAllowlist</Key>
+        <ValueName>2</ValueName>
+        <Value>com.native.messaging.host.name2</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\NativeMessagingBlocklist</Key>
+        <ValueName>1</ValueName>
+        <Value>com.native.messaging.host.name1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\NativeMessagingBlocklist</Key>
+        <ValueName>2</ValueName>
+        <Value>com.native.messaging.host.name2</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\NotificationsAllowedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\NotificationsAllowedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\NotificationsBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\NotificationsBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\OverrideSecurityRestrictionsOnInsecureOrigin</Key>
+        <ValueName>1</ValueName>
+        <Value>http://testserver.example.com/</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\OverrideSecurityRestrictionsOnInsecureOrigin</Key>
+        <ValueName>2</ValueName>
+        <Value>*.example.org</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\PasswordProtectionLoginURLs</Key>
+        <ValueName>1</ValueName>
+        <Value>https://mydomain.com/login.html</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\PasswordProtectionLoginURLs</Key>
+        <ValueName>2</ValueName>
+        <Value>https://login.mydomain.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\PolicyDictionaryMultipleSourceMergeList</Key>
+        <ValueName>1</ValueName>
+        <Value>ExtensionSettings</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\PolicyListMultipleSourceMergeList</Key>
+        <ValueName>1</ValueName>
+        <Value>ExtensionInstallAllowlist</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\PolicyListMultipleSourceMergeList</Key>
+        <ValueName>2</ValueName>
+        <Value>ExtensionInstallBlocklist</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\PopupsAllowedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\PopupsAllowedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\PopupsBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\PopupsBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\PrinterTypeDenyList</Key>
+        <ValueName>1</ValueName>
+        <Value>cloud</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\PrinterTypeDenyList</Key>
+        <ValueName>2</ValueName>
+        <Value>privet</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\RemoteAccessHostClientDomainList</Key>
+        <ValueName>1</ValueName>
+        <Value>my-awesome-domain.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\RemoteAccessHostClientDomainList</Key>
+        <ValueName>2</ValueName>
+        <Value>my-auxiliary-domain.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\RemoteAccessHostDomainList</Key>
+        <ValueName>1</ValueName>
+        <Value>my-awesome-domain.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\RemoteAccessHostDomainList</Key>
+        <ValueName>2</ValueName>
+        <Value>my-auxiliary-domain.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\RestoreOnStartupURLs</Key>
+        <ValueName>1</ValueName>
+        <Value>https://example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\RestoreOnStartupURLs</Key>
+        <ValueName>2</ValueName>
+        <Value>https://www.chromium.org</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\SSLErrorOverrideAllowedForOrigins</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\SSLErrorOverrideAllowedForOrigins</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\SafeBrowsingAllowlistDomains</Key>
+        <ValueName>1</ValueName>
+        <Value>mydomain.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\SafeBrowsingAllowlistDomains</Key>
+        <ValueName>2</ValueName>
+        <Value>myuniversity.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\SecurityKeyPermitAttestation</Key>
+        <ValueName>1</ValueName>
+        <Value>https://example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\SensorsAllowedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\SensorsAllowedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\SensorsBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\SensorsBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\SerialAskForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\SerialAskForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\SerialBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\SerialBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\SpellcheckLanguage</Key>
+        <ValueName>1</ValueName>
+        <Value>fr</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\SpellcheckLanguage</Key>
+        <ValueName>2</ValueName>
+        <Value>es</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\SpellcheckLanguageBlocklist</Key>
+        <ValueName>1</ValueName>
+        <Value>fr</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\SpellcheckLanguageBlocklist</Key>
+        <ValueName>2</ValueName>
+        <Value>es</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\SyncTypesListDisabled</Key>
+        <ValueName>1</ValueName>
+        <Value>bookmarks</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\URLAllowlist</Key>
+        <ValueName>1</ValueName>
+        <Value>example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\URLAllowlist</Key>
+        <ValueName>2</ValueName>
+        <Value>https://ssl.server.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\URLAllowlist</Key>
+        <ValueName>3</ValueName>
+        <Value>hosting.com/good_path</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\URLAllowlist</Key>
+        <ValueName>4</ValueName>
+        <Value>https://server:8080/path</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\URLAllowlist</Key>
+        <ValueName>5</ValueName>
+        <Value>.exact.hostname.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\URLBlocklist</Key>
+        <ValueName>1</ValueName>
+        <Value>example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\URLBlocklist</Key>
+        <ValueName>2</ValueName>
+        <Value>https://ssl.server.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\URLBlocklist</Key>
+        <ValueName>3</ValueName>
+        <Value>hosting.com/bad_path</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\URLBlocklist</Key>
+        <ValueName>4</ValueName>
+        <Value>https://server:8080/path</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\URLBlocklist</Key>
+        <ValueName>5</ValueName>
+        <Value>.exact.hostname.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\URLBlocklist</Key>
+        <ValueName>6</ValueName>
+        <Value>file://*</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\URLBlocklist</Key>
+        <ValueName>7</ValueName>
+        <Value>custom_scheme:*</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\URLBlocklist</Key>
+        <ValueName>8</ValueName>
+        <Value>*</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\VideoCaptureAllowedUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com/</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\VideoCaptureAllowedUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>https://[*.]example.edu/</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\WebRtcLocalIpsAllowedUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\WebRtcLocalIpsAllowedUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>*example.com*</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\WebUsbAskForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\WebUsbAskForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\WebUsbBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\WebUsbBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>AlternateErrorPagesEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>ApplicationLocaleValue</ValueName>
+        <Value>en</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>AutofillAddressEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>AutofillCreditCardEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>BackgroundModeEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>BlockThirdPartyCookies</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>BookmarkBarEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>DefaultDownloadDirectory</ValueName>
+        <Value>/home/${user_name}/Downloads</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>DownloadDirectory</ValueName>
+        <Value>/home/${user_name}/Downloads</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>DownloadRestrictions</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>HomepageIsNewTabPage</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>HomepageLocation</ValueName>
+        <Value>https://www.chromium.org</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>ImportAutofillFormData</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>ImportBookmarks</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>ImportHistory</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>ImportSavedPasswords</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>ImportSearchEngine</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>MetricsReportingEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>NetworkPredictionOptions</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>PasswordLeakDetectionEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>PasswordManagerEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>PrintHeaderFooter</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>PrintPreviewUseSystemDefaultPrinter</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>RegisteredProtocolHandlers</ValueName>
+        <Value>[{&quot;default&quot;: true, &quot;protocol&quot;: &quot;mailto&quot;, &quot;url&quot;: &quot;https://mail.google.com/mail/?extsrc=mailto&amp;url=%s&quot;}]</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>RestoreOnStartup</ValueName>
+        <Value>4</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>SafeBrowsingForTrustedSourcesEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>SafeBrowsingProtectionLevel</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>SearchSuggestEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>ShowFullUrlsInAddressBar</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>ShowHomeButton</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>SpellCheckServiceEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>TranslateEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended\RestoreOnStartupURLs</Key>
+        <ValueName>1</ValueName>
+        <Value>https://example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\Recommended\RestoreOnStartupURLs</Key>
+        <ValueName>2</ValueName>
+        <Value>https://www.chromium.org</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AbusiveExperienceInterventionEnforce</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AccessibilityImageLabelsEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AdditionalDnsQueryTypesEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AdsSettingForIntrusiveAdsSites</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AdvancedProtectionAllowed</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AllowCrossOriginAuthPrompt</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AllowDeletingBrowserHistory</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AllowDinosaurEasterEgg</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AllowFileSelectionDialogs</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AllowSyncXHRInPageDismissal</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AllowedDomainsForApps</ValueName>
+        <Value>managedchrome.com,example.com</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AlternateErrorPagesEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AlternativeBrowserPath</ValueName>
+        <Value>${ie}</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AlwaysOpenPdfExternally</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AmbientAuthenticationInPrivateModesEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AppCacheForceEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ApplicationLocaleValue</ValueName>
+        <Value>en</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AudioCaptureAllowed</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AudioProcessHighPriorityEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AudioSandboxEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AuthNegotiateDelegateAllowlist</ValueName>
+        <Value>foobar.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AuthSchemes</ValueName>
+        <Value>basic,digest,ntlm,negotiate</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AuthServerAllowlist</ValueName>
+        <Value>*.example.com,example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AutoLaunchProtocolsFromOrigins</ValueName>
+        <Value>[{&quot;allowed_origins&quot;: [&quot;example.com&quot;, &quot;http://www.example.com:8080&quot;], &quot;protocol&quot;: &quot;spotify&quot;}, {&quot;allowed_origins&quot;: [&quot;https://example.com&quot;, &quot;https://.mail.example.com&quot;], &quot;protocol&quot;: &quot;teams&quot;}, {&quot;allowed_origins&quot;: [&quot;*&quot;], &quot;protocol&quot;: &quot;outlook&quot;}]</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AutofillAddressEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AutofillCreditCardEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>AutoplayAllowed</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>BackgroundModeEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>BasicAuthOverHttpEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>BlockExternalExtensions</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>BlockThirdPartyCookies</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>BookmarkBarEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserAddPersonEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserGuestModeEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserGuestModeEnforced</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserLabsEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserNetworkTimeQueriesEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserSignin</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserSwitcherChromePath</ValueName>
+        <Value>${chrome}</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserSwitcherDelay</ValueName>
+        <Value>10000</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserSwitcherEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserSwitcherExternalGreylistUrl</ValueName>
+        <Value>http://example.com/greylist.xml</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserSwitcherExternalSitelistUrl</ValueName>
+        <Value>http://example.com/sitelist.xml</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserSwitcherKeepLastChromeTab</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserSwitcherUseIeSitelist</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowserThemeColor</ValueName>
+        <Value>#FFFFFF</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>BrowsingDataLifetime</ValueName>
+        <Value>[{&quot;data_types&quot;: [&quot;browsing_history&quot;], &quot;time_to_live_in_hours&quot;: 24}, {&quot;data_types&quot;: [&quot;password_signin&quot;, &quot;autofill&quot;], &quot;time_to_live_in_hours&quot;: 12}]</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>BuiltInDnsClientEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>CECPQ2Enabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ChromeCleanupEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ChromeCleanupReportingEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ChromeVariations</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ClickToCallEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>CloudManagementEnrollmentMandatory</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>CloudManagementEnrollmentToken</ValueName>
+        <Value>37185d02-e055-11e7-80c1-9a214cf093ae</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>CloudPolicyOverridesPlatformPolicy</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>CloudPrintProxyEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>CloudPrintSubmitEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>CloudUserPolicyMerge</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>CommandLineFlagSecurityWarningsEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ComponentUpdatesEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DNSInterceptionChecksEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultBrowserSettingEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultCookiesSetting</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultFileHandlingGuardSetting</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultFileSystemReadGuardSetting</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultFileSystemWriteGuardSetting</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultGeolocationSetting</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultImagesSetting</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultInsecureContentSetting</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultJavaScriptSetting</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultNotificationsSetting</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultPopupsSetting</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultPrinterSelection</ValueName>
+        <Value>{ &quot;kind&quot;: &quot;cloud&quot;, &quot;idPattern&quot;: &quot;.*public&quot;, &quot;namePattern&quot;: &quot;.*Color&quot; }</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderContextMenuAccessAllowed</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderIconURL</ValueName>
+        <Value>https://search.my.company/favicon.ico</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderImageURL</ValueName>
+        <Value>https://search.my.company/searchbyimage/upload</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderImageURLPostParams</ValueName>
+        <Value>content={imageThumbnail},url={imageURL},sbisrc={SearchSource}</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderKeyword</ValueName>
+        <Value>mis</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderName</ValueName>
+        <Value>My Intranet Search</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderNewTabURL</ValueName>
+        <Value>https://search.my.company/newtab</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderSearchURL</ValueName>
+        <Value>https://search.my.company/search?q={searchTerms}</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderSearchURLPostParams</ValueName>
+        <Value>q={searchTerms},ie=utf-8,oe=utf-8</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderSuggestURL</ValueName>
+        <Value>https://search.my.company/suggest?q={searchTerms}</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSearchProviderSuggestURLPostParams</ValueName>
+        <Value>q={searchTerms},ie=utf-8,oe=utf-8</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSensorsSetting</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultSerialGuardSetting</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultWebBluetoothGuardSetting</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DefaultWebUsbGuardSetting</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DeveloperToolsAvailability</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>Disable3DAPIs</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DisableAuthNegotiateCnameLookup</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DisablePrintPreview</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DisableSafeBrowsingProceedAnyway</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DisableScreenshots</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DiskCacheDir</ValueName>
+        <Value>${user_home}/Chrome_cache</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DiskCacheSize</ValueName>
+        <Value>104857600</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DnsOverHttpsMode</ValueName>
+        <Value>off</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DnsOverHttpsTemplates</ValueName>
+        <Value>https://dns.example.net/dns-query{?dns}</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DownloadDirectory</ValueName>
+        <Value>/home/${user_name}/Downloads</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>DownloadRestrictions</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>EditBookmarksEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>EnableAuthNegotiatePort</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>EnableDeprecatedPrivetPrinting</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>EnableMediaRouter</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>EnableOnlineRevocationChecks</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>EnterpriseHardwarePlatformAPIEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ExtensionSettings</ValueName>
+        <Value>{&quot;*&quot;: {&quot;allowed_types&quot;: [&quot;hosted_app&quot;], &quot;blocked_install_message&quot;: &quot;Custom error message.&quot;, &quot;blocked_permissions&quot;: [&quot;downloads&quot;, &quot;bookmarks&quot;], &quot;install_sources&quot;: [&quot;https://company-intranet/chromeapps&quot;], &quot;installation_mode&quot;: &quot;blocked&quot;, &quot;runtime_allowed_hosts&quot;: [&quot;*://good.example.com&quot;], &quot;runtime_blocked_hosts&quot;: [&quot;*://*.example.com&quot;]}, &quot;abcdefghijklmnopabcdefghijklmnop&quot;: {&quot;blocked_permissions&quot;: [&quot;history&quot;], &quot;installation_mode&quot;: &quot;allowed&quot;, &quot;minimum_version_required&quot;: &quot;1.0.1&quot;, &quot;toolbar_pin&quot;: &quot;force_pinned&quot;}, &quot;bcdefghijklmnopabcdefghijklmnopa&quot;: {&quot;allowed_permissions&quot;: [&quot;downloads&quot;], &quot;installation_mode&quot;: &quot;force_installed&quot;, &quot;runtime_allowed_hosts&quot;: [&quot;*://good.example.com&quot;], &quot;runtime_blocked_hosts&quot;: [&quot;*://*.example.com&quot;], &quot;update_url&quot;: &quot;https://example.com/update_url&quot;}, &quot;cdefghijklmnopabcdefghijklmnopab&quot;: {&quot;blocked_install_message&quot;: &quot;Custom error message.&quot;, &quot;installation_mode&quot;: &quot;blocked&quot;}, &quot;defghijklmnopabcdefghijklmnopabc,efghijklmnopabcdefghijklmnopabcd&quot;: {&quot;blocked_install_message&quot;: &quot;Custom error message.&quot;, &quot;installation_mode&quot;: &quot;blocked&quot;}, &quot;fghijklmnopabcdefghijklmnopabcde&quot;: {&quot;blocked_install_message&quot;: &quot;Custom removal message.&quot;, &quot;installation_mode&quot;: &quot;removed&quot;}, &quot;ghijklmnopabcdefghijklmnopabcdef&quot;: {&quot;installation_mode&quot;: &quot;force_installed&quot;, &quot;override_update_url&quot;: true, &quot;update_url&quot;: &quot;https://example.com/update_url&quot;}, &quot;update_url:https://www.example.com/update.xml&quot;: {&quot;allowed_permissions&quot;: [&quot;downloads&quot;], &quot;blocked_permissions&quot;: [&quot;wallpaper&quot;], &quot;installation_mode&quot;: &quot;allowed&quot;}}</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ExternalProtocolDialogShowAlwaysOpenCheckbox</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>FetchKeepaliveDurationSecondsOnShutdown</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ForceEphemeralProfiles</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ForceGoogleSafeSearch</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ForceYouTubeRestrict</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>FullscreenAllowed</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>GloballyScopeHTTPAuthCacheEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>HardwareAccelerationModeEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>HeadlessMode</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>HideWebStoreIcon</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>HomepageIsNewTabPage</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>HomepageLocation</ValueName>
+        <Value>https://www.chromium.org</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ImportAutofillFormData</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ImportBookmarks</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ImportHistory</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ImportHomepage</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ImportSavedPasswords</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ImportSearchEngine</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>IncognitoModeAvailability</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>InsecureFormsWarningsEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>InsecurePrivateNetworkRequestsAllowed</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>IntensiveWakeUpThrottlingEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>IntranetRedirectBehavior</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>IsolateOrigins</ValueName>
+        <Value>https://example.com/,https://othersite.org/</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ManagedBookmarks</ValueName>
+        <Value>[{&quot;toplevel_name&quot;: &quot;My managed bookmarks folder&quot;}, {&quot;name&quot;: &quot;Google&quot;, &quot;url&quot;: &quot;google.com&quot;}, {&quot;name&quot;: &quot;Youtube&quot;, &quot;url&quot;: &quot;youtube.com&quot;}, {&quot;children&quot;: [{&quot;name&quot;: &quot;Chromium&quot;, &quot;url&quot;: &quot;chromium.org&quot;}, {&quot;name&quot;: &quot;Chromium Developers&quot;, &quot;url&quot;: &quot;dev.chromium.org&quot;}], &quot;name&quot;: &quot;Chrome links&quot;}]</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ManagedConfigurationPerOrigin</ValueName>
+        <Value>[{&quot;managed_configuration_hash&quot;: &quot;asd891jedasd12ue9h&quot;, &quot;managed_configuration_url&quot;: &quot;https://gstatic.google.com/configuration.json&quot;, &quot;origin&quot;: &quot;https://www.google.com&quot;}, {&quot;managed_configuration_hash&quot;: &quot;djio12easd89u12aws&quot;, &quot;managed_configuration_url&quot;: &quot;https://gstatic.google.com/configuration2.json&quot;, &quot;origin&quot;: &quot;https://www.example.com&quot;}]</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>MaxConnectionsPerProxy</ValueName>
+        <Value>32</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>MaxInvalidationFetchDelay</ValueName>
+        <Value>10000</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>MediaRecommendationsEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>MediaRouterCastAllowAllIPs</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>MetricsReportingEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>NTPCardsVisible</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>NTPCustomBackgroundEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>NativeMessagingUserLevelHosts</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>NetworkPredictionOptions</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>NewTabPageLocation</ValueName>
+        <Value>https://www.chromium.org</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>PasswordLeakDetectionEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>PasswordManagerEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>PasswordProtectionChangePasswordURL</ValueName>
+        <Value>https://mydomain.com/change_password.html</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>PasswordProtectionWarningTrigger</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>PaymentMethodQueryEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>PolicyAtomicGroupsEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>PolicyRefreshRate</ValueName>
+        <Value>3600000</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>PrintHeaderFooter</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>PrintPreviewUseSystemDefaultPrinter</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>PrintRasterizationMode</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>PrintingAllowedBackgroundGraphicsModes</ValueName>
+        <Value>enabled</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>PrintingBackgroundGraphicsDefault</ValueName>
+        <Value>enabled</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>PrintingEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>PrintingPaperSizeDefault</ValueName>
+        <Value>{&quot;custom_size&quot;: {&quot;height&quot;: 297000, &quot;width&quot;: 210000}, &quot;name&quot;: &quot;custom&quot;}</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ProfilePickerOnStartupAvailability</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>PromotionalTabsEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>PromptForDownloadLocation</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ProxySettings</ValueName>
+        <Value>{&quot;ProxyBypassList&quot;: &quot;https://www.example1.com,https://www.example2.com,https://internalsite/&quot;, &quot;ProxyMode&quot;: &quot;direct&quot;, &quot;ProxyPacUrl&quot;: &quot;https://internal.site/example.pac&quot;, &quot;ProxyServer&quot;: &quot;123.123.123.123:8080&quot;, &quot;ProxyServerMode&quot;: 2}</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>QuicAllowed</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>RelaunchNotification</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>RelaunchNotificationPeriod</ValueName>
+        <Value>604800000</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>RemoteAccessHostAllowClientPairing</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>RemoteAccessHostAllowFileTransfer</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>RemoteAccessHostAllowRelayedConnection</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>RemoteAccessHostAllowRemoteAccessConnections</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>RemoteAccessHostAllowUiAccessForRemoteAssistance</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>RemoteAccessHostFirewallTraversal</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>RemoteAccessHostMaximumSessionDurationMinutes</ValueName>
+        <Value>1200</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>RemoteAccessHostRequireCurtain</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>RemoteAccessHostUdpPortRange</ValueName>
+        <Value>12400-12409</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>RendererCodeIntegrityEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>RequireOnlineRevocationChecksForLocalAnchors</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>RestoreOnStartup</ValueName>
+        <Value>4</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>RestrictSigninToPattern</ValueName>
+        <Value>.*@example\\.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>RoamingProfileLocation</ValueName>
+        <Value>${roaming_app_data}\\chrome-profile</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>RoamingProfileSupportEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>SSLErrorOverrideAllowed</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>SSLVersionMin</ValueName>
+        <Value>tls1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>SafeBrowsingExtendedReportingEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>SafeBrowsingForTrustedSourcesEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>SafeBrowsingProtectionLevel</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>SafeSitesFilterBehavior</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>SavingBrowserHistoryDisabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ScreenCaptureAllowed</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ScrollToTextFragmentEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>SearchSuggestEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>SharedArrayBufferUnrestrictedAccessAllowed</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>SharedClipboardEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ShowAppsShortcutInBookmarkBar</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ShowCastIconInToolbar</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ShowFullUrlsInAddressBar</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ShowHomeButton</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>SignedHTTPExchangeEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>SigninInterceptionEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>SitePerProcess</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>SpellCheckServiceEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>SpellcheckEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>SuppressDifferentOriginSubframeDialogs</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>SuppressUnsupportedOSWarning</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>SyncDisabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>TargetBlankImpliesNoOpener</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>TaskManagerEndProcessEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>ThirdPartyBlockingEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>TotalMemoryLimitMb</ValueName>
+        <Value>2048</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>TranslateEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>TripleDESEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>UrlKeyedAnonymizedDataCollectionEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>UserAgentClientHintsEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>UserDataDir</ValueName>
+        <Value>${users}/${user_name}/Chrome</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>UserDataSnapshotRetentionLimit</ValueName>
+        <Value>3</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>UserFeedbackAllowed</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>VideoCaptureAllowed</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>WPADQuickCheckEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>WebAppInstallForceList</ValueName>
+        <Value>[{&quot;create_desktop_shortcut&quot;: true, &quot;default_launch_container&quot;: &quot;window&quot;, &quot;url&quot;: &quot;https://www.google.com/maps&quot;}, {&quot;default_launch_container&quot;: &quot;tab&quot;, &quot;url&quot;: &quot;https://docs.google.com&quot;}, {&quot;default_launch_container&quot;: &quot;window&quot;, &quot;fallback_app_name&quot;: &quot;Editor&quot;, &quot;url&quot;: &quot;https://docs.google.com/editor&quot;}]</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>WebRtcAllowLegacyTLSProtocols</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>WebRtcEventLogCollectionAllowed</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>WebRtcIPHandling</ValueName>
+        <Value>default</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>WebRtcUdpPortRange</ValueName>
+        <Value>10000-11999</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>WebUsbAllowDevicesForUrls</ValueName>
+        <Value>[{&quot;devices&quot;: [{&quot;product_id&quot;: 5678, &quot;vendor_id&quot;: 1234}], &quot;urls&quot;: [&quot;https://google.com&quot;]}]</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome</Key>
+        <ValueName>WindowOcclusionEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\AlternativeBrowserParameters</Key>
+        <ValueName>1</ValueName>
+        <Value>-foreground</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\AlternativeBrowserParameters</Key>
+        <ValueName>2</ValueName>
+        <Value>-new-window</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\AlternativeBrowserParameters</Key>
+        <ValueName>3</ValueName>
+        <Value>${url}</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\AlternativeBrowserParameters</Key>
+        <ValueName>4</ValueName>
+        <Value>-profile</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\AlternativeBrowserParameters</Key>
+        <ValueName>5</ValueName>
+        <Value>%HOME%\\browser_profile</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\AudioCaptureAllowedUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com/</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\AudioCaptureAllowedUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>https://[*.]example.edu/</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\AutoOpenAllowedForURLs</Key>
+        <ValueName>1</ValueName>
+        <Value>example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\AutoOpenAllowedForURLs</Key>
+        <ValueName>2</ValueName>
+        <Value>https://ssl.server.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\AutoOpenAllowedForURLs</Key>
+        <ValueName>3</ValueName>
+        <Value>hosting.com/good_path</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\AutoOpenAllowedForURLs</Key>
+        <ValueName>4</ValueName>
+        <Value>https://server:8080/path</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\AutoOpenAllowedForURLs</Key>
+        <ValueName>5</ValueName>
+        <Value>.exact.hostname.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\AutoOpenFileTypes</Key>
+        <ValueName>1</ValueName>
+        <Value>exe</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\AutoOpenFileTypes</Key>
+        <ValueName>2</ValueName>
+        <Value>txt</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\AutoSelectCertificateForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>{&quot;pattern&quot;:&quot;https://www.example.com&quot;,&quot;filter&quot;:{&quot;ISSUER&quot;:{&quot;CN&quot;:&quot;certificate issuer name&quot;, &quot;L&quot;: &quot;certificate issuer location&quot;, &quot;O&quot;: &quot;certificate issuer org&quot;, &quot;OU&quot;: &quot;certificate issuer org unit&quot;}, &quot;SUBJECT&quot;:{&quot;CN&quot;:&quot;certificate subject name&quot;, &quot;L&quot;: &quot;certificate subject location&quot;, &quot;O&quot;: &quot;certificate subject org&quot;, &quot;OU&quot;: &quot;certificate subject org unit&quot;}}}</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\AutoplayAllowlist</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\AutoplayAllowlist</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\BrowserSwitcherChromeParameters</Key>
+        <ValueName>1</ValueName>
+        <Value>--force-dark-mode</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\BrowserSwitcherUrlGreylist</Key>
+        <ValueName>1</ValueName>
+        <Value>ie.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\BrowserSwitcherUrlGreylist</Key>
+        <ValueName>2</ValueName>
+        <Value>!open-in-chrome.ie.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\BrowserSwitcherUrlGreylist</Key>
+        <ValueName>3</ValueName>
+        <Value>foobar.com/ie-only/</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\BrowserSwitcherUrlList</Key>
+        <ValueName>1</ValueName>
+        <Value>ie.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\BrowserSwitcherUrlList</Key>
+        <ValueName>2</ValueName>
+        <Value>!open-in-chrome.ie.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\BrowserSwitcherUrlList</Key>
+        <ValueName>3</ValueName>
+        <Value>foobar.com/ie-only/</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\CertificateTransparencyEnforcementDisabledForCas</Key>
+        <ValueName>1</ValueName>
+        <Value>sha256/AAAAAAAAAAAAAAAAAAAAAA==</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\CertificateTransparencyEnforcementDisabledForCas</Key>
+        <ValueName>2</ValueName>
+        <Value>sha256//////////////////////w==</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\CertificateTransparencyEnforcementDisabledForLegacyCas</Key>
+        <ValueName>1</ValueName>
+        <Value>sha256/AAAAAAAAAAAAAAAAAAAAAA==</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\CertificateTransparencyEnforcementDisabledForLegacyCas</Key>
+        <ValueName>2</ValueName>
+        <Value>sha256//////////////////////w==</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\CertificateTransparencyEnforcementDisabledForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\CertificateTransparencyEnforcementDisabledForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList</Key>
+        <ValueName>1</ValueName>
+        <Value>browsing_history</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList</Key>
+        <ValueName>2</ValueName>
+        <Value>download_history</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList</Key>
+        <ValueName>3</ValueName>
+        <Value>cookies_and_other_site_data</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList</Key>
+        <ValueName>4</ValueName>
+        <Value>cached_images_and_files</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList</Key>
+        <ValueName>5</ValueName>
+        <Value>password_signin</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList</Key>
+        <ValueName>6</ValueName>
+        <Value>autofill</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList</Key>
+        <ValueName>7</ValueName>
+        <Value>site_settings</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList</Key>
+        <ValueName>8</ValueName>
+        <Value>hosted_app_data</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\CookiesAllowedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\CookiesAllowedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\CookiesBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\CookiesBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\CookiesSessionOnlyForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\CookiesSessionOnlyForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\DefaultSearchProviderAlternateURLs</Key>
+        <ValueName>1</ValueName>
+        <Value>https://search.my.company/suggest#q={searchTerms}</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\DefaultSearchProviderAlternateURLs</Key>
+        <ValueName>2</ValueName>
+        <Value>https://search.my.company/suggest/search#q={searchTerms}</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\DefaultSearchProviderEncodings</Key>
+        <ValueName>1</ValueName>
+        <Value>UTF-8</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\DefaultSearchProviderEncodings</Key>
+        <ValueName>2</ValueName>
+        <Value>UTF-16</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\DefaultSearchProviderEncodings</Key>
+        <ValueName>3</ValueName>
+        <Value>GB2312</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\DefaultSearchProviderEncodings</Key>
+        <ValueName>4</ValueName>
+        <Value>ISO-8859-1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\EnableExperimentalPolicies</Key>
+        <ValueName>1</ValueName>
+        <Value>ExtensionInstallAllowlist</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\EnableExperimentalPolicies</Key>
+        <ValueName>2</ValueName>
+        <Value>ExtensionInstallBlocklist</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\ExplicitlyAllowedNetworkPorts</Key>
+        <ValueName>1</ValueName>
+        <Value>10080</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\ExtensionAllowedTypes</Key>
+        <ValueName>1</ValueName>
+        <Value>hosted_app</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\ExtensionInstallAllowlist</Key>
+        <ValueName>1</ValueName>
+        <Value>extension_id1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\ExtensionInstallAllowlist</Key>
+        <ValueName>2</ValueName>
+        <Value>extension_id2</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\ExtensionInstallBlocklist</Key>
+        <ValueName>1</ValueName>
+        <Value>extension_id1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\ExtensionInstallBlocklist</Key>
+        <ValueName>2</ValueName>
+        <Value>extension_id2</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\ExtensionInstallForcelist</Key>
+        <ValueName>1</ValueName>
+        <Value>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;https://clients2.google.com/service/update2/crx</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\ExtensionInstallForcelist</Key>
+        <ValueName>2</ValueName>
+        <Value>abcdefghijklmnopabcdefghijklmnop</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\ExtensionInstallSources</Key>
+        <ValueName>1</ValueName>
+        <Value>https://corp.mycompany.com/*</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\FileHandlingAllowedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\FileHandlingAllowedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\FileHandlingBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\FileHandlingBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\FileSystemReadAskForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\FileSystemReadAskForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\FileSystemReadBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\FileSystemReadBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\FileSystemWriteAskForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\FileSystemWriteAskForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\FileSystemWriteBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\FileSystemWriteBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\ForcedLanguages</Key>
+        <ValueName>1</ValueName>
+        <Value>en-US</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\HSTSPolicyBypassList</Key>
+        <ValueName>1</ValueName>
+        <Value>meet</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\ImagesAllowedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\ImagesAllowedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\ImagesBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\ImagesBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\InsecureContentAllowedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\InsecureContentAllowedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\InsecureContentBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\InsecureContentBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\InsecurePrivateNetworkRequestsAllowedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>http://www.example.com:8080</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\InsecurePrivateNetworkRequestsAllowedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\JavaScriptAllowedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\JavaScriptAllowedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\JavaScriptBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\JavaScriptBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\LegacySameSiteCookieBehaviorEnabledForDomainList</Key>
+        <ValueName>1</ValueName>
+        <Value>www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\LegacySameSiteCookieBehaviorEnabledForDomainList</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\LookalikeWarningAllowlistDomains</Key>
+        <ValueName>1</ValueName>
+        <Value>foo.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\LookalikeWarningAllowlistDomains</Key>
+        <ValueName>2</ValueName>
+        <Value>example.org</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\NativeMessagingAllowlist</Key>
+        <ValueName>1</ValueName>
+        <Value>com.native.messaging.host.name1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\NativeMessagingAllowlist</Key>
+        <ValueName>2</ValueName>
+        <Value>com.native.messaging.host.name2</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\NativeMessagingBlocklist</Key>
+        <ValueName>1</ValueName>
+        <Value>com.native.messaging.host.name1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\NativeMessagingBlocklist</Key>
+        <ValueName>2</ValueName>
+        <Value>com.native.messaging.host.name2</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\NotificationsAllowedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\NotificationsAllowedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\NotificationsBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\NotificationsBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\OverrideSecurityRestrictionsOnInsecureOrigin</Key>
+        <ValueName>1</ValueName>
+        <Value>http://testserver.example.com/</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\OverrideSecurityRestrictionsOnInsecureOrigin</Key>
+        <ValueName>2</ValueName>
+        <Value>*.example.org</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\PasswordProtectionLoginURLs</Key>
+        <ValueName>1</ValueName>
+        <Value>https://mydomain.com/login.html</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\PasswordProtectionLoginURLs</Key>
+        <ValueName>2</ValueName>
+        <Value>https://login.mydomain.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\PolicyDictionaryMultipleSourceMergeList</Key>
+        <ValueName>1</ValueName>
+        <Value>ExtensionSettings</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\PolicyListMultipleSourceMergeList</Key>
+        <ValueName>1</ValueName>
+        <Value>ExtensionInstallAllowlist</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\PolicyListMultipleSourceMergeList</Key>
+        <ValueName>2</ValueName>
+        <Value>ExtensionInstallBlocklist</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\PopupsAllowedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\PopupsAllowedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\PopupsBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\PopupsBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\PrinterTypeDenyList</Key>
+        <ValueName>1</ValueName>
+        <Value>cloud</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\PrinterTypeDenyList</Key>
+        <ValueName>2</ValueName>
+        <Value>privet</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\RemoteAccessHostClientDomainList</Key>
+        <ValueName>1</ValueName>
+        <Value>my-awesome-domain.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\RemoteAccessHostClientDomainList</Key>
+        <ValueName>2</ValueName>
+        <Value>my-auxiliary-domain.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\RemoteAccessHostDomainList</Key>
+        <ValueName>1</ValueName>
+        <Value>my-awesome-domain.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\RemoteAccessHostDomainList</Key>
+        <ValueName>2</ValueName>
+        <Value>my-auxiliary-domain.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\RestoreOnStartupURLs</Key>
+        <ValueName>1</ValueName>
+        <Value>https://example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\RestoreOnStartupURLs</Key>
+        <ValueName>2</ValueName>
+        <Value>https://www.chromium.org</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\SSLErrorOverrideAllowedForOrigins</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\SSLErrorOverrideAllowedForOrigins</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\SafeBrowsingAllowlistDomains</Key>
+        <ValueName>1</ValueName>
+        <Value>mydomain.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\SafeBrowsingAllowlistDomains</Key>
+        <ValueName>2</ValueName>
+        <Value>myuniversity.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\SecurityKeyPermitAttestation</Key>
+        <ValueName>1</ValueName>
+        <Value>https://example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\SensorsAllowedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\SensorsAllowedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\SensorsBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\SensorsBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\SerialAskForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\SerialAskForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\SerialBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\SerialBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\SpellcheckLanguage</Key>
+        <ValueName>1</ValueName>
+        <Value>fr</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\SpellcheckLanguage</Key>
+        <ValueName>2</ValueName>
+        <Value>es</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\SpellcheckLanguageBlocklist</Key>
+        <ValueName>1</ValueName>
+        <Value>fr</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\SpellcheckLanguageBlocklist</Key>
+        <ValueName>2</ValueName>
+        <Value>es</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\SyncTypesListDisabled</Key>
+        <ValueName>1</ValueName>
+        <Value>bookmarks</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\URLAllowlist</Key>
+        <ValueName>1</ValueName>
+        <Value>example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\URLAllowlist</Key>
+        <ValueName>2</ValueName>
+        <Value>https://ssl.server.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\URLAllowlist</Key>
+        <ValueName>3</ValueName>
+        <Value>hosting.com/good_path</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\URLAllowlist</Key>
+        <ValueName>4</ValueName>
+        <Value>https://server:8080/path</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\URLAllowlist</Key>
+        <ValueName>5</ValueName>
+        <Value>.exact.hostname.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\URLBlocklist</Key>
+        <ValueName>1</ValueName>
+        <Value>example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\URLBlocklist</Key>
+        <ValueName>2</ValueName>
+        <Value>https://ssl.server.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\URLBlocklist</Key>
+        <ValueName>3</ValueName>
+        <Value>hosting.com/bad_path</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\URLBlocklist</Key>
+        <ValueName>4</ValueName>
+        <Value>https://server:8080/path</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\URLBlocklist</Key>
+        <ValueName>5</ValueName>
+        <Value>.exact.hostname.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\URLBlocklist</Key>
+        <ValueName>6</ValueName>
+        <Value>file://*</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\URLBlocklist</Key>
+        <ValueName>7</ValueName>
+        <Value>custom_scheme:*</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\URLBlocklist</Key>
+        <ValueName>8</ValueName>
+        <Value>*</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\VideoCaptureAllowedUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com/</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\VideoCaptureAllowedUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>https://[*.]example.edu/</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\WebRtcLocalIpsAllowedUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\WebRtcLocalIpsAllowedUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>*example.com*</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\WebUsbAskForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\WebUsbAskForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\WebUsbBlockedForUrls</Key>
+        <ValueName>1</ValueName>
+        <Value>https://www.example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\WebUsbBlockedForUrls</Key>
+        <ValueName>2</ValueName>
+        <Value>[*.]example.edu</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>AlternateErrorPagesEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>ApplicationLocaleValue</ValueName>
+        <Value>en</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>AutofillAddressEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>AutofillCreditCardEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>BackgroundModeEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>BlockThirdPartyCookies</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>BookmarkBarEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>DefaultDownloadDirectory</ValueName>
+        <Value>/home/${user_name}/Downloads</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>DownloadDirectory</ValueName>
+        <Value>/home/${user_name}/Downloads</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>DownloadRestrictions</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>HomepageIsNewTabPage</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>HomepageLocation</ValueName>
+        <Value>https://www.chromium.org</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>ImportAutofillFormData</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>ImportBookmarks</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>ImportHistory</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>ImportSavedPasswords</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>ImportSearchEngine</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>MetricsReportingEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>NetworkPredictionOptions</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>PasswordLeakDetectionEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>PasswordManagerEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>PrintHeaderFooter</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>PrintPreviewUseSystemDefaultPrinter</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>RegisteredProtocolHandlers</ValueName>
+        <Value>[{&quot;default&quot;: true, &quot;protocol&quot;: &quot;mailto&quot;, &quot;url&quot;: &quot;https://mail.google.com/mail/?extsrc=mailto&amp;url=%s&quot;}]</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>RestoreOnStartup</ValueName>
+        <Value>4</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>SafeBrowsingForTrustedSourcesEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>SafeBrowsingProtectionLevel</ValueName>
+        <Value>2</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>SearchSuggestEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>ShowFullUrlsInAddressBar</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>ShowHomeButton</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>SpellCheckServiceEnabled</ValueName>
+        <Value>0</Value>
+    </Entry>
+    <Entry type="4" type_name="REG_DWORD">
+        <Key>Software\Policies\Google\Chrome\Recommended</Key>
+        <ValueName>TranslateEnabled</ValueName>
+        <Value>1</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\Recommended\RestoreOnStartupURLs</Key>
+        <ValueName>1</ValueName>
+        <Value>https://example.com</Value>
+    </Entry>
+    <Entry type="1" type_name="REG_SZ">
+        <Key>Software\Policies\Google\Chrome\Recommended\RestoreOnStartupURLs</Key>
+        <ValueName>2</ValueName>
+        <Value>https://www.chromium.org</Value>
+    </Entry>
+</PolFile>
+"""
+
+chromium_json_expected_managed = \
+b"""
+{
+  "FileSystemWriteAskForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "InsecureContentBlockedForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "DefaultSearchProviderImageURLPostParams": "content={imageThumbnail},url={imageURL},sbisrc={SearchSource}",
+  "BrowserAddPersonEnabled": true,
+  "DefaultSearchProviderImageURL": "https://search.my.company/searchbyimage/upload",
+  "ShowHomeButton": true,
+  "ClearBrowsingDataOnExitList": [
+    "browsing_history",
+    "download_history",
+    "cookies_and_other_site_data",
+    "cached_images_and_files",
+    "password_signin",
+    "autofill",
+    "site_settings",
+    "hosted_app_data"
+  ],
+  "JavaScriptAllowedForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "AmbientAuthenticationInPrivateModesEnabled": 0,
+  "AllowFileSelectionDialogs": true,
+  "PrintingAllowedBackgroundGraphicsModes": "enabled",
+  "DnsOverHttpsTemplates": "https://dns.example.net/dns-query{?dns}",
+  "ComponentUpdatesEnabled": true,
+  "RemoteAccessHostAllowRemoteAccessConnections": false,
+  "WindowOcclusionEnabled": true,
+  "PrintPreviewUseSystemDefaultPrinter": false,
+  "AutoLaunchProtocolsFromOrigins": [
+    {
+      "allowed_origins": [
+        "example.com",
+        "http://www.example.com:8080"
+      ],
+      "protocol": "spotify"
+    },
+    {
+      "allowed_origins": [
+        "https://example.com",
+        "https://.mail.example.com"
+      ],
+      "protocol": "teams"
+    },
+    {
+      "allowed_origins": [
+        "*"
+      ],
+      "protocol": "outlook"
+    }
+  ],
+  "ManagedConfigurationPerOrigin": [
+    {
+      "origin": "https://www.google.com",
+      "managed_configuration_hash": "asd891jedasd12ue9h",
+      "managed_configuration_url": "https://gstatic.google.com/configuration.json"
+    },
+    {
+      "origin": "https://www.example.com",
+      "managed_configuration_hash": "djio12easd89u12aws",
+      "managed_configuration_url": "https://gstatic.google.com/configuration2.json"
+    }
+  ],
+  "SyncTypesListDisabled": [
+    "bookmarks"
+  ],
+  "SecurityKeyPermitAttestation": [
+    "https://example.com"
+  ],
+  "DefaultSearchProviderSearchURL": "https://search.my.company/search?q={searchTerms}",
+  "MetricsReportingEnabled": true,
+  "MaxInvalidationFetchDelay": 10000,
+  "AudioProcessHighPriorityEnabled": true,
+  "ExtensionInstallForcelist": [
+    "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;https://clients2.google.com/service/update2/crx",
+    "abcdefghijklmnopabcdefghijklmnop"
+  ],
+  "ExternalProtocolDialogShowAlwaysOpenCheckbox": true,
+  "CookiesBlockedForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "BrowserSwitcherExternalSitelistUrl": "http://example.com/sitelist.xml",
+  "AudioCaptureAllowedUrls": [
+    "https://www.example.com/",
+    "https://[*.]example.edu/"
+  ],
+  "NTPCustomBackgroundEnabled": true,
+  "BlockExternalExtensions": true,
+  "BrowserSwitcherChromeParameters": [
+    "--force-dark-mode"
+  ],
+  "SafeSitesFilterBehavior": 0,
+  "EnableOnlineRevocationChecks": false,
+  "ImagesBlockedForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "InsecureFormsWarningsEnabled": true,
+  "RelaunchNotificationPeriod": 604800000,
+  "TotalMemoryLimitMb": 2048,
+  "CloudManagementEnrollmentMandatory": true,
+  "ClickToCallEnabled": true,
+  "AppCacheForceEnabled": false,
+  "UrlKeyedAnonymizedDataCollectionEnabled": true,
+  "FullscreenAllowed": true,
+  "AuthSchemes": "basic,digest,ntlm,negotiate",
+  "PasswordLeakDetectionEnabled": true,
+  "AuthServerAllowlist": "*.example.com,example.com",
+  "AllowSyncXHRInPageDismissal": false,
+  "PasswordProtectionChangePasswordURL": "https://mydomain.com/change_password.html",
+  "MaxConnectionsPerProxy": 32,
+  "RemoteAccessHostMaximumSessionDurationMinutes": 1200,
+  "RemoteAccessHostAllowFileTransfer": false,
+  "PrintRasterizationMode": 1,
+  "CertificateTransparencyEnforcementDisabledForLegacyCas": [
+    "sha256/AAAAAAAAAAAAAAAAAAAAAA==",
+    "sha256//////////////////////w=="
+  ],
+  "DefaultWebBluetoothGuardSetting": 2,
+  "AutoplayAllowed": true,
+  "BrowserSwitcherUrlList": [
+    "ie.com",
+    "!open-in-chrome.ie.com",
+    "foobar.com/ie-only/"
+  ],
+  "CertificateTransparencyEnforcementDisabledForUrls": [
+    "example.com",
+    ".example.com"
+  ],
+  "SpellcheckLanguageBlocklist": [
+    "fr",
+    "es"
+  ],
+  "PrintHeaderFooter": false,
+  "ShowAppsShortcutInBookmarkBar": false,
+  "SerialAskForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "ImagesAllowedForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "ProfilePickerOnStartupAvailability": 0,
+  "CommandLineFlagSecurityWarningsEnabled": true,
+  "QuicAllowed": true,
+  "IntensiveWakeUpThrottlingEnabled": true,
+  "WPADQuickCheckEnabled": true,
+  "SensorsAllowedForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "NTPCardsVisible": true,
+  "DefaultSearchProviderAlternateURLs": [
+    "https://search.my.company/suggest#q={searchTerms}",
+    "https://search.my.company/suggest/search#q={searchTerms}"
+  ],
+  "DisableSafeBrowsingProceedAnyway": true,
+  "DefaultFileSystemWriteGuardSetting": 2,
+  "DefaultSearchProviderSuggestURL": "https://search.my.company/suggest?q={searchTerms}",
+  "SSLErrorOverrideAllowed": true,
+  "CloudPrintProxyEnabled": true,
+  "BrowserSwitcherUrlGreylist": [
+    "ie.com",
+    "!open-in-chrome.ie.com",
+    "foobar.com/ie-only/"
+  ],
+  "BrowserNetworkTimeQueriesEnabled": true,
+  "WebUsbAllowDevicesForUrls": [
+    {
+      "urls": [
+        "https://google.com"
+      ],
+      "devices": [
+        {
+          "vendor_id": 1234,
+          "product_id": 5678
+        }
+      ]
+    }
+  ],
+  "TaskManagerEndProcessEnabled": true,
+  "SuppressDifferentOriginSubframeDialogs": true,
+  "UserDataDir": "${users}/${user_name}/Chrome",
+  "CookiesAllowedForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "SuppressUnsupportedOSWarning": true,
+  "RequireOnlineRevocationChecksForLocalAnchors": false,
+  "BrowsingDataLifetime": [
+    {
+      "data_types": [
+        "browsing_history"
+      ],
+      "time_to_live_in_hours": 24
+    },
+    {
+      "data_types": [
+        "password_signin",
+        "autofill"
+      ],
+      "time_to_live_in_hours": 12
+    }
+  ],
+  "FileHandlingBlockedForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "AudioCaptureAllowed": false,
+  "PromotionalTabsEnabled": false,
+  "ShowFullUrlsInAddressBar": false,
+  "EnableMediaRouter": true,
+  "BrowserSwitcherDelay": 10000,
+  "AllowDinosaurEasterEgg": false,
+  "ImportSearchEngine": true,
+  "PrintingBackgroundGraphicsDefault": "enabled",
+  "TripleDESEnabled": false,
+  "AutoplayAllowlist": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "RemoteAccessHostUdpPortRange": "12400-12409",
+  "DefaultSearchProviderIconURL": "https://search.my.company/favicon.ico",
+  "BrowserSwitcherChromePath": "${chrome}",
+  "InsecureContentAllowedForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "DefaultSearchProviderSearchURLPostParams": "q={searchTerms},ie=utf-8,oe=utf-8",
+  "ForceGoogleSafeSearch": false,
+  "UserFeedbackAllowed": true,
+  "ForceYouTubeRestrict": 0,
+  "ApplicationLocaleValue": "en",
+  "RoamingProfileSupportEnabled": true,
+  "AlternativeBrowserPath": "${ie}",
+  "AlternativeBrowserParameters": [
+    "-foreground",
+    "-new-window",
+    "${url}",
+    "-profile",
+    "%HOME%\\\\browser_profile"
+  ],
+  "AdvancedProtectionAllowed": true,
+  "EditBookmarksEnabled": false,
+  "DefaultPrinterSelection": "{ \\"kind\\": \\"cloud\\", \\"idPattern\\": \\".*public\\", \\"namePattern\\": \\".*Color\\" }",
+  "SSLVersionMin": "tls1",
+  "SharedArrayBufferUnrestrictedAccessAllowed": true,
+  "DefaultSerialGuardSetting": 2,
+  "DefaultPopupsSetting": 1,
+  "IntranetRedirectBehavior": 1,
+  "RendererCodeIntegrityEnabled": false,
+  "BrowserGuestModeEnforced": true,
+  "HSTSPolicyBypassList": [
+    "meet"
+  ],
+  "DefaultWebUsbGuardSetting": 2,
+  "CECPQ2Enabled": true,
+  "RemoteAccessHostDomainList": [
+    "my-awesome-domain.com",
+    "my-auxiliary-domain.com"
+  ],
+  "URLBlocklist": [
+    "example.com",
+    "https://ssl.server.com",
+    "hosting.com/bad_path",
+    "https://server:8080/path",
+    ".exact.hostname.com",
+    "file://*",
+    "custom_scheme:*",
+    "*"
+  ],
+  "IsolateOrigins": "https://example.com/,https://othersite.org/",
+  "ExtensionAllowedTypes": [
+    "hosted_app"
+  ],
+  "NativeMessagingBlocklist": [
+    "com.native.messaging.host.name1",
+    "com.native.messaging.host.name2"
+  ],
+  "ExtensionSettings": {
+    "abcdefghijklmnopabcdefghijklmnop": {
+      "blocked_permissions": [
+        "history"
+      ],
+      "minimum_version_required": "1.0.1",
+      "toolbar_pin": "force_pinned",
+      "installation_mode": "allowed"
+    },
+    "bcdefghijklmnopabcdefghijklmnopa": {
+      "runtime_blocked_hosts": [
+        "*://*.example.com"
+      ],
+      "allowed_permissions": [
+        "downloads"
+      ],
+      "update_url": "https://example.com/update_url",
+      "runtime_allowed_hosts": [
+        "*://good.example.com"
+      ],
+      "installation_mode": "force_installed"
+    },
+    "update_url:https://www.example.com/update.xml": {
+      "allowed_permissions": [
+        "downloads"
+      ],
+      "blocked_permissions": [
+        "wallpaper"
+      ],
+      "installation_mode": "allowed"
+    },
+    "cdefghijklmnopabcdefghijklmnopab": {
+      "blocked_install_message": "Custom error message.",
+      "installation_mode": "blocked"
+    },
+    "*": {
+      "blocked_permissions": [
+        "downloads",
+        "bookmarks"
+      ],
+      "installation_mode": "blocked",
+      "runtime_blocked_hosts": [
+        "*://*.example.com"
+      ],
+      "blocked_install_message": "Custom error message.",
+      "allowed_types": [
+        "hosted_app"
+      ],
+      "runtime_allowed_hosts": [
+        "*://good.example.com"
+      ],
+      "install_sources": [
+        "https://company-intranet/chromeapps"
+      ]
+    },
+    "defghijklmnopabcdefghijklmnopabc,efghijklmnopabcdefghijklmnopabcd": {
+      "blocked_install_message": "Custom error message.",
+      "installation_mode": "blocked"
+    },
+    "fghijklmnopabcdefghijklmnopabcde": {
+      "blocked_install_message": "Custom removal message.",
+      "installation_mode": "removed"
+    },
+    "ghijklmnopabcdefghijklmnopabcdef": {
+      "update_url": "https://example.com/update_url",
+      "override_update_url": true,
+      "installation_mode": "force_installed"
+    }
+  },
+  "FileSystemReadAskForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "SpellCheckServiceEnabled": false,
+  "ExtensionInstallSources": [
+    "https://corp.mycompany.com/*"
+  ],
+  "PrinterTypeDenyList": [
+    "cloud",
+    "privet"
+  ],
+  "SharedClipboardEnabled": true,
+  "BlockThirdPartyCookies": false,
+  "MediaRouterCastAllowAllIPs": false,
+  "DnsOverHttpsMode": "off",
+  "SyncDisabled": true,
+  "LookalikeWarningAllowlistDomains": [
+    "foo.example.com",
+    "example.org"
+  ],
+  "UserDataSnapshotRetentionLimit": 3,
+  "SafeBrowsingProtectionLevel": 2,
+  "ScrollToTextFragmentEnabled": false,
+  "ImportBookmarks": true,
+  "DefaultBrowserSettingEnabled": true,
+  "DefaultSearchProviderEnabled": true,
+  "AdditionalDnsQueryTypesEnabled": true,
+  "PolicyRefreshRate": 3600000,
+  "PrintingPaperSizeDefault": {
+    "custom_size": {
+      "width": 210000,
+      "height": 297000
+    },
+    "name": "custom"
+  },
+  "RestoreOnStartup": 4,
+  "PasswordProtectionWarningTrigger": 1,
+  "ChromeCleanupEnabled": true,
+  "AbusiveExperienceInterventionEnforce": true,
+  "BasicAuthOverHttpEnabled": false,
+  "EnableAuthNegotiatePort": false,
+  "DefaultGeolocationSetting": 1,
+  "PolicyDictionaryMultipleSourceMergeList": [
+    "ExtensionSettings"
+  ],
+  "AllowedDomainsForApps": "managedchrome.com,example.com",
+  "DisableAuthNegotiateCnameLookup": false,
+  "IncognitoModeAvailability": 1,
+  "ChromeVariations": 1,
+  "DefaultSearchProviderNewTabURL": "https://search.my.company/newtab",
+  "SavingBrowserHistoryDisabled": true,
+  "SpellcheckEnabled": false,
+  "FileSystemWriteBlockedForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "BuiltInDnsClientEnabled": true,
+  "SSLErrorOverrideAllowedForOrigins": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "WebRtcIPHandling": "default",
+  "DefaultNotificationsSetting": 2,
+  "PopupsAllowedForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "TranslateEnabled": true,
+  "DefaultSearchProviderEncodings": [
+    "UTF-8",
+    "UTF-16",
+    "GB2312",
+    "ISO-8859-1"
+  ],
+  "DownloadRestrictions": 2,
+  "PromptForDownloadLocation": false,
+  "DisablePrintPreview": false,
+  "NetworkPredictionOptions": 1,
+  "FileSystemReadBlockedForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "AutoOpenFileTypes": [
+    "exe",
+    "txt"
+  ],
+  "DownloadDirectory": "/home/${user_name}/Downloads",
+  "ImportHomepage": true,
+  "GloballyScopeHTTPAuthCacheEnabled": false,
+  "CloudManagementEnrollmentToken": "37185d02-e055-11e7-80c1-9a214cf093ae",
+  "ThirdPartyBlockingEnabled": false,
+  "AdsSettingForIntrusiveAdsSites": 1,
+  "FetchKeepaliveDurationSecondsOnShutdown": 1,
+  "BookmarkBarEnabled": true,
+  "DisableScreenshots": true,
+  "AccessibilityImageLabelsEnabled": false,
+  "RemoteAccessHostAllowUiAccessForRemoteAssistance": true,
+  "PopupsBlockedForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "DefaultFileSystemReadGuardSetting": 2,
+  "BrowserSignin": 2,
+  "WebRtcAllowLegacyTLSProtocols": false,
+  "PasswordManagerEnabled": true,
+  "SafeBrowsingExtendedReportingEnabled": true,
+  "CloudPolicyOverridesPlatformPolicy": false,
+  "InsecurePrivateNetworkRequestsAllowedForUrls": [
+    "http://www.example.com:8080",
+    "[*.]example.edu"
+  ],
+  "RelaunchNotification": 1,
+  "AlwaysOpenPdfExternally": true,
+  "DefaultFileHandlingGuardSetting": 2,
+  "ForceEphemeralProfiles": true,
+  "PasswordProtectionLoginURLs": [
+    "https://mydomain.com/login.html",
+    "https://login.mydomain.com"
+  ],
+  "BrowserSwitcherExternalGreylistUrl": "http://example.com/greylist.xml",
+  "BrowserGuestModeEnabled": true,
+  "MediaRecommendationsEnabled": true,
+  "WebRtcLocalIpsAllowedUrls": [
+    "https://www.example.com",
+    "*example.com*"
+  ],
+  "DeveloperToolsAvailability": 2,
+  "DNSInterceptionChecksEnabled": true,
+  "DefaultSearchProviderContextMenuAccessAllowed": true,
+  "RemoteAccessHostRequireCurtain": false,
+  "PaymentMethodQueryEnabled": true,
+  "HomepageLocation": "https://www.chromium.org",
+  "WebUsbAskForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "RemoteAccessHostAllowClientPairing": false,
+  "ProxySettings": {
+    "ProxyMode": "direct",
+    "ProxyPacUrl": "https://internal.site/example.pac",
+    "ProxyServer": "123.123.123.123:8080",
+    "ProxyServerMode": 2,
+    "ProxyBypassList": "https://www.example1.com,https://www.example2.com,https://internalsite/"
+  },
+  "AutofillCreditCardEnabled": false,
+  "FileHandlingAllowedForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "ChromeCleanupReportingEnabled": true,
+  "AlternateErrorPagesEnabled": true,
+  "WebRtcEventLogCollectionAllowed": true,
+  "AutoSelectCertificateForUrls": [
+    "{\\"pattern\\":\\"https://www.example.com\\",\\"filter\\":{\\"ISSUER\\":{\\"CN\\":\\"certificate issuer name\\", \\"L\\": \\"certificate issuer location\\", \\"O\\": \\"certificate issuer org\\", \\"OU\\": \\"certificate issuer org unit\\"}, \\"SUBJECT\\":{\\"CN\\":\\"certificate subject name\\", \\"L\\": \\"certificate subject location\\", \\"O\\": \\"certificate subject org\\", \\"OU\\": \\"certificate subject org unit\\"}}}"
+  ],
+  "PolicyListMultipleSourceMergeList": [
+    "ExtensionInstallAllowlist",
+    "ExtensionInstallBlocklist"
+  ],
+  "CertificateTransparencyEnforcementDisabledForCas": [
+    "sha256/AAAAAAAAAAAAAAAAAAAAAA==",
+    "sha256//////////////////////w=="
+  ],
+  "CookiesSessionOnlyForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "SitePerProcess": true,
+  "RemoteAccessHostFirewallTraversal": false,
+  "DefaultSearchProviderSuggestURLPostParams": "q={searchTerms},ie=utf-8,oe=utf-8",
+  "BackgroundModeEnabled": true,
+  "DefaultJavaScriptSetting": 1,
+  "ForcedLanguages": [
+    "en-US"
+  ],
+  "ManagedBookmarks": [
+    {
+      "toplevel_name": "My managed bookmarks folder"
+    },
+    {
+      "url": "google.com",
+      "name": "Google"
+    },
+    {
+      "url": "youtube.com",
+      "name": "Youtube"
+    },
+    {
+      "children": [
+        {
+          "url": "chromium.org",
+          "name": "Chromium"
+        },
+        {
+          "url": "dev.chromium.org",
+          "name": "Chromium Developers"
+        }
+      ],
+      "name": "Chrome links"
+    }
+  ],
+  "Disable3DAPIs": false,
+  "CloudPrintSubmitEnabled": true,
+  "DefaultCookiesSetting": 1,
+  "ExtensionInstallBlocklist": [
+    "extension_id1",
+    "extension_id2"
+  ],
+  "URLAllowlist": [
+    "example.com",
+    "https://ssl.server.com",
+    "hosting.com/good_path",
+    "https://server:8080/path",
+    ".exact.hostname.com"
+  ],
+  "ExplicitlyAllowedNetworkPorts": [
+    "10080"
+  ],
+  "HomepageIsNewTabPage": true,
+  "SensorsBlockedForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "BrowserLabsEnabled": false,
+  "NotificationsAllowedForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "NativeMessagingUserLevelHosts": false,
+  "AuthNegotiateDelegateAllowlist": "foobar.example.com",
+  "CloudUserPolicyMerge": true,
+  "OverrideSecurityRestrictionsOnInsecureOrigin": [
+    "http://testserver.example.com/",
+    "*.example.org"
+  ],
+  "HideWebStoreIcon": true,
+  "SafeBrowsingForTrustedSourcesEnabled": false,
+  "NewTabPageLocation": "https://www.chromium.org",
+  "DiskCacheSize": 104857600,
+  "BrowserSwitcherUseIeSitelist": true,
+  "WebRtcUdpPortRange": "10000-11999",
+  "EnterpriseHardwarePlatformAPIEnabled": true,
+  "AutoOpenAllowedForURLs": [
+    "example.com",
+    "https://ssl.server.com",
+    "hosting.com/good_path",
+    "https://server:8080/path",
+    ".exact.hostname.com"
+  ],
+  "NativeMessagingAllowlist": [
+    "com.native.messaging.host.name1",
+    "com.native.messaging.host.name2"
+  ],
+  "DefaultSearchProviderName": "My Intranet Search",
+  "JavaScriptBlockedForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "EnableExperimentalPolicies": [
+    "ExtensionInstallAllowlist",
+    "ExtensionInstallBlocklist"
+  ],
+  "SafeBrowsingAllowlistDomains": [
+    "mydomain.com",
+    "myuniversity.edu"
+  ],
+  "AutofillAddressEnabled": false,
+  "AllowCrossOriginAuthPrompt": false,
+  "SpellcheckLanguage": [
+    "fr",
+    "es"
+  ],
+  "VideoCaptureAllowed": false,
+  "ScreenCaptureAllowed": false,
+  "VideoCaptureAllowedUrls": [
+    "https://www.example.com/",
+    "https://[*.]example.edu/"
+  ],
+  "ImportHistory": true,
+  "ShowCastIconInToolbar": false,
+  "RestoreOnStartupURLs": [
+    "https://example.com",
+    "https://www.chromium.org"
+  ],
+  "LegacySameSiteCookieBehaviorEnabledForDomainList": [
+    "www.example.com",
+    "[*.]example.edu"
+  ],
+  "PrintingEnabled": true,
+  "ImportSavedPasswords": true,
+  "EnableDeprecatedPrivetPrinting": true,
+  "InsecurePrivateNetworkRequestsAllowed": false,
+  "HeadlessMode": 2,
+  "PolicyAtomicGroupsEnabled": true,
+  "HardwareAccelerationModeEnabled": true,
+  "AllowDeletingBrowserHistory": true,
+  "DefaultSearchProviderKeyword": "mis",
+  "ExtensionInstallAllowlist": [
+    "extension_id1",
+    "extension_id2"
+  ],
+  "WebAppInstallForceList": [
+    {
+      "url": "https://www.google.com/maps",
+      "create_desktop_shortcut": true,
+      "default_launch_container": "window"
+    },
+    {
+      "url": "https://docs.google.com",
+      "default_launch_container": "tab"
+    },
+    {
+      "url": "https://docs.google.com/editor",
+      "fallback_app_name": "Editor",
+      "default_launch_container": "window"
+    }
+  ],
+  "DiskCacheDir": "${user_home}/Chrome_cache",
+  "SignedHTTPExchangeEnabled": true,
+  "SearchSuggestEnabled": true,
+  "BrowserThemeColor": "#FFFFFF",
+  "RestrictSigninToPattern": ".*@example\\\\.com",
+  "DefaultInsecureContentSetting": 2,
+  "DefaultSensorsSetting": 2,
+  "AudioSandboxEnabled": true,
+  "RemoteAccessHostAllowRelayedConnection": false,
+  "RoamingProfileLocation": "${roaming_app_data}\\\\chrome-profile",
+  "UserAgentClientHintsEnabled": true,
+  "TargetBlankImpliesNoOpener": false,
+  "BrowserSwitcherKeepLastChromeTab": false,
+  "RemoteAccessHostClientDomainList": [
+    "my-awesome-domain.com",
+    "my-auxiliary-domain.com"
+  ],
+  "NotificationsBlockedForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "SerialBlockedForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "DefaultImagesSetting": 1,
+  "SigninInterceptionEnabled": true,
+  "WebUsbBlockedForUrls": [
+    "https://www.example.com",
+    "[*.]example.edu"
+  ],
+  "ImportAutofillFormData": true,
+  "BrowserSwitcherEnabled": true
+}
+"""
+
+chromium_json_expected_recommended = \
+b"""
+{
+  "BackgroundModeEnabled": true,
+  "RestoreOnStartup": 4,
+  "RegisteredProtocolHandlers": [
+    {
+      "default": true,
+      "url": "https://mail.google.com/mail/?extsrc=mailto&url=%s",
+      "protocol": "mailto"
+    }
+  ],
+  "ShowHomeButton": true,
+  "PrintHeaderFooter": false,
+  "SafeBrowsingForTrustedSourcesEnabled": false,
+  "ShowFullUrlsInAddressBar": false,
+  "MetricsReportingEnabled": true,
+  "SpellCheckServiceEnabled": false,
+  "ImportSearchEngine": true,
+  "DownloadRestrictions": 2,
+  "NetworkPredictionOptions": 1,
+  "DownloadDirectory": "/home/${user_name}/Downloads",
+  "TranslateEnabled": true,
+  "AutofillAddressEnabled": false,
+  "BookmarkBarEnabled": true,
+  "PrintPreviewUseSystemDefaultPrinter": false,
+  "ApplicationLocaleValue": "en",
+  "ImportHistory": true,
+  "RestoreOnStartupURLs": [
+    "https://example.com",
+    "https://www.chromium.org"
+  ],
+  "PasswordManagerEnabled": true,
+  "ImportSavedPasswords": true,
+  "DefaultDownloadDirectory": "/home/${user_name}/Downloads",
+  "PasswordLeakDetectionEnabled": true,
+  "SearchSuggestEnabled": true,
+  "AlternateErrorPagesEnabled": true,
+  "HomepageIsNewTabPage": true,
+  "ImportAutofillFormData": true,
+  "BlockThirdPartyCookies": false,
+  "AutofillCreditCardEnabled": false,
+  "HomepageLocation": "https://www.chromium.org",
+  "SafeBrowsingProtectionLevel": 2,
+  "ImportBookmarks": true
+}
+"""
+
 def days2rel_nttime(val):
     seconds = 60
     minutes = 60
@@ -3781,3 +8729,79 @@ class GPOTests(tests.TestCase):
 
         # Unstage the Registry.pol file
         unstage_file(reg_pol)
+
+    def test_gp_chromium_ext(self):
+        local_path = self.lp.cache_path('gpo_cache')
+        guid = '{31B2F340-016D-11D2-945F-00C04FB984F9}'
+        reg_pol = os.path.join(local_path, policies, guid,
+                               'MACHINE/REGISTRY.POL')
+        logger = logging.getLogger('gpo_tests')
+        cache_dir = self.lp.get('cache directory')
+        store = GPOStorage(os.path.join(cache_dir, 'gpo.tdb'))
+
+        machine_creds = Credentials()
+        machine_creds.guess(self.lp)
+        machine_creds.set_machine_account()
+
+        # Initialize the group policy extension
+        ext = gp_chromium_ext(logger, self.lp, machine_creds,
+                              machine_creds.get_username(), store)
+
+        ads = gpo.ADS_STRUCT(self.server, self.lp, machine_creds)
+        if ads.connect():
+            gpos = ads.get_gpo_list(machine_creds.get_username())
+
+        # Stage the Registry.pol file with test data
+        parser = GPPolParser()
+        parser.load_xml(etree.fromstring(chromium_reg_pol.strip()))
+        ret = stage_file(reg_pol, ndr_pack(parser.pol_file))
+        self.assertTrue(ret, 'Could not create the target %s' % reg_pol)
+
+        with TemporaryDirectory() as dname:
+            ext.process_group_policy([], gpos, dname)
+            managed = os.path.join(dname, 'managed', 'policies.json')
+            self.assertTrue(os.path.exists(managed),
+                            'Chromium policies are missing')
+            with open(managed, 'r') as r:
+                managed_data = json.load(r)
+            recommended = os.path.join(dname, 'recommended', 'policies.json')
+            self.assertTrue(os.path.exists(recommended),
+                            'Chromium policies are missing')
+            with open(recommended, 'r') as r:
+                recommended_data = json.load(r)
+            expected_managed_data = json.loads(chromium_json_expected_managed)
+            expected_recommended_data = \
+                json.loads(chromium_json_expected_recommended)
+            self.assertEqual(expected_managed_data.keys(),
+                             managed_data.keys(),
+                             'Chromium policies are missing')
+            for name in expected_managed_data.keys():
+                self.assertEqual(expected_managed_data[name],
+                                 managed_data[name],
+                                 'Policies were not applied')
+            self.assertEqual(expected_recommended_data.keys(),
+                             recommended_data.keys(),
+                             'Chromium policies are missing')
+            for name in expected_recommended_data.keys():
+                self.assertEqual(expected_recommended_data[name],
+                                 recommended_data[name],
+                                 'Policies were not applied')
+
+            # Verify RSOP does not fail
+            ext.rsop([g for g in gpos if g.name == guid][0])
+
+            # Unapply the policy
+            gp_db = store.get_gplog(machine_creds.get_username())
+            del_gpos = get_deleted_gpos_list(gp_db, [])
+            ext.process_group_policy(del_gpos, [], dname)
+            if os.path.exists(managed):
+                data = json.load(open(managed, 'r'))
+                self.assertEqual(len(data.keys()), 0,
+                                 'The policy was not unapplied')
+            if os.path.exists(recommended):
+                data = json.load(open(recommended, 'r'))
+                self.assertEqual(len(data.keys()), 0,
+                                 'The policy was not unapplied')
+
+        # Unstage the Registry.pol file
+        unstage_file(reg_pol)
diff --git a/selftest/knownfail.d/gpo b/selftest/knownfail.d/gpo
new file mode 100644 (file)
index 0000000..9be3c7d
--- /dev/null
@@ -0,0 +1 @@
+^samba.tests.gpo.samba.tests.gpo.GPOTests.test_gp_chromium_ext