Windows 10 Edge Opens Momentarily and Then Disappears

1

1

I have seen on many threads on other websites that this is a very common issue at the moment with Windows 10. When I try to open Edge it opens for about 1 second, if that, and immediately closes. No error or anything. I read that some people have figured out that it is because Edge makes the home page a summary of the different apps in Windows 10 (Sports, Money, etc.) and Edge trying to load it all causes the crash. I tried a suggestion of opening all of the apps that would be loaded in the home page in advance and then opening Edge, but it made no difference. I was hoping someone else might have some ideas about what to do. It worked for the first week or so after I upgraded and then this issue appeared out of nowhere. Thanks for any help.

Jbird

Posted 2015-08-25T18:20:17.957

Reputation: 131

Answers

0

Resolved with recent 10 update.

Jbird

Posted 2015-08-25T18:20:17.957

Reputation: 131

1

I had the same issue on a company computer where updating the OS version is not an option.

Following the steps described here solved the issue:

  1. Open regedit
  2. go to location as below

HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe

  1. right click folder "microsoft.microsoftedge_8wekyb3d8bbwe" at the left panel, and click Permission.

  2. select third Unknown account (S-1-15-3-3624051433 ....)

  3. You will see only Read permission is selected. Let's check "All permission".
  4. Click OK and close the window.

hirse

Posted 2015-08-25T18:20:17.957

Reputation: 213

Thanks for the info. The issue actually resolved itself when Microsoft issued an update for 10. Thanks though. – Jbird – 2016-03-23T15:59:52.553

-1

I used this method as I had a problem with the start menu not opening running this command in powershell fixed edge shutting down

https://www.techmesto.com/fix-start-menu-broken-windows-10-technical-preview/

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Peter

Posted 2015-08-25T18:20:17.957

Reputation: 1

1Welcome at superuser. Please include more information from the cited source than just a pure command. – Máté Juhász – 2015-09-23T13:06:28.357

It didn't work. Thanks for the suggestion though. – Jbird – 2015-09-24T14:08:56.970