Skip to content

Instantly share code, notes, and snippets.

@gekidoslair
Created October 11, 2025 18:35
Show Gist options
  • Select an option

  • Save gekidoslair/9fb3b26593b72346b48357ac8e483197 to your computer and use it in GitHub Desktop.

Select an option

Save gekidoslair/9fb3b26593b72346b48357ac8e483197 to your computer and use it in GitHub Desktop.
Windows registry flags to disable the new Chrome AI bullshit
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
"TabOrganizerSettings"=dword:00000002
"CreateThemesSettings"=dword:00000002
"HelpMeWriteSettings"=dword:00000002
"DevToolsGenAiSettings"=dword:00000002
"HistorySearchSettings"=dword:00000002
"TabCompareSettings"=dword:00000002
"HelpMeReadSettings"=dword:00000002
"GenAIInlineImageSettings"=dword:00000002
"GenAIPhotoEditingSettings"=dword:00000002
"GenAISmartGroupingSettings"=dword:00000002
"GenAiChromeOsSmartActionsSettings"=dword:00000002
"AutofillPredictionSettings"=dword:00000002
"AutomatedPasswordChangeSettings"=dword:00000002
"AIModeSettings"=dword:00000001
"GeminiSettings"=dword:00000001
"GenAILocalFoundationalModelSettings"=dword:00000001
@sedrftcvgybhun

Copy link
Copy Markdown

for what ever reason "AIModeSettings"=dword:00000001
"GeminiSettings"=dword:00000001 had to be set to 2 instead of 1 it would not input otherwise

@gamersfan

Copy link
Copy Markdown

for what ever reason "AIModeSettings"=dword:00000001 "GeminiSettings"=dword:00000001 had to be set to 2 instead of 1 it would not input otherwise

https://chromeenterprise.google/policies/ai-mode-settings/
It should be 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment