Created
October 11, 2025 18:35
-
-
Save gekidoslair/9fb3b26593b72346b48357ac8e483197 to your computer and use it in GitHub Desktop.
Windows registry flags to disable the new Chrome AI bullshit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | |
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
for what ever reason "AIModeSettings"=dword:00000001
"GeminiSettings"=dword:00000001 had to be set to 2 instead of 1 it would not input otherwise