How to Disable Bing Search in Windows

 Many Windows users prefer to limit their searches to local files and programs without including internet results. Here's a simple guide to disable Bing search in Windows:


## Step-by-Step Guide


1. Open the Registry Editor

   - Press `Win + R` to open the Run dialog

   - Type `regedit` and press Enter


2. Navigate to the following path:

   `HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search`


3. Create a new DWORD value:

   - Right-click in the right panel

   - Select New > DWORD Value (32-bit)

   - Name the new value "BingSearchEnabled"


4. Configure the new value:

   - Double-click on "BingSearchEnabled"

   - Set the value to 0


5. Restart your computer


## What does this do?


By setting "BingSearchEnabled" to 0, you're telling Windows that you don't want to use Bing search in the Windows search function. This limits the search to only include local files and programs.


Comments

Popular posts from this blog

Ruby weirdness

Proxmox Remote administration via VNC

Running LXD/LXC on WSL2 with Ubuntu 20.04