[TECHNICAL SUPPORT] I cannot install Metro app on Windows 10 1507

Discussion in 'Windows 10' started by mrfoxesite4482, Apr 7, 2026.

  1. mrfoxesite4482

    mrfoxesite4482 MDL Novice

    Apr 8, 2023
    3
    0
    0
    Error code: 0x80073CFD.
    Add-appxpackage : Deployment failed with HRESULT: 0x80073CFD, A Prerequisite for an install could not be satisfied. Deployment Register Operation with target volume C: on package Microsoft.(package name)
    from: (AppManifest.xml) failed with error 0x80073CFD. See http: // go.microsoft.com/fwlink/?LinkId-235360 for help
    diagnosing app deployment issues.
    NOTE: For additional information, look for [ActivityId] 40669fea-c593-0001-e2a0-664093c5dc01 in the Event Log or use the command lineet-AppxLog ActivityID 40669fea-c593-0001-e2a0-664093c5dc01
    At line:1 char:1
    + add-appxpackage register-disabledevelopmentmode "C:\Program Files\W...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + Category Info: Not specified: (C:\Program File...ppxManifest.xml:String) [Add-AppxPackage], Exception
    + FullyqualifiederrorId: DeploymentError, Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    I use Hyper—V BTW and the virtual machines (VMs) are all Generation 2 VMs with Configuration version: 11 running on a host of Windows 11 Enterprise 23H2 (22631.6783)
    I am making Windows 10 1507 to look like Windows 8.1. Since the versions are quite similar, I was able to make most of Windows 10 1507 look like 8.1 without third party apps. But, I did have to install StartIsback for the Taskbar, Windhawk but Windhawk doesn't work well with Windows 10 1507 and Windows 8.1.

    For the Metro apps, I decided to copy all the apps from an iso. Most of the apps were in "Program Files"\WindowsApps. However, Windows Store, Camera and Photos are in the Windows folder so I replaced it with the Windows 10 RTM version as an alternative as I couldn't install the Windows 8.1 ones on Windows 10. Most metro apps installed. Except three. Microsoft.Help+Tips, Microsoft.BingMaps and Microsoft.XboxLIVE. To install the other apps along with these three, I placed the correct AppRepository files (C:\ProgramData\Microsoft\Windows\AppRepository) from a fresh Windows 8.1 to Windows 10 1507 install. All the apps except those three installed successfully and works perfectly.

    However, those three apps don't install. Does anyone know why? The AppRepository files for the apps that didn't get installed gets deleted when I try registering the package (add-appxpackage -register -disabledevelopmentmode "C:\Program Files\WindowsApps\*app*\AppxManifest.xml") to install the app. I replace the *app* with the actual app name in asteriks. The AppRepository .xml files get deleted and it errores out with the error shown at the start of the post. How to fix this issue? I have copied the AppRepository .xml files to the root (C:\) so that I don't need to copy from the 8.1 install and the 8.1 install can actually run alongside.

    Thank you for reading!