en-US chrome computer user

Allows Gemini Spark to connect to and use Google Chrome auto browse

Verified with Google Chrome — updated on September 2, 2026

Supported on: Microsoft Windows 7 or later

Path in the GPO console

Computer Configuration\Administrative Templates\Google\Google Chrome\Generative AI

Description

Controls if the Gemini Spark agent is allowed to connect to Google Chrome and use auto browse. 0 = Gemini Spark is allowed to connect to and use Google Chrome auto browse 1 = Gemini Spark is not allowed to connect to or use Google Chrome auto browse Warning: Enabling Gemini Spark to connect to Google Chrome and use auto browse permits the Gemini Spark agent to perform autonomous, multi-step actions on Google Chrome clients using the active browser session. This entails significant security risks, including credential risks, Local Network Ingress and loss of context aware signals. Existing management and security controls might not be respected. Administrators are advised to carefully evaluate their organization's network threat model, compliance and privacy guidelines before enabling this feature. This policy has no effect when the Google Gemini app or Google Chrome auto browse policies are disabled. For example, the Google Gemini app can be disabled by GeminiSettings policy. For more information on Google Gemini in Google Chrome, please see https://support.google.com/chrome/a?p=gemini_in_chrome. Google Chrome auto browse and Gemini Spark are not available in all countries or all languages. Setting this policy to 0 - Enabled does not guarantee the feature will be enabled; it remains subject to availability. For more info on the roll-out, check the Enterprise Release Notes: https://chromeenterprise.google/resources/release-notes/.

Registry

HKLM Software\Policies\Google\Chrome
HKCU Software\Policies\Google\Chrome

More options available

Options

Allows Gemini Spark to connect to and use Google Chrome auto browse
GeminiSparkSettings enum
  • Gemini Spark is allowed to connect to and use Google Chrome auto browse. -> 0
  • Gemini Spark is not allowed to connect to or use Google Chrome auto browse. -> 1

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

Scope

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Allows Gemini Spark to connect to and use Google Chrome auto browse
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: Microsoft Windows 7 or later

[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome]
"GeminiSparkSettings"=dword:00000000
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Allows Gemini Spark to connect to and use Google Chrome auto browse
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: Microsoft Windows 7 or later

$path = 'HKLM:\Software\Policies\Google\Chrome'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'GeminiSparkSettings' -Value 0 -Type DWord

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview