Microsoft Edge is the Microsoft recommended default browser in Windows 10. Microsoft Edge is the fastest browser out there that is getting more user attention with its compact design, regular updates, superior features. But some of the users are unable to open the Edge browser on their computers. If you are one of these users experiencing similar difficulties, simply follow these easy fixes.
Workarounds
1. Just disable the antivirus program you are currently using on your computer. Further, try to open the Edge browser.
Fix 1 – End process of edge in task manager
1 – Open Task manager by pressing CTRL + SHIFT + ESc keys jointly from keyboard
2 – Click Details tab
3 – Locate edge processes related with edge, right click and choose end process tree.
Try to Open Edge again
Fix 2 – Delete corrupted packages
Clear the corrupted packages from your computer.
1. Press the Windows key+R keys together.
2. Here, type this location and click on “OK“.
appdata
3. When the Appdata window opens up, go to this location-
Local > Packages
4. When you have opened the Packages folder, look out for the folders related to ‘Microsoft Edge’.
5. Select all the folders related to Microsoft Edge. Right-click on the selected folders and click on “Delete“.
6. Once you have deleted all the folders, close the File Explorer screen.
Restart your computer and try to open the Edge again.
Fix 3 – Run a PowerShell command
Re-install the default Edge client on your machine with a PowerShell command.
1. Right-click on the Windows icon and click on “PowerShell (Admin)“.
2. As soon as the PowerShell window opens up, copy this command and paste it there.
Hit the ‘Enter‘ key from your keyboard to execute this code.
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Once you have executed this code, close the PowerShell window.
Restart your system afterward. Check if this works out for you.
Fix 4 – Run a notepad script
Create and run a batch file to end the Edge processes on your system.
1. Open the Notepad on your computer.
2. When the Notepad opens up, copy-paste this script.
:: :: uses TaskKill (/F = Force, /IM = image name) to exit all Microsoft Edge Processes :: @ECHO OFF taskkill /F /IM microsoftedge.exe taskkill /F /IM microsoftedgeCP.exe
3. After pasting the script, click on “File” and click on “Save as“.
4. Set the ‘File type’ to “All files“.
5. Name the file as “Edge.bat” and click on “OK” to save it in a location of your choice.
Close the Notepad window.
Go to the location where you have saved the file.
6. Right-click on the “Edge.bat” file and click on “Run as administrator“.
The batch file will now run on your computer to kill all Edge processes running at the background. This should fix your problem.
Fix 5 – Modify the Group Policy settings
Sometimes this problem may occur due to corrupted policies on your system.
1. You need to press the Windows key+R.
2. After that, write “gpedit.msc“. Click on “OK“.
3. Go to this location on the left-hand side,
Computer Configuration > Administrative Templates > Windows Components > App Package Deployment
4. On the left-hand side, locate the “Allow deployment in special profiles” policy settings.
5. Double click on it to access it.
6. When the policy appears, click on the radio button of “Enabled“.
7. After that, click on “Apply” and “OK“.
Close the Local Group Policy Editor screen. Restart the system and try to access the Edge again.
Fix 6 – Install latest Windows updates
Windows pushes critical MS Edge updates along with the Windows Update process.
1. Open up the Settings window.
2. Then click on the “Updates & Security” settings.
3. Then, click on “Check for updates“.
4. Windows will download the updates on your computer.
5. Click on “Restart Now” to restart your computer.
This should update your computer.
Fix 7 – Run some scans
You have to run some file checker scans on your computer to fix some corrupted system files.
1. You need to press the Windows key+R keys
2. Then, type this code and hit Ctrl+Shift+Enter keys together.
cmd
3. Paste this code in the terminal. Thereafter, hit Enter to run the scan.
sfc /scannow
SFC scan will commence.
4. To launch a DISM scan, paste this command in the terminal and then hit Enter.
DISM.exe /Online /Cleanup-image /Restorehealth
After running the DISM scan on your system, close the CMD screen, restart the machine. Try to access the Edge further.
Fix 8 – Clean boot the machine
You can check if Edge is working in clean boot mode.
1. Press the Windows key+R keys together.
2. Write this code in the Run terminal. Click on “OK“.
msconfig
3.At first, simply click on the “General” tab.
4. Next, check the box of the “Selective startup” option.
5. After that step you have to check the box beside the “Load system services.
6. After doing that, go to the “Services” section.
7. Next what you have to do is check the “Hide all Microsoft services“.
8. Finally, click on the “Disable all“.
This will disable all the third-party services on your computer.
9. Go to the “Startup” tab after that.
10. Just click on the “Open Task Manager“.
10. After opening the Task Manager, just right-click on the item you want to disable the auto-startup of and click on “Disable“.
When you have disabled all the startup of unnecessary applications, close the Task Manager window.
11. After that, click on “Apply” and “OK“.
When your system clean boots, try the Edge again.
Your problem should be solved.
I deleted the Edge packages. It did not help (after reboot).
Then I copied and ran the powershell command but all I got was errors. Looking closer, the command seems to be missing a backslash before the final filename:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Having added that, at least a lot of stuff happens, though there are still some errors. Unfortunately it did not make Edge work again after reboot 🙁