Microsoft Edge totally broken, powershell etc not working [Windows - Microsoft Community
- Get link
- X
- Other Apps
so deleted this, , cleaned trash can.
c:\windows\systemapps\microsoft.microsoftedge_8wekyb3d8bbwe |
when hit windows key , write edge still pops (the icon), when clicking it not open. want re-install not working me. used in powershell:
get-appxpackage -allusers -name microsoft.microsoftedge | foreach {add-appxpackage -disabledevelopmentmode -register "$($_.installlocation)\appxmanifest.xml" -verbose} |
which gave me this:
add-appxpackage : cannot find path 'c:\appxmanifest.xml' because not exist. @ line:1 char:68 + ... | foreach {add-appxpackage -disabledevelopmentmode -register "$($_.i ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + categoryinfo : objectnotfound: (c:\appxmanifest.xml:string) [add-appxpackage], itemnotfoundexcep + fullyqualifiederrorid : pathnotfound,microsoft.windows.appx.packagemanager.commands.addappxpackagecommand |
so i'm screwed , nothing works
Comments
Post a Comment