You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/SETTINGS-REFERENCE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -524,7 +524,7 @@ Every setting here is managed via the Settings window. Toggle **Monitor** to hav
524
524
525
525
`ai.settingssearch` **Recommended:** Off
526
526
527
-
**What it does.**Two HKCU policies: DisableSearchBoxSuggestions (kills the AI/Copilot-flavored web suggestion layer in the Windows search box) and TaskbarCompanion (the floating Copilot widget Windows can dock next to the taskbar). HKCU only -- no UAC.
527
+
**What it does.**Three HKCU values: BingSearchEnabled=0 (the value Windows 11 actually honors for the AI/web suggestion layer in the search box -- this is the authoritative one), IsDynamicSearchBoxEnabled=0 (search highlights / the companion content), and the legacy DisableSearchBoxSuggestions=1 policy (best-effort -- unreliable on Win11). HKCU only -- no UAC.
528
528
529
529
**Why you'd change it.** The search box's AI suggestion layer calls Microsoft web endpoints to suggest answers as you type. The taskbar companion is a floating overlay some Windows 11 builds enable by default. Both are noise for users who use the search box for files and apps.
530
530
@@ -540,7 +540,7 @@ Every setting here is managed via the Settings window. Toggle **Monitor** to hav
540
540
541
541
**Risks.** You lose the web-suggestion layer and the taskbar companion. Search itself works exactly as before.
542
542
543
-
**Reversible via.** Delete DisableSearchBoxSuggestions from HKCU\SOFTWARE\Policies\Microsoft\Windows\Explorer and TaskbarCompanion from HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced.
543
+
**Reversible via.** Delete BingSearchEnabled from HKCU\Software\Microsoft\Windows\CurrentVersion\Search, IsDynamicSearchBoxEnabled from HKCU\Software\Microsoft\Windows\CurrentVersion\SearchSettings, and DisableSearchBoxSuggestions from HKCU\SOFTWARE\Policies\Microsoft\Windows\Explorer (or set them back to 1 / 1 / absent).
DisplayName:"Search box AI suggestions + taskbar companion",
357
-
What:"Two HKCU policies: DisableSearchBoxSuggestions (kills the AI/Copilot-flavored web suggestion layer in the Windows search box) and TaskbarCompanion (the floating Copilot widget Windows can dock next to the taskbar). HKCU only -- no UAC.",
357
+
What:"Three HKCU values: BingSearchEnabled=0 (the value Windows 11 actually honors for the AI/web suggestion layer in the search box -- this is the authoritative one), IsDynamicSearchBoxEnabled=0 (search highlights / the companion content), and the legacy DisableSearchBoxSuggestions=1 policy (best-effort -- unreliable on Win11). HKCU only -- no UAC.",
358
358
Why:"The search box's AI suggestion layer calls Microsoft web endpoints to suggest answers as you type. The taskbar companion is a floating overlay some Windows 11 builds enable by default. Both are noise for users who use the search box for files and apps.",
359
359
HowItHelps:"Search box returns local files / apps only -- no web suggestions, no Copilot answers inline, no taskbar companion widget. Indexing itself (Start menu, Explorer, Outlook) is untouched.",
Risks:"You lose the web-suggestion layer and the taskbar companion. Search itself works exactly as before.",
366
-
ReversibleVia:"Delete DisableSearchBoxSuggestions from HKCU\\SOFTWARE\\Policies\\Microsoft\\Windows\\Explorer and TaskbarCompanion from HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced."),
366
+
ReversibleVia:"Delete BingSearchEnabled from HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Search, IsDynamicSearchBoxEnabled from HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\SearchSettings, and DisableSearchBoxSuggestions from HKCU\\SOFTWARE\\Policies\\Microsoft\\Windows\\Explorer (or set them back to 1 / 1 / absent)."),
0 commit comments