Forum Discussion
iadra
Apr 03, 2026Copper Contributor
Can't open Microsoft Edge
Hello Team, Before couples months i have an issue in microsoft edge once open he open google so the technical team of windows help me and check file and install yesterday i have same issue i talk...
KapilArya
Apr 04, 2026MVP
Hello,
Try re-registering Microsoft Edge. Perform these steps:
- Search for Windows PowerShell using Windows Search.
- From results, choose Windows PowerShell and select Run as administrator.
- Then type following command and press Enter key:
Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}
Let the command complete.
- Close Windows PowerShell and check Edge, it should work fine now.
Let us know if this helps!