An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Edge Redirector

[![Build status](https://ci.appveyor.com/api/projects/status/0smjkpvggb9jpvjv?svg=true)](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

Screenshot of settings

## 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/)