Skip to main content

WINDOWS 10 APPLICATION IS NOT LOADING


WINDOWS 10 APP NOT LOADING
  1. Open a chairman order brief, and type 'powershell.exe' (no statement marks)
               Reorder every one of the accompanying orders in the equivalent powershell order brief in this                    precise request. Trust that each order will finish prior to composing the following one.

       2. close the order window when done
Get-appxpackage -packageType bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "\appxmetadata\appxbundlemanifest.xml")}

$bundlefamilies = (get-appxpackage -packagetype Bundle).packagefamilyname

get-appxpackage -packagetype main |? {-not ($bundlefamilies -contains $_.packagefamilyname)} |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "\appxmanifest.xml")}

       4. Open a chairman order brief, and type 'wsreset.exe' (no statements)
       5. Endeavor to re-dispatch the Store application and check for application refreshes

Comments