An open API service indexing awesome lists of open source software.

https://github.com/ShadowWhisperer/Remove-MS-Edge

Uninstall Microsoft Edge silently, through an executable or batch script.
https://github.com/ShadowWhisperer/Remove-MS-Edge

batch edge exe microsoft python removal remove remover script uninstall uninstaller windows

Last synced: 6 months ago
JSON representation

Uninstall Microsoft Edge silently, through an executable or batch script.

Awesome Lists containing this project

README

          

![License](https://img.shields.io/github/license/ShadowWhisperer/Remove-MS-Edge)
Buy Me A Piza

**Microsoft Edge Uninstallers**
```diff
- Removing Edge may cause update failure loop.
Install Edge, install all Windows updates, then remove Edge.

Flag - Remove-Edge.exe
/s Silent Do not print anything, or change title of window
```

**Requires WebView**
```
- ImageGlass
- Lenovo USB Recovery Creator Tool
- Microsoft Photos App (Edit)
- Quicken
- Windows Mail
- Xbox App
```

**EXE Version**
[Remove-Edge.exe](https://github.com/ShadowWhisperer/Remove-MS-Edge/blob/main/Remove-Edge.exe?raw=true) - Removes Edge only, leaves WebView alone.
[Remove-EdgeWeb.exe](https://github.com/ShadowWhisperer/Remove-MS-Edge/blob/main/Remove-EdgeWeb.exe?raw=true) - Removes Edge and WebView
[Remove-NoTerm.exe](https://github.com/ShadowWhisperer/Remove-MS-Edge/blob/main/Remove-NoTerm.exe?raw=true) - Remove Edges only. Completely silent, no terminal, no flags. Useful for Task Schedular.


**Batch Version** (Requires internet or file from _Source)

The batch scripts have been enhanced by @XakerTwo

[Both](https://github.com/ShadowWhisperer/Remove-MS-Edge/blob/main/Batch/Both.bat?raw=true) - Removes both Edge, and WebView.
[Edge](https://github.com/ShadowWhisperer/Remove-MS-Edge/blob/main/Batch/Edge.bat?raw=true) - Removes Edge only.
[Edge-Appx](https://github.com/ShadowWhisperer/Remove-MS-Edge/blob/main/Batch/Edge-Appx.bat?raw=true) - Remove Appx version of Edge only. Leave Webview / Chrome version alone.

The batch version requires an internet connection to download a file.
To make it work without internet, download [setup.exe](https://github.com/ShadowWhisperer/Remove-MS-Edge/blob/main/_Source/setup.exe?raw=true), from _Source and keep it next to the .bat

Re-Install Edge: [Small DL](https://www.microsoft.com/en-us/edge/download?form=MA13FJ) / [Full DL](https://www.microsoft.com/en-us/edge/business/download?form=MA13FJ)
Re-Install Webview: [Link](https://developer.microsoft.com/en-us/microsoft-edge/webview2/)

**Build From Source**
```pyinstaller --noconsole --onefile -n Remove-Edge.exe edge.py --add-data "setup.exe;."```