This tutorial will show you how to turn on or off showing Bing "Web Searches" suggested search results in Windows Search for your account in Windows 11
Windows Search lets you search from your taskbar to find what you’re looking for, whether it’s on your device, in the cloud, or on the web.
The Search button on the taskbar allows you to quickly use Windows Search (Win+S) to find your apps, files, settings, help, and more on Windows—plus unlock the power of the web with quick access to online information like time zone conversions, fact lookup, trending searches, and search results for navigating to websites faster. You can also use Search to find files and people in your work or school organization through Microsoft Search.
When you start typing into the Search Box, you will see a toolbar to select All, Apps, Documents, Web, Settings, Folders, or Photos to find search results in.
Starting with Windows 11 build 26300.8697 (Experimental 26H2) for Insiders, Microsoft added a hidden experimental feature to turn on or off showing suggested search results from Web Searches and Microsoft Store in Windows Search.
If you do not have the hidden Show suggested search results toggle available yet in the Insider build above and would like to test it now using Option One or Option Two below, then you can enable this setting using the ViVeTool command below.
vivetool.exe /enable /id:48433719,61267302,61344081,61482515,61532758,61760679
Enable or Disable Hidden Feature Flags in Windows 11
This tutorial will show you how to enable or disable hidden experimental feature flags in Windows 11. ViVeTool is an open source tool that can be used to enable hidden features that are part of controlled feature roll-outs or A/B testing in Insider builds of Windows 11. Starting with Windows...
www.elevenforum.com
Reference:
Find what you need with Microsoft Search - Microsoft Support
Contents
- Option One: Turn On or Off Bing Web Suggested Search Results in Windows Search in Settings
- Option Two: Turn On or Off Bing Web Suggested Search Results in Windows Search using REG file
- Option Three: Add or Remove Bing Web Suggested Search Results in Windows Search with "BingSearchEnabled"
- Option Four: Add or Remove Bing Web Suggested Search Results in Windows Search with "DisableSearchBoxSuggestions" Policy
EXAMPLE: Bing "Web Searches" suggested search results in Windows Search
1 Open Settings (Win+I).
2 Click/tap on Privacy & security on the left side, and click/tap on Search on the right side. (see screenshot below)
3 Under Show suggested search results, turn On (default) or Off Web Searches for what you want. (see screenshot below)
4 You can now close Settings if you like.
This is for the same setting in Option One.
1 Do step 2 (on) or step 3 (off) below for what you would like to do.
2 Turn On Bing Web Suggested Search Results in Windows Search
This is the default setting.
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Turn_ON_Web_Searches_suggested_search_results.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SearchSettings]
"IsWebSuggestionsEnabled"=dword:00000001
3 Turn Off Bing Web Suggested Search Results in Windows Search
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Turn_OFF_Web_Searches_suggested_search_results.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SearchSettings]
"IsWebSuggestionsEnabled"=dword:00000000
4 Save the REG file to your desktop.
5 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.
6 Double click/tap on the downloaded REG file to merge it.
7 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.
8 You can now delete the downloaded REG file if you like.
Add or Remove Bing Web Suggested Search Results in Windows Search with "BingSearchEnabled"
1 Do step 2 (enable) or step 3 (disable) below for what you want.
2. Add Bing Web Suggested Search Results in Windows Search
This is the default setting.
A) Click/tap on the Download button below to download the file below, and go to step 4.
Add_Web_Searches_results_to_Windows_Search_with_BingSearchEnabled..zip
Download
(contents of .bat file)
Code:
@echo off
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /V BingSearchEnabled /T REG_DWORD /D 1 /F
taskkill /f /im explorer.exe
start explorer.exe
3. Remove Bing Web Suggested Search Results in Windows Search
A) Click/tap on the Download button below to download the file below, and go to step 4.
Remove_Web_Searches_results_from_Windows_Search_with_BingSearchEnabled..zip
Download
(contents of .bat file)
Code:
@echo off
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /V BingSearchEnabled /T REG_DWORD /D 0 /F
taskkill /f /im explorer.exe
start explorer.exe
4 Save the ZIP file to your desktop.
5 Unblock the ZIP file.
6 Extract the BAT file from the ZIP file.
7 Run the BAT file.
8 You will now see a command prompt quickly open and close, and your screen flicker as the explorer process is restarted to apply the registry changes.
9 You can now delete the BAT file if you like.
Add or Remove Bing Web Suggested Search Results in Windows Search with "DisableSearchBoxSuggestions" Policy
You must be signed in as an administrator to use this option.
If you disable search the web with Bing in Windows Search using this option, it will also disable search box suggestions (aka: recent searches) in File Explorer.
1 Do step 2 (enable) or step 3 (disable) below for what you want.
2. Add Bing Web Suggested Search Results in Windows Search
This is the default setting.
A) Click/tap on the Download button below to download the file below, and go to step 4.
Add_Web_Searches_results_to_Windows_Search_with_DisableSearchBoxSuggestions..zip
Download
(contents of .bat file)
Code:
@echo off
powershell -windowstyle hidden -command "Start-Process cmd -ArgumentList '/s,/c,REG Delete "HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer" /V DisableSearchBoxSuggestions /F' -Verb runAs"
taskkill /f /im explorer.exe
start explorer.exe
3. Remove Bing Web Suggested Search Results in Windows Search
A) Click/tap on the Download button below to download the file below, and go to step 4.
Remove_Web_Searches_results_from_Windows_Search_with_DisableSearchBoxSuggestions..zip
Download
(contents of .bat file)
Code:
@echo off
powershell -windowstyle hidden -command "Start-Process cmd -ArgumentList '/s,/c,REG Add "HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer" /V DisableSearchBoxSuggestions /T REG_DWORD /D 1 /F' -Verb runAs"
taskkill /f /im explorer.exe
start explorer.exe
4 Save the ZIP file to your desktop.
5 Unblock the ZIP file.
6 Extract the BAT file from the ZIP file.
7 Run the BAT file.
8 If prompted by UAC, click/tap on Yes to approve.
9 You will now see a command prompt quickly open and close, and your screen flicker as the explorer process is restarted to apply the registry changes.
10 You can now delete the .bat file if you like.
That's it,
Shawn Brink
Related Tutorials
- Enable or Disable Microsoft Store Suggested Search Results in Windows Search on Windows 11
- Enable or Disable Search on Taskbar and Start Menu in Windows 11
- Add or Remove Search Button on Taskbar in Windows 11
- Change Bing SafeSearch Filters in Windows 11
- Delete Bing Search History in the Cloud
- Enable or Disable Search Highlights in Windows 11
Attachments
-
Add_Web_Searches_results_to_Windows_Search_with_DisableSearchBoxSuggestions..zip572 bytes · Views: 3
-
Add_Web_Searches_results_to_Windows_Search_with_BingSearchEnabled..zip484 bytes · Views: 3
-
Remove_Web_Searches_results_from_Windows_Search_with_BingSearchEnabled..zip496 bytes · Views: 3
-
Remove_Web_Searches_results_from_Windows_Search_with_DisableSearchBoxSuggestions..zip593 bytes · Views: 6
-
Turn_OFF_Web_Searches_suggested_search_results.reg700 bytes · Views: 4
-
Turn_ON_Web_Searches_suggested_search_results.reg700 bytes · Views: 3
Last edited:












