In case anyone is reading and trying to figure out how to remove Microsoft Edge from a fully updated Windows 11 install:
The guide listed below still works, but only once you downgrade Edge.
You can downgrade using winget. I used UniGetUI, which uses winget on the backend as well as other sources.
The version I tried is 124.0.2478.97. Going too far back gives an error.
After that you need to execute this tool from an elevated command line prompt:
./vivetool /enable /id:44353396
(The program is available here):
https://github.com/thebookisclosed/ViVe/releases
Reboot.
After that just add your country to the list of countries in the European Economic Area and mark them as eligible for uninstall. (See guide below, or the summary)
The file you want to edit is Windows\System32\IntegratedServicesRegionPolicySet.json.
- You need to give yourself permission to edit the file:
File properties > Security > Advanced > Change (link next to the owner at the top)
- Here, type Administrators and hit the button on the right of the text field, click Accept.
- Select Administrators from the list and click edit to give yourself write access
- Click accept on all windows to apply changes.
Here's the edited code block:
(...)
"policies": [
{
"$comment": "Edge is uninstallable.",
"guid": "{1bca278a-5d11-4acf-ad2f-f9ab6d7f93a6}",
"defaultState": "enabled",
"conditions": {
"region": {
"enabled": ["AT", "BE", "BG", "CH", "CL", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GF", "GP", "GR", "HR", "HU", "IE", "IS", "IT", "LI", "LT", "LU", "LV", "MT", "MQ", "NL", "NO", "PL", "PT", "RE", "RO", "SE", "SI", "SK", "YT"]
}
}
},
(...)
In the example above, I flipped
disabled to
enabled and snuck Chile (CL) onto the list of eligible countries.
Your country code is set at install time.
You can find it by opening regedit (press Win+R and type regedit) and going to the key HKEY_USERS\.DEFAULT\Control Panel\International\Geo\Name. That's the country you're supposed to add to the json file on the main post.
You might need to restart. Now you can uninstall Edge from the settings. Enjoy, until Microsoft fixes it anyway!
Source (no longer works): https://www.xda-developers.com/how-uninstall-microsoft-edge-windows/ #debloat #windows #windows11 #microsoftedge #win11 #msedge