Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widget links open with Edge #8

Open
1111Al opened this issue May 10, 2024 · 3 comments
Open

Widget links open with Edge #8

1111Al opened this issue May 10, 2024 · 3 comments

Comments

@1111Al
Copy link

1111Al commented May 10, 2024

There is always the microsoft-edge:// URI scheme interception code from widgets, which always try to open with Edge. In my case it doesn't open anything, 'cause I totally disabled Edge. You can't change that setting to default browser.
Senza titolo

@MarcGuiselin
Copy link
Owner

In order for Wedge to work, you need to have Edge installed. Wedge will automatically intercept microsoft-edge:// uris and forward them to your default browser without you needing to do anything. You don't need to change the settings in the screenshot you shared.

I'd recommend against uninstalling Edge since it's a system dependency and is required for apps that have web embeds. If you used a tool to uninstall Edge, it should be possible to undo using the same tool. Then you should restart your pc and re-install Wedge. Everything should then work as intended.

If you want to keep edge uninstalled you will need to create a shim. Make sure you are able to see file extensions (guide on how to do this). Create a txt file (right click mouse in file explorer, New > Text document). Rename it to msedge.exe and place it in C:\Program Files (x86)\Microsoft\Edge\Application\. Then reinstall Wedge. I haven't tried this myself, but it should work.

Let me know if you have any success solving the issue by following either option.

@rcmaehl
Copy link

rcmaehl commented May 12, 2024

In order for Wedge to work, you need to have Edge installed. Wedge will automatically intercept microsoft-edge:// uris and forward them to your default browser without you needing to do anything. You don't need to change the settings in the screenshot you shared.

I'd recommend against uninstalling Edge since it's a system dependency and is required for apps that have web embeds. If you used a tool to uninstall Edge, it should be possible to undo using the same tool. Then you should restart your pc and re-install Wedge. Everything should then work as intended.

If you want to keep edge uninstalled you will need to create a shim. Make sure you are able to see file extensions (guide on how to do this). Create a txt file (right click mouse in file explorer, New > Text document). Rename it to msedge.exe and place it in C:\Program Files (x86)\Microsoft\Edge\Application\. Then reinstall Wedge. I haven't tried this myself, but it should work.

Let me know if you have any success solving the issue by following either option.

I don't believe this works as I last I checked the file signature is verified which is why Aveyo and I use IE_to_Edge_stub

@1111Al
Copy link
Author

1111Al commented May 28, 2024

I haven't completely uninstalled Edge. I've worked selectively and manually on processes, services and registry keys aimed at its total deactivation. I also deleted some of its large folders that were needlessly taking up space on my SSD. Furthermore, processes related to the Edge core, such as search from the start menu, webview and other still work perfectly. Thay's why I wrote about selective deactivation. It took some time and work, but now I'm satisfied on the result. About for the problem with Wedge and that protocol, I don't know if it's tha the cause,, because I had it even before proceeding with the total deactivation of Edge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants