Lost Edge after Update - Microsoft Community
Microsoft Edge / All other issues / Windows 10
i have been using edge since day one. week, after installing daily update, lost edge icon in task bar , apparently no longer installed? lost several apps start menu (news, one).
as had ie11 installed, used try download edge again. after confusion on part , not being able edge, noticed edge shown on small tab on ie11. hitting tab brings edge bookmarks intact.
can show me how edge icon on start screen? (i hope i'm on correct forum?)
thanks!
dan
***post moved moderator appropriate forum category.***
can provide link long commandlet?
does mean failed pin edge taskbar?
here commandlet:
open powershell , copy/paste/enter
get-appxpackage -name microsoft.microsoftedge | foreach-object {add-appxpackage -disabledevelopmentmode -register “$($_.installlocation)\appxmanifest.xml” -verbose}
this reregister edge in windows registry.
you can use same basic commandlet other apps provided know name goes in apps.
get-appxpackage will list installed apps , quite lengthy.
to reregister apps @ once omit -name microsoft.microsoftedge or replace microsoft.microsoftedge *
Microsoft Edge / All other issues / Windows 10
Comments
Post a Comment