en-US chrome computer user

Allows Gemini app integrations to directly act on web pages

Verified with Google Chrome — updated on July 10, 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 app is allowed to take action on the web pages on behalf of the user. 0/unset = Gemini app is allowed to take action on the web pages. 1 = Gemini app is not allowed to take action on the web pages. This policy has no effect when the Gemini app is disabled. For example, the Gemini app can be disabled by GeminiSettings policy. For more information on Gemini in Chrome, please see https://support.google.com/chrome/a/answer/16291696. Gemini's actuation is not available in all countries or all languages. Setting this policy 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://support.google.com/chrome/a/answer/7679408?hl=en

Registry

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

More options available

Options

Allows Gemini app integrations to directly act on web pages
GeminiActOnWebSettings enum
  • Allow the Gemini app to take action on the web pages. -> 0
  • Disallow the Gemini app to take action on the web pages. -> 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 app integrations to directly act on web pages
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: Microsoft Windows 7 or later

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

PowerShell

# Exported from gporais.com
# Policy: Allows Gemini app integrations to directly act on web pages
# 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 'GeminiActOnWebSettings' -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