Just updated to Windows 8.1 and the Windows Store app will no longer open

Anonymous
2013-10-17T18:49:45+00:00

Help! Just updated to Windows 8.1 through the windows store. Now it will no longer open.

Event Viewer:

Activation of app winstore_cw5n1h2txyewy!Windows.Store failed with error: The remote procedure call failed. See the Microsoft-Windows-TWinUI/Operational log for additional information.

Also, my AV was uninstalled, my right clicking does not work, my VPN broke...

Dell XPS 12

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
Answer accepted by question author
Anonymous
2013-10-18T13:35:57+00:00

Please run the following in a Command Window to re-register the Store app:

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

Was this answer helpful?

60+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2014-08-02T08:19:45+00:00

Memeo is uninstalled for the Moment.

I got Updates for VCR120 via Windows Updates and about 40 APP-Updates in multiple steps (see System-LOG, Event 17).

So, unfortunatelly resetting store-Proxy in an elevated CMD:

netsh

winhttp

import Proxy source=ie

restart pc

was not the solution.

Meanwhile I got Event-ID 5973 from Source Apps in Application-LOG.

Finally, after working overtime, in the very Moment it seems, this fixed it for me:

http://support.microsoft.com/kb/2798317

a) Setting Registry-Permissions to HKEY_CLASSES_ROOT\Drivers as described in the article.

b) Setting File System Rights to C:\Program Files which is C:\Programme (X86) AND ADDITIONALLY D:\Programme (X86) cause I got Windows on SSD (C:) with an additional Program-Folder on HDD (D:)!

Store can be opened now.

Short startmenu (Win+X) is working.

Addendum Nov. 08, 2014:

-Update MS Windows .net Framework!

This is not always included in Automatic Updates and has to be downloaded manually from Microsoft. In the Moment: Version 4.5.2

Welcome back Win 8.1, now go back to work...

Was this answer helpful?

4 people found this answer helpful.
0 comments No comments

316 additional answers

Sort by: Newest
  1. Anonymous
    2013-10-20T16:43:58+00:00

    I'm sorry it does not work for me.

    I've triedt the apps.diag.cab as well (by the way many times) and many other things.

    The Problem persists still I've upgraded from Win7 64 Bit to Windows 8 64 bit.

    Than I tried all the stuff, OLE Registr., Diag cab, sfc /scannow, WSRESET and all what I've found in the correspunding Internet forums).

    Including a complete refresh which actually didn't work too.

    The store  does not open and WSRESET produces an error message.

    In Windows 8 bla bla Licence Problem (which is common known on the Internet)

    In Windows 8.1: "ms-windows-store:PurceCaches" konnte nicht gefunden werden. Stellen Sie sicher, dass sie den Namen richtig eingegeben haben und wiederholen Sie den Vorgang.

    I've put all my hopes in the upgrade to Windows 8.1 but this didn't resolve the Problem as well.

    Hope anyone has an idea .... Thanks in advancve.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2013-10-20T14:17:36+00:00

    This solution worked permanently for me and many others.

    Other options include running this little tool and following its suggestions:

    http://download.microsoft.com/download/F/2/4/F24D0C03-4181-4E5B-A23B-5C3A6B5974E3/apps.diagcab

    ... and also running wsreset.exe in a Command Window.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2013-10-20T11:08:59+00:00

    Powershell responded with this:

    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]

    0630fa73-cbe2-0000-8135-

    Get-AppxLog -ActivityID 0630fa73-cbe2-0000-8135-

    At line:1 char:1

    • Add-AppxPackage -DisableDevelopmentMode -Register

    $Env:SystemRoot\WinStore\AppxM ...

    I would be very grateful if you could advise further!

    Hi Folks,

    I've the same issue.

    C:\WINDOWS\system32>powershell -ExecutionPolicy Unrestricted Add-AppxPackage -Di

    sableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml

    Add-AppxPackage : Fehler bei Bereitstellung. HRESULT: 0x80073CF6, Das Paket

    konnte nicht registriert werden.

    Fehler 0x8007064A: Die Anforderung kann aufgrund des folgenden Fehlers beim

    Initialisieren der Erweiterung "windows.repositoryExtension" nicht registriert

    werden: Die Konfigurationsdaten für dieses Produkt sind beschädigt. Wenden Sie

    sich an den Support.

    .

    HINWEIS: Wenn Sie weitere Informationen wünschen, suchen Sie im

    Ereignisprotokoll nach "[ActivityId] 1a4f672a-cd79-0002-9b6a-4f1a79cdce01",

    oder verwenden Sie die Befehlszeile "Get-AppxLog -ActivityID

    1a4f672a-cd79-0002-9b6a-4f1a79cdce01".

    In Zeile:1 Zeichen: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
    
    That seems to be the same error message (of course in German language).
    
    I've been looking so Long for a solution but perhaps someone has a good idea!
    
    Rgds. Thomas
    

    Was this answer helpful?

    0 comments No comments