Skip to content

Releases: ionuttbara/edge-remover

2.7

15 Sep 12:50
7c97346
Compare
Choose a tag to compare

*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!

05 Aug 15:08
7c97346
Compare
Choose a tag to compare

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

16 May 05:09
9d6437a
Compare
Choose a tag to compare

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

06 Feb 19:06
cc7db9b
Compare
Choose a tag to compare

*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

01 Feb 19:42
08fedc8
Compare
Choose a tag to compare

Finalized implementation of Edge Remover!
Added Arguments support and Edge UWP + System Restore.
image

pre_2.2 (CLOSE TO THE FINAL VERSION)

01 Feb 15:53
d26b47d
Compare
Choose a tag to compare

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

18 Jan 22:34
32ef98f
Compare
Choose a tag to compare

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

11 Jan 10:52
f0db2fd
Compare
Choose a tag to compare
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

  • Removal shortcuts from (Start menu and Desktop)
  • Removal of Edge Update Tasks (normally I've written to remove \MicrosoftEdgeUpdateTaskMachineCore & \MicrosoftEdgeUpdateTaskMachineUA and in the tests it's like not working (maybe is have Target Machine {guid} or something)
  • checking the edge installation architecture and removal from registry (is not refresh and the uninstall registry removal is not working
  • adding arguments (/all for remover edge uwp and edge chromium, /ch for chromium and /uwp for edge chromium)
  • combine buttons of Edge Chromium Remover into one
  • 1.4

    05 Oct 14:20
    a614327
    Compare
    Choose a tag to compare
    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

    03 Oct 05:54
    c9ca08f
    Compare
    Choose a tag to compare

    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