> ## Content Index
> Fetch the complete content index at: https://www.ctrl.blog/llms.txt
> Use this file to discover other available public pages before exploring further.

# EdgeDeflector 1.1.1.0 updated for Windows 10
- URL: https://www.ctrl.blog/entry/edgedeflector-111update/
- Published: 2017-07-31T03:42:00.000Z
- Updated: 2026-08-23T22:05:33.000Z
- Description: Update to the latest version of EdgeDeflector for compatibility with Windows 10 16241 onwards. EdgeDeflector makes Windows respect your default browser setting.
- Author: Daniel Aleksandersen
- Tags: Microsoft Windows, Web Browsers

I released *EdgeDeflector* half a year ago as a utility that let users [enforce their default web browser choice throughout Windows](https://www.ctrl.blog/entry/edgedeflector-default-browser/); even where Microsoft would force users to use their Edge web browser instead of the system default.

Since then EdgeDeflector has grown unexpectedly popular, and just as unexpectedly existing users will run into an unexpected problem in an upcoming versions of Windows 10.

Over the last six months, EdgeDeflector has been featured on many popular websites around the web including:

- [PCWorld](https://www.pcworld.com/article/412191/how-to-force-cortana-to-use-your-default-browser.html?ref=ctrl.blog)
- [LifeHacker](https://lifehacker.com/edgedeflector-forces-cortana-to-use-your-default-web-br-1792427125?ref=ctrl.blog)
- [Softpedia](https://www.softpedia.com/get/Tweak/System-Tweak/EdgeDeflector.shtml?ref=ctrl.blog)
- [How-To Geek](https://www.howtogeek.com/226638/make-the-windows-10-start-menu-and-cortana-search-google-instead-of-bing/?ref=ctrl.blog)
- [MakeUseOf](https://www.makeuseof.com/tag/force-cortana-use-chrome-google-windows-10/?ref=ctrl.blog)
- [Addictive Tips](https://www.addictivetips.com/windows-tips/how-to-make-cortana-use-your-default-browser-in-windows-10/?ref=ctrl.blog)
- [GroovyPost](https://www.groovypost.com/howto/make-cortana-use-your-default-browser-instead-of-edge-in-windows-10/?ref=ctrl.blog)
- [Giga Windows](https://www.giga.de/downloads/windows-10/tipps/windows-10-standard-suchmaschine-von-bing-auf-google-aendern-so-geht-s/?ref=ctrl.blog)
- [Just Geek](https://www.justgeek.fr/edgedeflector-forcer-cortana-a-utiliser-navigateur-web-defaut-50963/?ref=ctrl.blog)

I’m both intrigued and surprised by the popularity of EdgeDeflector. It’s evidence that people are interested in using Cortana in Windows 10, and that they care about their preferred web browsers. I hope Microsoft will stop diverting traffic away from the system default web browser to artificially boost the popularity of their Edge web browser.

Unfortunately, EdgeDeflector will stop working in Windows 10 builds after 16241\. The current main build that most users will be using is the Creator’s Update build number 15063\. Newer builds are at the time of writing only available to Windows Insiders, but is expected to be made generally available later this year.

Users must update to EdgeDeflector version 1.1.1.0 to resolve this problem. Please **download the latest version of EdgeDeflector** from [GitHub releases](https://github.com/da2x/EdgeDeflector/releases?ref=ctrl.blog).

### What changed?

Due to changes in how Microsoft construct the `microsoft-edge:` URI scheme, Windows will report that “EdgeDeflector has stopped working” and links will not be opened. Microsoft seem to have added some additional telemetry to tighten the integration of Cortana and Microsoft Edge, and this resulted in a unforeseen format change in the links that EdgeDeflector intercepts.

The new URI format is only used in Cortana, and looks like the following:

```
microsoft-edge:?{telemetry-data}&url={url-encoded-link}
```

I believed I’d been clever and anticipated such changes by always verifying that I’d a working URI. Unfortunately, I forgot to implement proper exception handling for this part of the code which lead to the crash. I did think about such an eventuality, but my execution was all but perfect.

### No auto-update.

There’s no auto-update system built-in to EdgeDeflector. This would entail administrative and infrastructure costs as well 2–300 times more code than the current codebase of today.

Users can subscribe to [EdgeDeflector’s AppCast](https://github.com/da2x/EdgeDeflector/releases.atom?ref=ctrl.blog) to be notified of new releases. An AppCast is a fancy way of saying that it’s a syndication feed that’s updated for every new release.

This isn’t an ideal solution, but I believe it’s still the right choice for a utility program as small as EdgeDeflector.

Thanks to Mark Young for contributing code to this release, and thank you all for your interest in EdgeDeflector! I do apologize for the unfortunate crash problem that made you’ve to go out on the web to find and read this blog post.