How to uninstall Microsoft Edge?
First of all, would it break anything on the Windows system? Secondly, how can I delete it? The button is greyed out, yet I can delete other browsers just fine
EDIT: Found the solution myself to fix the gray out.. Below
Method: Force Uninstall via Command Prompt
- Find the Edge Installation Folder: Open File Explorer and navigate to your main drive, typically:
C:\Program Files (x86)\Microsoft\Edge\Application. - Access the Version Folder: Open the folder with the version number of your current Edge installation (e.g.,
120.0.2210.91or similar), then open the Installer folder. - Open Command Prompt: Click inside the File Explorer address bar, type
cmd, and press Enter. - Run the Uninstall Command: Paste the following exact command into the Command Prompt window that appears and press Enter:
setup.exe --uninstall --system-level --verbose-logging --force-uninstall - Restart: Restart your PC to finish the process.