Here, you are basically opting for the safest and easiest method. Rename and Disable Microsoft Edge in Windows As mentioned, it might not work in a few cases if the Windows is updated to the latest due to Microsoft’s hard software policies. This will remove and uninstall the Microsoft Edge browser from your Windows computer. It should look something like this: Get-AppxPackage -allusers Microsoft.MicrosoftEdge Microsoft.MicrosoftEdge_44.18362.1.0_neutral_8wekyb3d8bbwe | Remove-AppxPackage Copy the full value and edit the Get-AppxPackage command replacing PackageFullName with the copied information.Here is an example of how it will look: Microsoft.MicrosoftEdge Microsoft.MicrosoftEdge_44.18362.1.0_neutral_8wekyb3d8bbwe Search for the result that contains the text Microsoft.MicrosoftEdge.Type in the following Get-AppxPackage | Select Name, PackageFullName and press Enter. Enter the Get-AppxPackage command so that you can view all installed apps.
Right-click the PowerShell icon and select Run as Administrator.Search PowerShell in the taskbar search box and select it from the list of results.