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.
- Host: GitHub
- URL: https://github.com/ShadowWhisperer/Remove-MS-Edge
- Owner: ShadowWhisperer
- License: cc0-1.0
- Created: 2020-12-09T14:57:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T15:28:03.000Z (7 months ago)
- Last Synced: 2025-03-04T16:35:36.543Z (7 months ago)
- Topics: batch, edge, exe, microsoft, python, removal, remove, remover, script, uninstall, uninstaller, windows
- Language: Python
- Homepage:
- Size: 86.6 MB
- Stars: 3,131
- Watchers: 19
- Forks: 128
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

**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 .batRe-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;."```