# rcmaehl/msedgeredirect

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/rcmaehl-msedgeredirect).**

5,636 stars · 113 forks · AutoIt · lgpl-3.0

## Links

- GitHub: https://github.com/rcmaehl/MSEdgeRedirect
- Homepage: https://MSEdgeRedirect.com
- awesome-repositories: https://awesome-repositories.com/repository/rcmaehl-msedgeredirect.md

## Topics

`edge` `image-file-execution-options` `msedge` `uri` `uri-manipulations` `uri-parser` `uri-solutions` `windows` `windows10` `windows11`

## Description

MSEdgeRedirect is a tool that intercepts specific Microsoft Edge processes — including News, Search, Widgets, and Weather — and redirects their content to open in the system's default browser instead. It operates by modifying Windows registry keys, using Image File Execution Options to intercept Edge executable launches and redirect them to the default browser protocol handler.

The tool stores user preferences in the Windows registry for persistent configuration across sessions, and includes search engine customization that allows users to select from eight built-in search engines or specify a custom endpoint for handling redirected search queries. When no custom search engine is configured, intercepted URLs fall back to the system's default browser protocol handler.

Process interception is achieved through registry-based modifications that match Edge executable names against predefined patterns, enabling the tool to redirect only the targeted News, Search, Widgets, and Weather processes while leaving other Edge functionality unaffected.

## Tags

### Networking & Communication

- [Browser Process Redirectors](https://awesome-repositories.com/f/networking-communication/request-proxies/edge-proxies/edge-redirect-engines/browser-process-redirectors.md) — Intercepts Microsoft Edge processes for News, Search, Widgets, and Weather and opens their content in the default browser. ([source](https://cdn.jsdelivr.net/gh/rcmaehl/msedgeredirect@main/README.md))

### Part of an Awesome List

- [Default Browser Protocol Handlers](https://awesome-repositories.com/f/awesome-lists/devtools/protocol-implementations/protocol-default-implementations/default-browser-protocol-handlers.md) — Provides the fallback mechanism that opens intercepted Edge URLs in the system's default browser.

### Operating Systems & Systems Programming

- [Process Execution Modifiers](https://awesome-repositories.com/f/operating-systems-systems-programming/windows-registry-modifiers/process-execution-modifiers.md) — Redirects specific Edge processes by modifying Windows registry keys that control process execution behavior.

### Software Engineering & Architecture

- [Execution Redirection](https://awesome-repositories.com/f/software-engineering-architecture/registry-driven-command-execution/execution-redirection.md) — Intercepts Edge process launches by injecting a debugger path into the Windows registry via Image File Execution Options.
- [Image File Execution Options Redirectors](https://awesome-repositories.com/f/software-engineering-architecture/registry-driven-command-execution/execution-redirection/image-file-execution-options-redirectors.md) — Uses Image File Execution Options to redirect Edge processes, following the same approach as the legacy EdgeDeflector method. ([source](https://cdn.jsdelivr.net/gh/rcmaehl/msedgeredirect@main/README.md))

### Development Tools & Productivity

- [Search Query Redirections](https://awesome-repositories.com/f/development-tools-productivity/search-redirection-tools/search-query-redirections.md) — Modifies redirected search queries by replacing the default search engine URL with a user-selected or custom endpoint.
