Creating a more accessible web...
Creating a more accessible web with Aria Notify.
https://blogs.windows.com/msedgedev/2025/05/05/creating-a-more-accessible-web-with-aria-notify/
Contextual logging in Microsoft Edge DevTools with console.context() | by Patrick Brosset & Leah Tu.
https://blogs.windows.com/msedgedev/2025/04/22/contextual-logging-with-console-context/
Microsoft Edge is racing into the new year with faster and more responsive features than ever before. Starting with Microsoft Edge 132, many of the browser's most important features, such as Downloads, Drop, History, and the inPrivate new tab experi
More Microsoft Edge features get a performance boost.
https://blogs.windows.com/msedgedev/2025/02/18/more-edge-features-get-a-performance-boost/
Microsoft Edge is racing into the new year with faster and more responsive features than ever before. Starting with Microsoft Edge 132, many of the browser's most important features, such as Downloads, Drop, History, and the inPrivate new tab experi
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. 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.@jalefkowit I just found out about this a few days ago that it's been available for months!
I've been waiting for this since #Opera introduced Tabs to the Browser world.
Opera then introduced Tabs to any edge of the window. Opera split into #Vivaldi, and now Vivaldi supports awesome tab groups and stacks.
#MSEdge also picked up Vertical tabs for quite a few years now too.
#FIrefox has resolutely resisted having first-party Vertical Tabs all this time. Amazingly ridiculous.
Microsoft Edge and Interop 2025.
https://blogs.windows.com/msedgedev/2025/02/13/microsoft-edge-and-interop-2025/