Windows 10: Default Apps won't open or re-install, No Store App since......

Discus and support Default Apps won't open or re-install, No Store App since...... in Windows 10 Software and Apps to solve the problem; Hello Guys, Sorry to keep bothering you but just when my Win 10 install runs well and I feel safe with it something else goes wrong, following on... Discussion in 'Windows 10 Software and Apps' started by tonymarcus, Nov 23, 2015.

  1. Default Apps won't open or re-install, No Store App since......


    Hello Guys,

    Sorry to keep bothering you but just when my Win 10 install runs well and I feel safe with it something else goes wrong, following on from my problem in this post Start Menu and Cortana Problems again!!!!, I'll do a brief summary below.

    1. Basically Windows 10 is ruining 100% OK, Threshold 2 installed, I use the PC one evening, nothing was installed or changed I shut the PC off when I went to bed, the next day I switch it on I have no start menu or Cortana.

    2. Following JDS63's advise I downloaded Win 10 build 10586.3 ISO and executed the following commands:- DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:\Sources\Install.wim:1 /LimitAccess
    Dism /Online /Cleanup-Image /RestoreHealth
    sfc /scannow

    errors were found and repaired and all scans ended error free, this did not fix my problem.

    3. Next following a URL I executed the following in Admin Powershell prompt:-
    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    This fixed my Start menu and Cortana problems but I now have problems with the built in apps.


    Now I can open my start menu but most of the built in apps will not open and the faulty app tiles in the start menu are blank with a text description of what it is. Below you can see my mouse has hovered over the Windows Photo app tile and the pop up box says "@Microsoft.Windows.Photos_15.1118.120.10.0_x64_8we", if I click on it nothing will happen.

    Default Apps won't open or re-install, No Store App since...... [​IMG]


    In my "All Apps" menu all the Apps not working are on the bottom of the list under the "Other" heading, I cannot open the Store App as that does not work at all either. See pic below


    Default Apps won't open or re-install, No Store App since...... [​IMG]



    Default Apps won't open or re-install, No Store App since...... [​IMG]


    One other thing is that when I go into settings and attempt to choose which folders appear on start I can only select "Settings", the other settings are greyed out. I used to select most things in the list, see pic below:-


    Default Apps won't open or re-install, No Store App since...... [​IMG]



    Default Apps won't open or re-install, No Store App since...... [​IMG]


    Does anyone know what I could do to resolve this, is there a different way to restore the built in Apps on the Threshold 2 update, apart from the above my PC is running fine and if I could get my apps back I'd be as happy as Larry.

    Thanks for everybody's help

    Tony

    :)
     
    tonymarcus, Nov 23, 2015
    #1

  2. Default Apps won't open or re-install, No Store App since......

    I have a laptop with 32 bit Windows 10, this PC is 64 bit, do you think it could work?
     
    Tonymarcus, Nov 23, 2015
    #2
  3. Default Apps won't open or re-install, No Store App since......

    Hello Tony,



    Thank you for keeping us updated.

    I’m sorry to know that your issue is still unresolved.



    If the PC isn't running as quickly or reliably as it used to, I suggest you to try the recovery options in the following article and check if it helps.



    Recovery options in Windows 10

    http://windows.microsoft.com/en-us/windows-10/windows-10-recovery-options



    Disclaimers:


    • All of your settings will be reset. All apps that you installed will be removed. Only apps that came with your PC will be reinstalled. If you upgraded your PC from previous version of Windows, resetting your PC will restore earlier
      version. You’ll need to upgrade again after the reset has finished.

    • Though it is said that System Restore does not affect your personal information such as email, documents, photos, videos, etc, but there is highly possible that some of your personal files are deleted while system restoring. During
      System Restore, there may be errors and such errors may cause damage to the files that are present in the system. And, computer shutdown during restoring process may also lead to file loss. Sometimes when System Restore is failed, it may lead to loss of important
      files as well.

    Kindly let us know if you need any further assistance, we are glad to assist you.
     
    Abdul_Malik, Nov 23, 2015
    #3
  4. ARC1020 Win User

    Default Apps won't open or re-install, No Store App since......

    The exact same thing just happened to me after I tried removing and re-installing the Mail app after the Mail live tile froze.

    For me, I was unable to get rid of the "@{Microsoft..." apps from 'Other' and like you no apps would run (just a blue app screen with the @{Microsoft. names before closing again).

    I just re-installed Windows 10 from a 10586 ISO I already had burnt to DVD. Maybe a bit of a sledge hammer approach, but I figured that was quicker than messing around with it and just done something else for an hour whilst it re-installed Windows. NB: Using 'Keep Personal Files, Apps and Windows Settings' is fine when it asks what you want to keep. It will still put the apps back to normal, you don't need to do a full on wipe. [/quote]
     
    ARC1020, Nov 23, 2015
    #4
  5. I've tried running the command in admin Powershell (Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}) and I am getting the following error messages about the version already installed is higher, Could this be something to do with the Threshold 2 update, is there another command I need to use, please find a copy of the powershell text:-

    Windows PowerShell
    Copyright (C) 2015 Microsoft Corporation. All rights reserved.
    PS C:\WINDOWS\system32> Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.Ins
    tallLocation)\AppXManifest.xml"}
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D06, The package could not be installed because a higher
    version of this package is already installed.
    Windows cannot install package Microsoft.NET.Native.Runtime.1.1_1.1.23118.0_x86__8wekyb3d8bbwe because it has version
    1.1.23118.0. A higher version 1.1.23406.0 of this package is already installed.
    NOTE: For additional information, look for [ActivityId] 95c4ba86-2706-0002-58da-c4950627d101 in the Event Log or use
    the command line Get-AppxLog -ActivityID 95c4ba86-2706-0002-58da-c4950627d101
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D06, The package could not be installed because a higher
    version of this package is already installed.
    Windows cannot install package Microsoft.NET.Native.Runtime.1.1_1.1.23118.0_x64__8wekyb3d8bbwe because it has version
    1.1.23118.0. A higher version 1.1.23406.0 of this package is already installed.
    NOTE: For additional information, look for [ActivityId] 95c4ba86-2706-0002-65da-c4950627d101 in the Event Log or use
    the command line Get-AppxLog -ActivityID 95c4ba86-2706-0002-65da-c4950627d101
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
    Merge Failure : error 0x80070003 : Cannot register the
    Microsoft.MicrosoftSolitaireCollection_3.5.11021.0_x64__8wekyb3d8bbwe package because there was a merge failure with
    the following file: C:\Program Files\WindowsApps\Microsoft.MicrosoftSolitaireCollection_3.5.11021.0_neutral_split.scale
    -100_8wekyb3d8bbwe\resources.pri
    NOTE: For additional information, look for [ActivityId] 95c4ba86-2706-0000-7bdc-c4950627d101 in the Event Log or use
    the command line Get-AppxLog -ActivityID 95c4ba86-2706-0000-7bdc-c4950627d101
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
    Merge Failure : error 0x80070003 : Cannot register the Microsoft.People_10.0.3030.0_x64__8wekyb3d8bbwe package because
    there was a merge failure with the following file: C:\Program
    Files\WindowsApps\Microsoft.People_10.0.3030.0_neutral_split.scale-100_8wekyb3d8bbwe\resources.pri
    NOTE: For additional information, look for [ActivityId] 95c4ba86-2706-0001-2cdf-c4950627d101 in the Event Log or use
    the command line Get-AppxLog -ActivityID 95c4ba86-2706-0001-2cdf-c4950627d101
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
    Merge Failure : error 0x80070003 : Cannot register the Microsoft.WindowsCalculator_10.1510.13020.0_x64__8wekyb3d8bbwe
    package because there was a merge failure with the following file: C:\Program
    Files\WindowsApps\Microsoft.WindowsCalculator_10.1510.13020.0_neutral_split.scale-100_8wekyb3d8bbwe\resources.pri
    NOTE: For additional information, look for [ActivityId] 95c4ba86-2706-0000-a4e5-c4950627d101 in the Event Log or use
    the command line Get-AppxLog -ActivityID 95c4ba86-2706-0000-a4e5-c4950627d101
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
    Merge Failure : error 0x80070003 : Cannot register the Microsoft.WindowsDVDPlayer_3.6.13291.0_x64__8wekyb3d8bbwe
    package because there was a merge failure with the following file: C:\Program
    Files\WindowsApps\Microsoft.WindowsDVDPlayer_3.6.13291.0_neutral_resources.scale-150_8wekyb3d8bbwe\resources.pri
    NOTE: For additional information, look for [ActivityId] 95c4ba86-2706-0001-47e7-c4950627d101 in the Event Log or use
    the command line Get-AppxLog -ActivityID 95c4ba86-2706-0001-47e7-c4950627d101
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
    Merge Failure : error 0x80070003 : Cannot register the
    TripAdvisorLLC.TripAdvisorHotelsFlightsRestaurants_1.3.0.0_x64__qj0v5chwq8f2g package because there was a merge
    failure with the following file: C:\Program Files\WindowsApps\TripAdvisorLLC.TripAdvisorHotelsFlightsRestaurants_1.3.0.
    0_neutral_split.scale-100_qj0v5chwq8f2g\resources.pri
    NOTE: For additional information, look for [ActivityId] 95c4ba86-2706-0002-68f8-c4950627d101 in the Event Log or use
    the command line Get-AppxLog -ActivityID 95c4ba86-2706-0002-68f8-c4950627d101
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it
    modifies are currently in use.
    error 0x80004004: Unable to install because the following apps need to be closed
    Microsoft.Windows.Cortana_cw5n1h2txyewy!CortanaUI
    Microsoft.Windows.Cortana_cw5n1h2txyewy!ppleae38af2e007f4358a809ac99a64a67c1.
    NOTE: For additional information, look for [ActivityId] 95c4ba86-2706-0002-ca01-c5950627d101 in the Event Log or use
    the command line Get-AppxLog -ActivityID 95c4ba86-2706-0002-ca01-c5950627d101
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], Exception
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
    Merge Failure : error 0x80070003 : Cannot register the Microsoft.CommsPhone_1.10.23004.0_x64__8wekyb3d8bbwe package
    because there was a merge failure with the following file: C:\Program
    Files\WindowsApps\Microsoft.CommsPhone_1.10.23004.0_neutral_split.scale-100_8wekyb3d8bbwe\resources.pri
    NOTE: For additional information, look for [ActivityId] 95c4ba86-2706-0001-e70c-c5950627d101 in the Event Log or use
    the command line Get-AppxLog -ActivityID 95c4ba86-2706-0001-e70c-c5950627d101
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
    Merge Failure : error 0x80070003 : Cannot register the Microsoft.WindowsMaps_4.1511.3161.0_x64__8wekyb3d8bbwe package
    because there was a merge failure with the following file: C:\Program
    Files\WindowsApps\Microsoft.WindowsMaps_4.1511.3161.0_neutral_split.scale-100_8wekyb3d8bbwe\resources.pri
    NOTE: For additional information, look for [ActivityId] 95c4ba86-2706-0002-e70d-c5950627d101 in the Event Log or use
    the command line Get-AppxLog -ActivityID 95c4ba86-2706-0002-e70d-c5950627d101
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
    Merge Failure : error 0x80070003 : Cannot register the Microsoft.BingTranslator_4.1.0.0_x64__8wekyb3d8bbwe package
    because there was a merge failure with the following file: C:\Program
    Files\WindowsApps\Microsoft.BingTranslator_4.1.0.0_neutral_split.scale-100_8wekyb3d8bbwe\resources.pri
    NOTE: For additional information, look for [ActivityId] 95c4ba86-2706-0003-e513-c5950627d101 in the Event Log or use
    the command line Get-AppxLog -ActivityID 95c4ba86-2706-0003-e513-c5950627d101
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
    Merge Failure : error 0x80070003 : Cannot register the Microsoft.WindowsAlarms_10.1511.64020.0_x64__8wekyb3d8bbwe
    package because there was a merge failure with the following file: C:\Program
    Files\WindowsApps\Microsoft.WindowsAlarms_10.1511.64020.0_neutral_split.scale-100_8wekyb3d8bbwe\resources.pri
    NOTE: For additional information, look for [ActivityId] 95c4ba86-2706-0002-141b-c5950627d101 in the Event Log or use
    the command line Get-AppxLog -ActivityID 95c4ba86-2706-0002-141b-c5950627d101
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
    Merge Failure : error 0x80070003 : Cannot register the Microsoft.Messaging_1.11.13005.0_x86__8wekyb3d8bbwe package
    because there was a merge failure with the following file: C:\Program
    Files\WindowsApps\Microsoft.Messaging_1.11.13005.0_neutral_split.scale-100_8wekyb3d8bbwe\resources.pri
    NOTE: For additional information, look for [ActivityId] 95c4ba86-2706-0002-5a1b-c5950627d101 in the Event Log or use
    the command line Get-AppxLog -ActivityID 95c4ba86-2706-0002-5a1b-c5950627d101
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
    Merge Failure : error 0x80070003 : Cannot register the Microsoft.ZuneVideo_3.6.15361.0_x64__8wekyb3d8bbwe package
    because there was a merge failure with the following file: C:\Program
    Files\WindowsApps\Microsoft.ZuneVideo_3.6.15361.0_neutral_resources.scale-150_8wekyb3d8bbwe\resources.pri
    NOTE: For additional information, look for [ActivityId] 95c4ba86-2706-0002-6d1e-c5950627d101 in the Event Log or use
    the command line Get-AppxLog -ActivityID 95c4ba86-2706-0002-6d1e-c5950627d101
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
    Merge Failure : error 0x80070003 : Cannot register the Microsoft.WindowsStore_2015.23.23.0_x64__8wekyb3d8bbwe package
    because there was a merge failure with the following file: C:\Program
    Files\WindowsApps\Microsoft.WindowsStore_2015.23.23.0_neutral_split.scale-100_8wekyb3d8bbwe\resources.pri
    NOTE: For additional information, look for [ActivityId] 95c4ba86-2706-0000-b426-c5950627d101 in the Event Log or use
    the command line Get-AppxLog -ActivityID 95c4ba86-2706-0000-b426-c5950627d101
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
    Merge Failure : error 0x80070003 : Cannot register the Microsoft.Windows.Photos_15.1118.12010.0_x64__8wekyb3d8bbwe
    package because there was a merge failure with the following file: C:\Program
    Files\WindowsApps\Microsoft.Windows.Photos_15.1118.12010.0_neutral_split.scale-100_8wekyb3d8bbwe\resources.pri
    NOTE: For additional information, look for [ActivityId] 95c4ba86-2706-0000-692b-c5950627d101 in the Event Log or use
    the command line Get-AppxLog -ActivityID 95c4ba86-2706-0000-692b-c5950627d101
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
    Merge Failure : error 0x80070003 : Cannot register the Microsoft.Messaging_1.11.19004.0_x86__8wekyb3d8bbwe package
    because there was a merge failure with the following file: C:\Program
    Files\WindowsApps\Microsoft.Messaging_1.11.13005.0_neutral_split.scale-100_8wekyb3d8bbwe\resources.pri
    NOTE: For additional information, look for [ActivityId] 95c4ba86-2706-0000-1632-c5950627d101 in the Event Log or use
    the command line Get-AppxLog -ActivityID 95c4ba86-2706-0000-1632-c5950627d101
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
    Merge Failure : error 0x80070003 : Cannot register the Microsoft.Windows.Photos_15.1120.13270.0_x64__8wekyb3d8bbwe
    package because there was a merge failure with the following file: C:\Program
    Files\WindowsApps\Microsoft.Windows.Photos_15.1118.12010.0_neutral_split.scale-100_8wekyb3d8bbwe\resources.pri
    NOTE: For additional information, look for [ActivityId] 95c4ba86-2706-0002-a633-c5950627d101 in the Event Log or use
    the command line Get-AppxLog -ActivityID 95c4ba86-2706-0002-a633-c5950627d101
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    PS C:\WINDOWS\system32>
     
    tonymarcus, Nov 24, 2015
    #5
  6. Grin Win User
    I tried to do this but I ended up with a directory error - I'm guessing that it's because I upgraded from Win 7 Pro. Running the Powershell command (as admin) that Tonymarcus posted above (#3) gives me the exact same message.

    If nobody has found a workaround by Friday, I'll be using my recovery USB to create a clean install. [/quote] L: My Computer
    Default Apps won't open or re-install, No Store App since...... [​IMG]
    You need to have JavaScript enabled so that you can use this ... Computer Type: PC/Desktop
    System Manufacturer/Model Number: self-built
    OS: Windows 10 Pro x64
    CPU: intel i7-930
    Motherboard: ASUS p6td-deluxe
    Memory: 12 GB DDR3
    Graphics Card: 2x EVGA GTX-660 SLI
    Sound Card: Asus Xonar DX2
    Monitor(s) Displays: Samsung T260HD
    Screen Resolution: 1920 x 1200
    Keyboard: Logitech G19
    Mouse: Logitech Trackman
    PSU: Enermax Galaxy 1000
    Case: Antec 900
    Hard Drives: 2 x 1 TB WD black 2 x 500 GB WD

    Default Apps won't open or re-install, No Store App since...... [​IMG]

    Default Apps won't open or re-install, No Store App since...... [​IMG]
    Quote

    [*]
    tonymarcus Member Posts : 49 Windows 10 Pro 64 bit
    Default Apps won't open or re-install, No Store App since...... [​IMG]
    New[/b] 24 Nov 2015 #5
    L: My Computer
    Default Apps won't open or re-install, No Store App since...... [​IMG]
    You need to have JavaScript enabled so that you can use this ... Computer Type: PC/Desktop
    System Manufacturer/Model Number: Home Built
    OS: Windows 10 Pro 64 bit
    CPU: Intel Core 2 Quad Q9450 2.66Ghz
    Motherboard: Gigabyte GA-EX38-DS5
    Memory: XMS2 8GB DDR2 PC2-8500
    Graphics Card: Gigabyte GeForce GTX 660 2GB PCI-Express 3.0 HDMI O
    Monitor(s) Displays: Liyama Prolite XB2779QS
    Keyboard: Logitech K800
    Mouse: Logitech MX Performance Mouse
    PSU: Corsair HX750i
    Case: Antec P182
    Cooling: Zalman 9700NT
    Hard Drives: SAMSUNG SSD 840 Pro Series 512GB Samsung Spinpoint F1 750GB x2

    Default Apps won't open or re-install, No Store App since...... [​IMG]

    Default Apps won't open or re-install, No Store App since...... [​IMG]
    Quote

    [*]
    Junior Member Posts : 3 Windows 10 Pro x64 New[/b] 24 Nov 2015 #6
    L: My Computer
    Default Apps won't open or re-install, No Store App since...... [​IMG]
    You need to have JavaScript enabled so that you can use this ... Computer Type: PC/Desktop
    System Manufacturer/Model Number: self-built
    OS: Windows 10 Pro x64
    CPU: intel i7-930
    Motherboard: ASUS p6td-deluxe
    Memory: 12 GB DDR3
    Graphics Card: 2x EVGA GTX-660 SLI
    Sound Card: Asus Xonar DX2
    Monitor(s) Displays: Samsung T260HD
    Screen Resolution: 1920 x 1200
    Keyboard: Logitech G19
    Mouse: Logitech Trackman
    PSU: Enermax Galaxy 1000
    Case: Antec 900
    Hard Drives: 2 x 1 TB WD black 2 x 500 GB WD

    Default Apps won't open or re-install, No Store App since...... [​IMG]

    Default Apps won't open or re-install, No Store App since...... [​IMG]
    Quote

    [*]
    tonymarcus Member Posts : 49 Windows 10 Pro 64 bit
    Default Apps won't open or re-install, No Store App since...... [​IMG]
    New[/b] 25 Nov 2015 #7
    L: My Computer
    Default Apps won't open or re-install, No Store App since...... [​IMG]
    You need to have JavaScript enabled so that you can use this ... Computer Type: PC/Desktop
    System Manufacturer/Model Number: Home Built
    OS: Windows 10 Pro 64 bit
    CPU: Intel Core 2 Quad Q9450 2.66Ghz
    Motherboard: Gigabyte GA-EX38-DS5
    Memory: XMS2 8GB DDR2 PC2-8500
    Graphics Card: Gigabyte GeForce GTX 660 2GB PCI-Express 3.0 HDMI O
    Monitor(s) Displays: Liyama Prolite XB2779QS
    Keyboard: Logitech K800
    Mouse: Logitech MX Performance Mouse
    PSU: Corsair HX750i
    Case: Antec P182
    Cooling: Zalman 9700NT
    Hard Drives: SAMSUNG SSD 840 Pro Series 512GB Samsung Spinpoint F1 750GB x2

    Default Apps won't open or re-install, No Store App since...... [​IMG]

    Default Apps won't open or re-install, No Store App since...... [​IMG]
    Quote

    [*]
    [*]
    lx07 User Posts : 4,473 10 Pro New[/b] 25 Nov 2015 #8
    L: My Computer
    Default Apps won't open or re-install, No Store App since...... [​IMG]
    You need to have JavaScript enabled so that you can use this ... Computer Type: Laptop
    System Manufacturer/Model Number: Apple
    OS: 10 Pro
    CPU: i5
    Memory: 8GB
    Graphics Card: Intel 4000
    Monitor(s) Displays: 13"
    Screen Resolution: 2560x1600

    Default Apps won't open or re-install, No Store App since...... [​IMG]

    Default Apps won't open or re-install, No Store App since...... [​IMG]
    Quote

    [*]
    GRAVITYFAILS Junior Member Posts : 1 win 10 New[/b] 25 Nov 2015 #9 My solution
    L: My Computer
    Default Apps won't open or re-install, No Store App since...... [​IMG]
    You need to have JavaScript enabled so that you can use this ... Computer Type: PC/Desktop
    OS: win 10

    Default Apps won't open or re-install, No Store App since...... [​IMG]

    Default Apps won't open or re-install, No Store App since...... [​IMG]
    Quote

    [*]
    Junior Member Posts : 3 Windows 10 Pro x64 New[/b] 25 Nov 2015 #10
     
  7. Try these suggestions I got from a similar post on the Microsoft forums:-

    Method 1: I would suggest you to run the below Windows Store apps troubleshooter and check if it helps.
    http://windows.microsoft.com/en-us/w...r-windows-apps
    If the issues still persist, refer to the below method.

    Method 2: I suggest you to reset the Windows Store component and check if it helps.
    1. Press Windows Key and R Key.
    2. Type “wsreset.exe” without the quotes and hit on Enter Key.
    If the issues still persist, refer to the below method.

    Method 3: I would suggest you refer to the suggestion provided by Rohit Siddegowda replied on October 9, 2015 in the below link and check if it helps.
    http://answers.microsoft.com/en-us/w...=1444412432933


     
    tonymarcus, Nov 24, 2015
    #7
  8. Grin Win User

    Default Apps won't open or re-install, No Store App since......

    Thanks Tony, I had already tried Method 1 and 2 before coming here.
    Method 3 does restore the missing icons from the apps that don't show up under Other>@Microsoft<AppName but does not restore the missing apps.

    The wsreset gives the message "You'll need a new app to open this MS-Microsoft Store".

    I've had great success at work upgrading from both Windows 7 and 8.1 Pro to Win 10 Pro / Enterprise without any problems at all. Out of 21 computers, my home machine is the only one that has given me problems.

    edit: More info

    I created another user, gave them administrative rights and then logged on as that user. There were several apps that showed "A great app is on the way" and "Pending". A search through available apps showed that the Store, Xbox games, Mail, and PinballFX2 are all missing. Weather, News, Sports, Twitter, and most of the LIve tiles are all working. I fear that in my case, I'm going to have to go through with the clean installation. *Sad
     
  9. Microsoft support are helping me on this thread http://answers.microsoft.com/en-us/w...e-be5d3efe67ac so it might be worth holding on a while, you could chip in the thread with your experience then they might bloody do some about all this start menu problems

     
    tonymarcus, Nov 24, 2015
    #9
  10. lx07 Win User
  11. It took me many days and hours to try and resolve the problems I was having with the apps.
    I tried numerous “solutions” in various forums, all to no avail.
    There was no way I was going to do a clean install, as I have far too many programs that would require re-installing.

    I got various results using Powershell Commands and using WSReset.exe. - SFC /Scannow etc. None of them gave me a totally working solution. Access to “Store” and some other apps was never achieved.
    After many failed attempts I finally resolved my issues.

    Here is what I did:
    I took ownership of C:\Program Files\WindowsApps and renamed it WindowsAppsold. The reason for renaming was in case I required to reverting it to its original name and it was too risky to just delete it.
    I then ran WSReset.exe. (not sure if it was actually required, but it gave me the same error message that I’d seen numerous times, whilst trying various repair options. The error message was "You'll need a new app to open this MS-Microsoft Store".

    I then disconnected my internet connection and disabled protection on my Norton Internet Security
    Next I did an in place upgrade using a previously downloaded Win 10 ISO file for build 10586. This was run from within Windows and not from USB or disk.
    I chose to keep all apps and files. Chose not to install updates and unchecked the other box.
    After the in place re-install, I restored N.I.S. and my Internet connection.
    The end result was: All the apps came back and I have a working Store too. J
    The restore had created a new C:\Program Files\”WindowsApps” folder.
    The renamed one still remains and I’ll delete it once I’m content that everything remains working okay.

    I cannot guarantee this will work for everybody having the same issues, but it was the only one that worked for me.
    After doing an update (Cumulative Update for Windows 10 Version 1511 for x64-based Systems (KB3120677)), the Store Icon developed an exclamation mark and I thought “here we go again”, but on clicking it, the store opened okay and the mark disappeared afterwards.

    I've no idea why I started getting problems with the Apss. I can only think of a few possible causes. It was either the Windows Update or my use CCleaner to clean up registry files.

    Good luck if you try this and I hope it works for everyone else having the same issues.
     
    GRAVITYFAILS, Nov 24, 2015
    #11
  12. Grin Win User
    Great Minds... I did almost the same thing last night GravityFails, renamed the WindowsApp folder to Old_WindowsApps after taking ownership (we had to do this on a Windows 8.1 installation that had trouble so I thought I'd try it on Win 10). I did not disable my AV, nor disconnect from the internet. When I booted from my Windows 10 Pro ISO, the only option that was selectable was Clean Install.

    Feeling very frustrated I then decided to try to roll back to Windows 7, clean it up, and then try the Windows 10 upgrade again after the next patch. "Windows cannot proceed because there is a file missing..." (paraphrased). I still have the 3 folders - Windows.old, BT and WS. It is just under 3 weeks since I finally upgraded. The Microsoft forums have several posts regarding this issue.

    So, I checked I had copied my documents, exported my mail, and had all the drivers I had collected to work with Windows 10 ready on my spare drive and plugged in the RECOVERY USB. I was going to try a reset and see if that would finally fix my machine - so I selected Keep my files and settings, and off we went.

    At 15% the program terminated with the message that there was an error in my Recovery Files and went to the Troubleshoot Bluescreen.
    The only option that was selectable for me here was Power Off this Computer.
    Upon reboot, lucky me, I get a "No Operating System Found" Error. I cry with sad *cry for now I think I'll have to Reinstall Windows 7 Pro from my OEM disk, (and hopefully be able to activate it again) and then try the upgrade. I have the 1511 Upgrade disk sitting on my desk, and an Windows 10 Pro build 15 ISO dvd as well, but I'm not sure I can install from those and re-use my win 7 activation code. I'll be attempting to contact Microsoft today to see what my options are.

    I'm an IT Professional and I have to slap myself silly for not following the advice I preach at work on my home environment.... I should have taken a backup after the Windows 10 Upgrade was finished - or at least created a restore point. I should have tried to see if there was a way to verify the Recovery USB was not corrupted (it did show FAT32 and has the demonstrated directory/file structure - so not sure how to test that).
    I'm using Windows 10 Enterprise at work, so far I have upgraded 20 machines here to both Pro and Enterprise without a single hitch, and everyone here, myself included, are liking Win 10, it's ironic that it was my home machine (lucky 21) that decided to slap me upside with problems...*Rolleyes
     
  13. john0452 Win User

    Default Apps won't open or re-install, No Store App since......

    Thanks GRAVITYFAILS!!!

    Tried everything, all the tools and various powershell commands.

    Renamed WindowsApps folder to WindowsAppsOLD and did an in-place upgrade and everything is now working perfectly.

    Still got all my installed programs and games and a working app store, you saved me a heap of time! *Biggrin

    I've since deleted the WindowsAppsOLD folder, all good. *Smile
     
    john0452, Dec 8, 2015
    #13
  14. davidhk Win User
    Interesting.
    I have to file this for future reference.
    Thank you.
     
    davidhk, Dec 8, 2015
    #14
  15. TMAN Win User
    Same here! I tried every dang fix I could find. I was hesitant to do a reinstall of windows because I have spent a great deal of time getting my new PC setup. I downloaded the media creation tool from Microsoft, burned an ISO disc, mounted it and did an in place repair opting to keep all my files and apps. ALL GOOD! I didn't do anything else, just the reinstall.

    I was having multiple issues and this fixed them all. Thank you gravityfails..

     
Thema:

Default Apps won't open or re-install, No Store App since......

Loading...
  1. Default Apps won't open or re-install, No Store App since...... - Similar Threads - Default Apps won't

  2. App installed but won't open

    in Windows 10 Software and Apps
    App installed but won't open: I'm getting the message that "we couldn't verify and install this app because it is not available in the Microsoft store" - even though I have set "choose where to get apps" to "anywhere". The app is a Windows 10 printer app and I want to see if it will run on Windows 11. It...
  3. Task bar won't re-open apps.

    in Windows 10 Gaming
    Task bar won't re-open apps.: I'm having a problem with certain apps on Windows 10. When I open apps like Clock, OneNote, and Settings system app by the looks of it for the first time, they work fine. But if I minimize them, I can't get them back. Clicking the taskbar icon or using Alt+Tab does nothing...
  4. Task bar won't re-open apps.

    in Windows 10 Software and Apps
    Task bar won't re-open apps.: I'm having a problem with certain apps on Windows 10. When I open apps like Clock, OneNote, and Settings system app by the looks of it for the first time, they work fine. But if I minimize them, I can't get them back. Clicking the taskbar icon or using Alt+Tab does nothing...
  5. Calendar won't open after Mail App re-installed

    in Windows 10 Gaming
    Calendar won't open after Mail App re-installed: HP Smart Friend tech support advised me today that I needed to contact Microsoft about a problem with Windows Mail 10 and Calendar, as they have been getting many calls re problems with this app in the past two days. HP tech support did a reset of the app. When that didn't...
  6. Calendar won't open after Mail App re-installed

    in Windows 10 Software and Apps
    Calendar won't open after Mail App re-installed: HP Smart Friend tech support advised me today that I needed to contact Microsoft about a problem with Windows Mail 10 and Calendar, as they have been getting many calls re problems with this app in the past two days. HP tech support did a reset of the app. When that didn't...
  7. Default Microsoft apps won't install.

    in Windows 10 BSOD Crashes and Debugging
    Default Microsoft apps won't install.: Hello so I've been getting this problem after I've attempted to fix the right click issue from my old profile which never got fixed and deleted the profile and decided to go to the main one, however the main profile has some of the default apps somewhat "uninstalled" and is...
  8. Default windows apps won't open

    in Microsoft Windows 10 Store
    Default windows apps won't open: Hello, I recently did a soft reset on my desktop to keep my files and after I was unable to open the Microsoft store, Xbox app, calendar, calculator and other default apps. The apps become grayed out with a black bar below them. I've tried multiple terminal commands to reset...
  9. Microsoft apps and Store won't open and won't install

    in Windows 10 Software and Apps
    Microsoft apps and Store won't open and won't install: Hey guys, 2/3 days ago I resetted my msi laptop, but after the reset I can't open Microsoft apps anymore, like the calculator, photos, alarms & clock, weather, Microsoft store, etc. (Microsoft edge works just fine tho) I already tried numerous 'solutions' from these pages:...
  10. My default apps won't open???

    in Windows 10 Drivers and Hardware
    My default apps won't open???: Okay so i tried to open my Mail but it said "explorer.exe Class not registered" and so i thought there was a bugs i tried to troubleshoot my computer (i'm running windows 10) so it can fix bugs nut my settings wont open either! i thought maybe it had to do with internet...