https://github.com/branhill/edge-redirector
Edge Redirector
https://github.com/branhill/edge-redirector
cortana csharp dotnet microsoft-edge windows-10 wpf
Last synced: over 1 year ago
JSON representation
Edge Redirector
- Host: GitHub
- URL: https://github.com/branhill/edge-redirector
- Owner: branhill
- License: mit
- Created: 2018-08-13T12:41:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T17:25:48.000Z (over 5 years ago)
- Last Synced: 2024-10-24T12:12:31.251Z (over 1 year ago)
- Topics: cortana, csharp, dotnet, microsoft-edge, windows-10, wpf
- Language: C#
- Size: 354 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Edge Redirector
[](https://ci.appveyor.com/project/BrandonHill/edge-redirector)
In Windows 10, Cortana search result and some help links are forced to use Microsoft Edge to open. This app will associate `microsoft-edge` protocol that you can use system default browser or any browser to open the links. In addition, it can redirect Bing search to other search engines without browser extension required.
This app optimized for minimum startup time by using AOT compiler (CoreRT) to generate native code.
## Screenshots

## Build
Prerequisites:
- Windows 10 64-Bit Anniversary Update (Build 14393) or higher
- Visual Studio 2017 version 15.5 or higher with .NET desktop development and Universal Windows Platform development workload
- Windows 10 SDK (10.0.17134)
- .NET Core 2.1 SDK
Build and deploy `src\EdgeRedirector.Package`.
## License
This project is licensed under the [MIT License](LICENSE)
Copyright (c) 2018 [Brandon Hill](https://branhill.com/)