Releases: ionuttbara/edge-remover
2.7
*depreciated .exe version, so i will go with powershell
*modified @AveYo's bat implementation and put in powershell.
*added Google Chrome Downloading, after removal you need to type chrome in opened powershell window
*added policies which block Windows Update to download Edge Chromium (DoNotForceUpdatingWithChromium or something like that), imported from Edge Chromium Update Toolkit (Policy)
It's OK now!
Updated release changelog (8.08.2023)
- added removal of associations (AveYo implementation)
- fixed removals
- reduce size
- added policies to disable integration of edge using windows update
- added policy to block windows update to add Edge Chromium
version 2.6
NEW! Removing the GUI and make the script simplifier!
FIX Using the ShadowWhisperer's way to remove UWP Edge.
ATTENTION! Because of breaking of some apps, Edge WebView will not be removed in this script. Also EdgeUpdate its not removed because updating of Edge Webview and it don't download Edge.
release 2.5.1
*bugfixes when edge uwp is not removed and edge chromium is not removed from some versions (specified in #16 ) it put the verification of chromium version to false, and didn't found the msi version and it showed the browser is not installed.
Release 2.5
pre_2.2 (CLOSE TO THE FINAL VERSION)
Edge Chromium Remover is WORKING!! Finally!!!
This version is remove Edge Chromium (and its working) .. closed #13
To be implemented
- Edge UWP Remover and All in One Button functionality
- Add argumentss support into remover (Edge Chromium, Edge UWP and Edge Chromium + UWP)
- Re-add System Restore Creation Button if that is not exist
- Version Verification Configuration
- Publish the code and update README.md when all of that are finished.
What is broken?
- Edge UWP Remover and All in One Button
pre_2.1
Edge Remover 2.1
Fixing (#13 and #14 ~ if the issue is not persisting you can close the issue section)
Fixing #8, #10 (you can remove Edge if that is installed via Winget, from the button)
Implemented
- Removal of Edge Update Tasks and Services (this version will be shipped into zip file because of the Task Scheduler (will be integrated into .exe in 2.2)
- checking the edge installation architecture and removal from registry (is not refresh and the uninstall registry removal is not working
- combined buttons of Edge Chromium Remover into one
To be implemented
- adding arguments (/all for remover edge uwp and edge chromium, /ch for chromium and /uwp for edge chromium)
- Removal shortcuts from (Start menu and Desktop)
- Remove Edge Association with files (html, mht, pdf etc.)
- Remove EdgeCore (it's unnecessary and it's so occupied 500 MB of space)
- Removal Edge UWP and Edge DevTools (UWP) using System Packages
- Publishing the code of the app in githubproject
- Modify Resources with versions.
- Add requiments (.net 4.7 in Windows 10, the app is not working in windows 7/8 due of Edge Chromium Support)
2.0
Edge Remover 2.0 prelease!
Attention! The uninstaller was written from scratch and is incompleted!
You can write feedback in issues section!
Removes Edge Chromium (if version >105 and <105)
fixes #13 (when edge is not possible to remove) (removes, edge services, edge update service, edge user data and edge tasks scheduler)
Added Winget installation of edge (one button) if you want to reinstall edge =)
__TO IMPLEMENT FOR 2.0.1 VERSION! __ (coming soon)
KNOWN ISSUES
1.4
Added the removal of MicrosoftEdgeDevToolsClient-Package (in some version of Windows 10 and in Windows 11 21H2 the package are present).
1.3
Added some modification of @WindowsRefundDay.
NEW! Added removing of PWA Stub from Edge Chromium. (Edge creates PWA. When you open the PWA , it act like an UWP). @jbara2002.
FIX! Cleaned Code