edge crashes

jrmay28

New Member
Joined
Jan 6, 2016
Messages
1
edge errors out with remote procedure call error, This happened after win 10 install 10586

help
 


Solution
You can reset Edge
  • Delete or rename %LOCALAPPDATA%\Packages\Microsoft.MicrosoftEdge8wekyb3d8bbwe
  • Open an elevated powershell prompt and type Get-AppxPackage -name "*Edge*" | ForEach { "$($_.InstallLocation)\AppxManifest.xml" | Add-AppxPackage -DisableDevelopmentMode -Register }
You can reset Edge
  • Delete or rename %LOCALAPPDATA%\Packages\Microsoft.MicrosoftEdge8wekyb3d8bbwe
  • Open an elevated powershell prompt and type Get-AppxPackage -name "*Edge*" | ForEach { "$($_.InstallLocation)\AppxManifest.xml" | Add-AppxPackage -DisableDevelopmentMode -Register }
 


Solution
Back
Top