All Modern apps fail to start after Windows 8.1 upgrade

Anonymous
2013-10-20T02:13:19+00:00

All Modern apps show an "X" in their bottom right corner.

Here is some additional information:

I Installed via the Windows Store today

I upgraded from Windows 8

Store won't open. It shows the splash screen, then a solid color screen. Nothing else happens. If I click anywhere, it goes back to the start screen.

I also can't open "Settings" found by moving the mouse in top right corner, Settings, Change PC Settings. Does same thing as store. Splash screen and nothing happens. Can click back to start screen.

For clarity, I can't get any other Modern app to run either. If I try to run any other Modern app (Calendar, Food and Drink, etc), I get the following error message:

This app can't open. There's a problem with <app name>. Contact your system administrator about repairing or reinstalling it.

If I run wsreset.exe I get the following error, it does the same thing I mentioned the store doing before. When I get back to the desktop, there is a popup that says:

ms-windows-store:PurgeCaches

The app didn't start.

Elsewhere, I've seen people suggesting that I run this command:

powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml

When I do, I get this error:

Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could

not be registered.

error 0x8007064A: Cannot register the request because the following error was

encountered while initializing the windows.repositoryExtension extension: The

configuration data for this product is corrupt. Contact your support personnel.

.

NOTE: For additional information, look for [ActivityId]

d62b9028-cd30-0000-4e93-2bd630cdce01 in the Event Log or use the command line

Get-AppxLog -ActivityID d62b9028-cd30-0000-4e93-2bd630cdce01

At line:1 char:1

  • Add-AppxPackage -DisableDevelopmentMode -Register

$Env:SystemRoot\WinStore\AppxM ...

  • 
    

+ CategoryInfo          : WriteError: (C:\WINDOWS\WinStore\AppxManifest.xm

l:String) [Add-AppxPackage], IOException

+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageMa

nager.Commands.AddAppxPackageCommand

I have also run the apps.diagcab tool multiple times. It tells me my display adapter drivers might need to be updated (they don't) and and also tells met that it did a "Check for missing or corrupt files" which it says it detected every time. I have run
 it and rebooted multiple times. I'm not running any anti-virus other than Windows Defender. I had Stardock's ModernMix running in Window 8 before the upgrade. I thought it might be causing an issue so I uninstalled it. Issue still existed. I haven't done anything
 else to the system other than running some Windows Updates.

Any/all help is appreciated. Thanks.
Windows for home | Previous Windows versions | Microsoft Store

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes
Answer accepted by question author
  1. Anonymous
    2013-11-21T03:29:32+00:00

    At long last I found a fix. The information can be found in a post over in the Technet forums, but I'll copy it here for anybody else.

    http://social.technet.microsoft.com/Forums/windows/en-US/c4147bcc-a430-43fe-b4e9-f999552568da/81-store-apps-wont-load?forum=w8itprogeneral

    Quoted message below:


    Guys, i've FINALLY found an answer to how to get this to work again, (courtesy of andy562)!  Andrés this may work for you too. 

    The following finally fixed all issues for me (Store and all apps broken with black X, can't access PC Settings):

    A.) Fixing the app store:

    1. Open registry editor typing regedit.exe from a command line.
    2. Browse to the registry key at HKEY_CURRENT_USER\Software\Classes\Local Settings\software\microsoft\windows\currentversion\appmodel\repository\packages.
    3. Right click on the “packages” key and bring up the “Permissions” tab.
    4. Click the “Advanced” button located at the bottom right corner.
    5. Check to see the account name that shows up as the “Owner” (this is the first line of text on the “advanced security settings” dialog for the “packages” key). It should say “SYSTEM”.  (For me this showed the built-in local Administrators group)
    6. If it is any other account, click on the “Change” button next to it.
    7. Type SYSTEM in the “select user” dialog. If “Multiple Names Found” window comes up, select the row for “SYSTEM”.
    8. Click OK to the dialogs and close them all.
    9. Run from admin command prompt:     Powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml

    B.) Fixing all modern apps:

    1. Run from admin PowerShell:

    ((Get-ChildItem "HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\InboxApplications") | Get-ItemProperty).Path | Add-AppxPackage -Register -DisableDevelopmentMode

        * When I ran this the black X persisted until after the next step and reboot.  But trying to start an app gives me a new message and a link to the store.

    C.) Fixing 3rd party apps:

    1. Delete the regkey:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore[UserSID]

              You can find your SID by going to an elevated command prompt and typing

                            wmic useraccount get name,sid

    D.) Restart.  After a reboot the apps still showed the black X for a minute or so, but it soon cleared up on its own and all apps seemed to be working again.  I was also able to update the apps from the app store once signing in with a Microsoft account.  Finally, I am again able to get into PC Settings.

    19 people found this answer helpful.
    0 comments No comments

