Windows 10’s Start Menu search is genuinely useful. From an efficiency standpoint, being able to hit the Windows key, type a few words, and instantly search the web or local system is a productivity win—especially for IT professionals who live in the OS all day.
Unfortunately, Microsoft made a very deliberate design decision:
Cortana and Start Menu web searches are hard-wired to Bing and Microsoft Edge, regardless of your default browser settings.
Even if:
- Chrome is your default browser
- Google is your default search engine
- Edge is never used in your environment
…Cortana still ignores all of that.
From a helpdesk and sysadmin perspective, this causes:
- User frustration (“Why does Edge keep opening?”)
- Training confusion (“I already set Chrome as default”)
- Additional friction in locked-down enterprise builds
Microsoft’s justification has always been “user experience consistency,” but in reality, it’s classic vendor lock-in. There is no supported Microsoft setting, Group Policy, or registry key that changes this behaviour cleanly.
So if you want Cortana to use Chrome and Google, you have to redirect the search traffic.

The Reality: There Is No Native Microsoft Fix
This is an important point for IT professionals.
There is:
- ❌ No supported registry change
- ❌ No GPO setting
- ❌ No MDM/Intune toggle
- ❌ No official Microsoft workaround
Any solution you deploy is, by definition, a workaround. That means you need something that:
- Is stable across Windows updates
- Doesn’t break Start Menu search
- Doesn’t require deep OS hacks
- Is easy to remove or reconfigure
After testing multiple tools over the years, there’s only one approach I’ve seen consistently work without causing side effects.
The Cleanest Solution: Search Deflector
What Is Search Deflector?
Search Deflector is a lightweight, open-source utility that intercepts Cortana and Start Menu web search calls and redirects them to your browser and search engine of choice.
Instead of Windows launching Edge with a Bing URL, Search Deflector:
- Catches the search request
- Translates it into a standard web query
- Hands it off to your preferred browser (Chrome)
- Uses your chosen search engine (Google)
From an architectural standpoint, it’s elegant because:
- It doesn’t modify Cortana itself
- It doesn’t break Start Menu indexing
- It relies on Windows’ own URL handling
This is why it survives Windows feature updates better than registry hacks.
Installing Search Deflector (Step-by-Step)
Option 1: Microsoft Store (Recommended for Most Users)
The Microsoft Store version updates automatically and integrates cleanly with Windows security policies.

2. While installing, Search Deflector asks you to set up the configuration by selecting the browser of your choice. Search Deflector automatically finds all the installed browsers on your system and lists them.
You can also choose the option “System Default.” This option makes sure that the search results will always open in your current default browser. The benefit of this approach is that if you ever change your default browser, you don’t have to reconfigure Search Deflector again.
3. Confirm your choice by entering “Y.”

4. Choose your favorite search engine by entering the associated number. Since we want Google as the default search engine, type “7” and press Enter.

5. Again, confirm your choice by entering “Y.”
6. You are done configuring Search Deflector. Press Enter to close the configuration window.

7. On the main installation window, click on the Finish button to complete the installation procedure.

To test it, search for something web-related and press Enter. For the first time you will be asked to choose a default program. Select “launcher.exe,” select the checkbox “Always use this app” and click on the “OK” button.

Option 2: GitHub (Manual Install)
For admins who prefer direct control or need offline installers.
- GitHub project:
https://github.com/spikespaz/search-deflector
Configuration Walkthrough (Chrome + Google)
Once installed, Search Deflector will prompt you to configure it.
Step 1: Choose Your Browser
You’ll see a list of detected browsers:
- Google Chrome
- Microsoft Edge
- Firefox
- Brave
- System Default
My recommendation:
Choose System Default.
Why?
Because it future-proofs the setup. If Chrome ever changes (or you move to another Chromium browser), Search Deflector doesn’t need reconfiguration.
Step 2: Select Your Search Engine
Search Deflector supports:
- DuckDuckGo
- Bing
- Yahoo
- Custom search URLs
Select Google.
Step 3: Confirm Configuration
Confirm your selections and complete the setup.
First-Run Prompt (Important)
The first time you perform a web search from the Start Menu:
Windows will ask:
“How do you want to open this?”
- Select
launcher.exe - Tick Always use this app
- Click OK
This step is critical. If users skip it, redirection won’t persist.
Testing the Setup
To verify:
- Press the Windows key
- Type something web-based (e.g. “TCP vs UDP”)
- Press Enter
Expected result:
- Google Chrome opens
- Google search loads
- No Edge
- No Bing
If Edge still opens, check:
- Default browser settings
- That launcher.exe is set permanently
- That Search Deflector wasn’t blocked by endpoint protection
Important Limitation (Be Honest With Users)
Here’s something many articles gloss over:
The preview pane inside the Start Menu still uses Bing.
That’s unavoidable.
Search Deflector only redirects after you execute the search. The inline results you see on the right panel are still Microsoft-controlled. This is a Windows limitation, not a tool issue.
From a user-experience standpoint, this is usually acceptable once users realise clicking results opens Chrome.
Enterprise & IT Considerations
From real-world deployments, a few things to keep in mind:
Endpoint Security
Some AV/EDR tools flag Search Deflector because it intercepts URL handlers.
It’s not malicious, but you may need:
- A whitelist
- A controlled rollout
User Permissions
No admin rights required after installation, which is good for standard user environments.
Windows Feature Updates
Search Deflector is resilient, but major Windows updates can reset default app associations. Expect to re-validate after feature upgrades.
Why I Still Recommend This Approach
As someone who’s worked helpdesk, sysadmin, and now deeper into security, I prefer solutions that:
- Don’t fight Windows internals
- Can be easily reversed
- Don’t break during patch cycles
Search Deflector ticks those boxes better than registry hacks or Edge removal scripts—which often cause more problems than they solve.
Is it ideal? No.
Is it practical? Absolutely.
Final Thoughts
Microsoft clearly wants Cortana and Start Menu search tied to Edge and Bing. That’s unlikely to change. Until it does, Search Deflector remains the most reliable, least intrusive way to make Windows 10 behave how users expect.
If you support power users or IT staff who live in Chrome and Google all day, this small change removes daily friction—and that matters more than Microsoft’s “preferred experience.”

From my early days on the helpdesk through roles as a service desk manager, systems administrator, and network engineer, I’ve spent more than 25 years in the IT world. As I transition into cyber security, my goal is to make tech a little less confusing by sharing what I’ve learned and helping others wherever I can.
