Windows 10/11: Open Settings
Windows 10/11: Go to Apps > Apps & features
Windows 10/11: Search for Microsoft Edge
Windows 10/11: Select Microsoft Edge
Windows 10/11: Click Uninstall (if available)
If Uninstall is not available: Use PowerShell (admin)
Open PowerShell as Administrator
Run: `Get-AppxPackage *Microsoft.MicrosoftEdge* | Remove-AppxPackage`
If prompted, confirm the action
Restart the PC
Windows 10/11 (alternative for system-wide removal):
Open PowerShell as Administrator
Run: `Get-AppxPackage -AllUsers *Microsoft.MicrosoftEdge* | Remove-AppxPackage`
Restart the PC
Note: Edge may be reinstalled by Windows updates
Note: Some versions of Windows don’t allow full removal of Edge
