Windows 10 user accounts do not have all apps - Microsoft Community
Microsoft Edge / All other issues / Windows 10
you try
powershell
at prompt copy/paste/enter:
get-appxpackage -name * | foreach-object {add-appxpackage -disabledevelopmentmode -register “$($_.installlocation)\appxmanifest.xml” -verbose}
this reregister every app that get-appxpackage knows of parse installlocation and use/register each appxmanifest.xml
Microsoft Edge / All other issues / Windows 10
Comments
Post a Comment