Microsft Edge gone from my computer - Microsoft Community
Microsoft Edge / All other issues / Windows 10
yeah, cortana uses edge online results.
if have w10 1709 can try edge repair in apps & features
else
run powershell
at prompt copy/paste/enter
get-appxpackage -name microsoft.microsoftedge | foreach-object {add-appxpackage -disabledevelopmentmode -register "$($_.installlocation)\appxmanifest.xml" -verbose}
this reregister edge in windows registry
Microsoft Edge / All other issues / Windows 10
Comments
Post a Comment