Bashattack

Bashattack

Technology. Food. Gaming. Videos. Anything. What more could you want?!

Microsoft Edge Crashing on Launch

EdgeI have no idea what I did, but this week Microsoft Edge started crashing on launch on my Windows 10 Desktop. It worked for other users, but not for me. Here’s what I did to fix it:

  1. Delete the contents of the folder C:\Users\jsmith\AppData\Local\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe, where jsmith is replaced by your user name.
  2. Hit Ctrl+Shift+Esc to bring up Task Manager.
  3. In Task Manager choose File > Run new task.
  4. Type in Powershell and make sure the Create this task with administrative privileges option is checked.
  5. In the Powershell window enter this command.

Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}

After running the command you should be able to launch Microsoft Edge again!