74 additional answers

Sort by: Most helpful
  1. Anonymous
    2013-10-20T18:59:03+00:00

    Hi Morinar,

    What is the make and model of your computer?

    I would suggest you update the display adapter drivers and check if you can access the apps.

    Refer to the steps mentioned under “Update driver” section.

    http://windows.microsoft.com/en-US/windows/printer-problems-in-windows-help#fix-printer-problems=windows-8&v1h=win8tab4&v2h=win7tab1&v3h=winvistatab1&v4h=winxptab1 


    **Note:**Steps suggested in the above article are applicable to Windows 8.1 as well.

    If the above method does not work, go to next method.

    Let’s run SFC scan to check for missing or corrupted system files and then check if you can access apps.

    You can follow the steps to do so:

    a) Press “Windows Key + Q” to open Charms Bar.

    b) Type “cmd” without quotes in the search box.

    c) On the left pane, right click on the “cmd” option and select “Run as Administrator”.

    d) Type ‘sfc /scannow’ without quotes and hit enter.

    I would suggest you to login to a different user account and check if you can access the apps. 

    If you do not another user account, you may follow the instructions suggested in the link below.

    To create a new user account, refer to this link:

    http://windows.microsoft.com/en-in/windows/create-user-account#create-user-account=windows-8

    Hope this helps and do let us know if you need any assistance.

    0 comments No comments
  2. Anonymous
    2013-10-20T20:00:49+00:00

    Thanks for the reply.

    Computer was built by me. Intel i5-3570K @ 3.40GHz, nVidia GTX 770 4GB, 12GB RAM.

    I use GeForce Experience to keep my display drivers up to date. They are ALWAYS up to date.

    sfc /scannow output below:

    C:\WINDOWS\system32>sfc /scannow

    Beginning system scan.  This process will take some time.

    Beginning verification phase of system scan.

    Verification 100% complete.

    Windows Resource Protection did not find any integrity violations.

    C:\WINDOWS\system32>

    I have no other users on my PC and since you can only add new users via a Modern app, I cannot add any new users.

    0 comments No comments
  3. Anonymous
    2013-10-21T13:36:18+00:00

    I am experiencing, pretty much, the same issues!

    I am tired of the same old (non-working) fixes that are totally absurd; i.e. Display Driver issues & such! If the old fixes are the issues, my PC that is over 5 years old with old hardware WOULD NOT BE WORKING & my newer PC, would be working: Yet it is just the opposite!!!

    SFC /scannow     ;clean, no issues!

    DISM /Online /Cleanup-Image /RestoreHealth     ;clean, no issues!

    microsoftaccounts.diagcab    ;gives message about problem with MS Account Policy (no clear description or fix to this, which I am sure is causing me issues..., but what to do/where to go?)

    as I have said in other post; Microsoft needs to get a reliable programmer on putting together fixes for the Store!  And keep them on it, ongoing! Especially if they want any kind of long term success with this!!!

    0 comments No comments