Disable Edge Browser
Microsoft intentionally bakes Edge deep into Windows, making it notoriously stubborn to remove. Because you are outside the EU (where regulations force Microsoft to provide a simple "Uninstall" button), the standard removal options are likely greyed out on your system.
Here is how to deal with Edge, ranging from disabling its background presence to a forced command-line removal.
1. The Practical Route: Disable and Defang Edge
If you just want Edge to stop running in the background and consuming resources, you can effectively pacify it without breaking Windows features that rely on its webview.
Stop Background Processes:
- Open Edge and navigate to
edge://settings/system. - Toggle off Startup boost.
- Toggle off Continue running background apps when Microsoft Edge is closed.
Stop Edge from Launching on Startup:
- Open Task Manager (
Ctrl + Shift + Esc). - Go to the Startup apps tab.
- If Microsoft Edge is listed, right-click it and select Disable.
2. The Nuclear Route: Force Uninstall via Command Line
You can bypass the greyed-out uninstall button by using the Edge installer's own hidden flags.
Note: Major Windows updates often reinstall Edge automatically. You may have to repeat this process occasionally.
- Open File Explorer and navigate to:
C:\Program Files (x86)\Microsoft\Edge\Application\ - Open the folder with the current version number (e.g.,
126.0.2592.87). - Open the Installer folder.
- Click the address bar at the top, type
cmd, and hit Enter to open a Command Prompt at that specific path. - Paste the following command and hit Enter:
setup.exe --uninstall --system-level --verbose-logging --force-uninstall
You might see a brief flash or a User Account Control prompt. Once it completes, Edge will be removed from your system.
3. Stop Windows from Forcing Edge Links
Even if you set Chrome or Firefox as your default browser, Windows will still try to force Edge open when you click links in the Windows Search bar, Widgets, or the Settings app.
To fix this OS-level link hijacking, you can use an open-source utility called MSEdgeRedirect.
- Download it from its GitHub repository (search
MSEdgeRedirect GitHub). - Run the tool to intercept
microsoft-edge://protocol links and redirect them to your actual default browser.
4. Prevent Automatic Reinstallation (Registry Tweak)
If you opted for the force uninstall, you can set a registry key to tell Windows Update to leave Edge alone.
- Open the Start menu, type
regedit, and run the Registry Editor as Administrator. - Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft - Right-click the Microsoft folder, select New > Key, and name it
EdgeUpdate. - Right-click the new
EdgeUpdatekey, select New > DWORD (32-bit) Value, and name itDoNotUpdateToEdgeWithChromium. - Double-click the new value and change its data to
1.