Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Windows » How to disable Taskbar Web Search in Windows 10 via GPO and Windows Registry
  • Feature image OCS inventory
    Install and use OCS inventory on Windows Windows
  • Featured image Audioissue
    How to Fix Audio Services Not Responding on Windows 10 and 11 Windows
  • Featured Image 1
    System Drive Conversion: MBR to GPT on Windows 10 Storage
  • You are currently signed in as
    How to fix “You are currently signed in as: Use a different account-this account is managed by your organisation” Microsoft Exchange/Office/365
  • Shared Folder
    How to access shared resources from two different domains Windows
  • EnableDisableTPMAutoProv
    Waiting for TPM Auto Provisioning: How to Enable or Disable TPM Auto-provisioning Windows
  • GitLabrunner
    Install and Register GitLab Runner on Windows Version Control System
  • untitled 5 1
    Migrate Veeam MSSQL Database to a new Microsoft SQL Server Backup

How to disable Taskbar Web Search in Windows 10 via GPO and Windows Registry

Posted on 13/08/202030/08/2023 Christian By Christian 2 Comments on How to disable Taskbar Web Search in Windows 10 via GPO and Windows Registry
Taskbar

The Registry Editor is an advanced tool for viewing and modifying settings in the registry. This information contains information about how your computer runs etc. Windows stores its configuration information in a database called the registry and this is organized in a tree format. Although Registry Editor enables you to inspect and modify the registry, normally you do not need to do so, and making incorrect changes can break your system. An advanced user who is prepared to both edit and restore the registry can safely use Registry Editor for such tasks as eliminating duplicate entries or deleting entries for programs that have been uninstalled or deleted. See the following hyperlinks for some Windows Registry contents I have written: How to display Windows system information via the Windows registry, and how to search through the Windows registry. 

Windows 10 has a search box at the taskbar that can be used to launch Cortana and also perform a search by "keyboard or by voice". Web search in the taskbar makes it easier for you to find things on the web and on your PC. 

It makes sense to emphasize that Windows 10 by default sends all your search queries from the Taskbar search and Cortona to their servers (Bing search). Ensure, you are not entering private stuff in order not to have your privacy eluded.

You may have various other reasons never to use Bing as the default search engine due to Organisation concerns as well.
– If you wish to permit the Taskbar web search and you do not want Microsoft Edge or Bing to be your default web search, kindly see how to make Cortana Use Your Default Browser Google Chrome and how to make Cortana search with a different web browser instead of Bing and Edge. Alternatively, If you are not sure what information gets sent to Bing, you may want to disable this search function and this is the goal of this article.

We will be using the Windows registry and Group Policy Object to make this possible. because of this, in order for you to have a thorough knowledge of what they are, see what is Registry Editor and how to access the registry hives. Also to learn more about Group Policy, see what is Group Policy Object and how does it work, and also all about GPUpdate Switches: GPUpdate vs GPUpdate /force. Also for articles on GPO, see the following link.

Via Group Policy Object: Here are the steps to have this resolved
– Computer Configuration
– Administrative Templates
– Windows Components
– Search
Now, set “Allow Cortana” to Disable

Web Search

Set “Do not allow web search” to Enabled
– Press okay when done

Windows 10

Lastly, set “Don’t search the web or display web results in Search” to Enabled

GPO

Now we have all the needed settings configured as shown below

Windows Registry

Finally, you will need to restart your device. After the reboot, the search box in the taskbar will be limited to local results only

Via the Windows Registry: Here are are the steps to have these fixed.

– Launch the Windows registry as shown below

Navigate through the following Hives, see the following article for how to search through the Windows registry

The following applies to Windows 10 Version 1803 – 1909.
Navigate through the following Hives

- HKEY_CURRENT_USER(HKCU) 
- Software 
- Microsoft 
- CurrentVersion 
- Search

Next, enter the DWORD value of “0” for the following below and if they are not present, please create them.
– BingEnabled
– CortanaConsent
– AllowSearchToUseLocation

To disable Taskbar Web Search in Windows, create the DWORD as discussed previously and set it to “0” for the following. – BingEnabled
– AllowSearchToUseLocation

For Version 2004 till date. The below applies to Enterprise and Education.
– Navigate through the following Hives, see the following article for how to search through the Windows registry

- HKLM
- Software
- Policies
- Microsoft
- Windows
- Windows Search

Next, enter the DWORD value of “0 for the following below and if they are not present, please create it.
– Connected SearchUseWeb

I hope you found this blog post about how to disable Taskbar Web Search in Windows helpful. If you have any questions, please let me know in the comment session.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Tags:GPO, GPOs, Group Policy Management Console, Group Policy Objects, RegEdit, Registry Keys, RegistryEditor, Taskbar, Windows 10, Windows Registry

Post navigation

Previous Post: How to make Cortana use your default web browser such as Google Chrome
Next Post: Folder Access Denied, you require permission from SYSTEM: Unable to delete old Windows folder

Related Posts

  • images 2
    How to disable power plan in Windows via GPO and Windows Settings Windows
  • remote desktop version and protocol
    Determine the Remote Desktop Client Version Windows
  • LAPS PAssword Not Showing Up
    LAPS password not showing up in GUI Windows
  • Performancewin10
    How Performance Monitor works in Windows 10 Windows
  • banner
    How to Fix Python was not found run without arguments to install from the Microsoft Store Windows
  • How to Lock the Find My Device Option in Windows 11
    How to Lock the Find My Device Option in Windows 11 Windows

More Related Articles

images 2 How to disable power plan in Windows via GPO and Windows Settings Windows
remote desktop version and protocol Determine the Remote Desktop Client Version Windows
LAPS PAssword Not Showing Up LAPS password not showing up in GUI Windows
Performancewin10 How Performance Monitor works in Windows 10 Windows
banner How to Fix Python was not found run without arguments to install from the Microsoft Store Windows
How to Lock the Find My Device Option in Windows 11 How to Lock the Find My Device Option in Windows 11 Windows

Comments (2) on “How to disable Taskbar Web Search in Windows 10 via GPO and Windows Registry”

  1. Avatar photo Peter says:
    12/09/2020 at 10:16 AM

    All of my registry entries are zero as specified and I still am getting web search results when I use the search box in taskbar. Hate microsoft even more now!

    Log in to Reply
    1. chris Christian says:
      12/09/2020 at 11:01 AM

      Hi Peter,

      To resolve your issue, please restart your device in order for the changes to reflect.

      Log in to Reply

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • Feature image OCS inventory
    Install and use OCS inventory on Windows Windows
  • Featured image Audioissue
    How to Fix Audio Services Not Responding on Windows 10 and 11 Windows
  • Featured Image 1
    System Drive Conversion: MBR to GPT on Windows 10 Storage
  • You are currently signed in as
    How to fix “You are currently signed in as: Use a different account-this account is managed by your organisation” Microsoft Exchange/Office/365
  • Shared Folder
    How to access shared resources from two different domains Windows
  • EnableDisableTPMAutoProv
    Waiting for TPM Auto Provisioning: How to Enable or Disable TPM Auto-provisioning Windows
  • GitLabrunner
    Install and Register GitLab Runner on Windows Version Control System
  • untitled 5 1
    Migrate Veeam MSSQL Database to a new Microsoft SQL Server Backup

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,825 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.