#edge #browser #windows #nomoreedge #edgedeflector

bin+lib no-more-edge-rs

Replaces edge calls with calls to your default browser

1 unstable release

0.1.0 Aug 27, 2022

#93 in #edge

MIT license

9KB
101 lines

no-more-edge-rs

Replaces calls to microsoft edge with calls to your default browser on windows. Inspired by the c# project NoMoreEdge.

Installation

Simply downlaod and run the .msi installer in releases.

Uninstallation

Uninstall the program as you would a regular windows program in control panel. This program basically only registers a single registry key so it's just a matter of deleting that key.

Building Manually

This project uses cargo-wix to build the .msi installer for the app and write the necessary registry key. Install it via

cargo install cargo-wix

Then simply run

cargo wix

lib.rs:

Replaces calls to microsoft edge with calls to your default browser on windows. Inspired by the c# project NoMoreEdge.

Installation

Simply downlaod and run the .msi installer in releases.

Uninstallation

Uninstall the program as you would a regular windows program in control panel. This program basically only registers a single registry key so it's just a matter of deleting that key.

Building Manually

This project uses cargo-wix to build the .msi installer for the app and write the necessary registry key. Install it via

cargo install cargo-wix

Then simply run

cargo wix

Dependencies

~2.2–3.5MB
~57K SLoC