Step-by-Step Guide- How to Permanently Remove Microsoft Edge from Windows 10
How to Delete MS Edge from Windows 10
If you’re looking to remove Microsoft Edge from your Windows 10 system, there are a few straightforward steps you can follow. Microsoft Edge is the default web browser on Windows 10, but there are many reasons why you might want to delete it. Whether it’s due to performance issues, a preference for another browser, or simply to free up space on your computer, this guide will walk you through the process of uninstalling MS Edge from Windows 10.
First, it’s important to note that removing MS Edge is not the same as uninstalling a traditional application. Since it’s a built-in feature of Windows 10, you can’t simply use the “Add or Remove Programs” feature in the Control Panel. Instead, you’ll need to use a registry edit to disable the browser. Here’s how to do it:
1. Open the Registry Editor: Press the `Windows` key + `R` to open the Run dialog box. Type `regedit` and press `Enter` to open the Registry Editor.
2. Navigate to the Edge Registry Key: In the Registry Editor, navigate to the following path:
“`
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
“`
3. Delete the Edge Entry: In the right pane, you should see an entry named `MicrosoftEdge`. Right-click on it and select `Delete`. Confirm the deletion when prompted.
4. Close the Registry Editor: After deleting the entry, close the Registry Editor.
5. Restart Your Computer: Restart your Windows 10 system for the changes to take effect.
Once your computer restarts, Microsoft Edge will no longer be the default web browser, and you won’t see it listed in the Start menu. However, the Edge browser files will still be present on your system. If you want to completely remove these files, you’ll need to perform a more advanced uninstallation process.
To do this, follow these steps:
1. Open the Command Prompt as Administrator: Press the `Windows` key + `X` and select `Windows Terminal (Admin)` or `Command Prompt (Admin)` from the menu.
2. Run the Uninstall Command: In the Command Prompt, type the following command and press `Enter`:
“`
powershell -Command “Remove-AppxPackage Microsoft.WindowsEdge”
“`
3. Restart Your Computer: After running the command, restart your Windows 10 system to complete the uninstallation process.
By following these steps, you should be able to successfully delete Microsoft Edge from your Windows 10 system. Remember that this process will remove the browser entirely, so make sure you have another web browser installed or available before proceeding.