icon by @WindowsRefundDay(https://github.com/WindowsRefundDay)
Microsoft Edge Remover is a tool designed to help Windows users remove Microsoft Edge Chromium and Edge UWP from their devices.
- The Microsoft Edge Remover tool requires a Windows operating system to function. It is compatible with Windows 10 (all versions) and Windows 11. Before using the tool, it is important to ensure that the user's device meets the system requirements. This will ensure that the tool runs smoothly and effectively removes Microsoft Edge Chromium and Edge UWP. The tool may also require administrator permission to run, depending on the user's version of Windows. By having the correct system requirements, users can be confident that the Microsoft Edge Remover tool will work efficiently on their device.
ATTENTION! Before using the script you must check nexr things:
Download the script from the Releases to some folder: C:\path\to\file\Remove.Edge.ps1
To run the script start a PowerShell session as administrator (right click --> "Run as administrator").
Go to the path: cd 'C:\path\to\file\
Run the script: .\Remove.Edge.ps1
If you get an error like:
Remove.Edge.ps1 is not digitally signed. You cannot run this script on the current system. For
more information about running scripts and setting execution policy, see about_Execution_Policies at
https:/go.microsoft.com/fwlink/?LinkID=135170.
Run the command instead with bypassing of the ExecutionPolicy:
powershell -ExecutionPolicy Bypass -File .\Remove.Edge.ps1