Microsoft store and built-in apps fail to start, reinstall nets " HRESULT: 0x80073D04, The signature is invalid"

Tim Peyton 96 Reputation points Microsoft Employee
2021-02-02T02:02:06.853+00:00

Hello, This one's been buggin' me for a little bit.
I try to start the windows apps, such as Weather, Alarms & Clock, and the Microsoft Store. I can click on them in the start menu all day, they fail to launch.
This is an issue that has followed me between installs, as in replace windows, keep files. Behavior is the same in a brand new profile.

  • Windows Store apps troubleshooter is unable to locate the problem.
  • I don't see Windows (Or Microsoft) Store in the Apps menu.
  • sfc /scannow does not find any integrity violations.
  • Running the following in Powershell: Get-AppXPackage WindowsStore -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} Add-AppxPackage : Deployment failed with HRESULT: 0x80073D04, The signature is invalid. To register in developer mode, AppxSignature.p7x and AppxBlockMap.xml must be valid or should not be present. error 0x80070005: Opening the package from location Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe failed. NOTE: For additional information, look for [ActivityId] 60d34f8e-f903-0005-505c-d36003f9d601 in the Event Log or use the command line Get-AppPackageLog -ActivityID 60d34f8e-f903-0005-505c-d36003f9d601 At line:1 char:53 + ... | 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

Any other ideas you think I should try? Thanks in advance. -Tim

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,701 questions
{count} votes

Accepted answer
  1. Tim Peyton 96 Reputation points Microsoft Employee
    2021-02-20T05:31:08.437+00:00

    I've found a better answer here, for those interested in how I got it.

    In an admin powershell: Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    This should bring back the store app itself.

    Get-AppXPackage -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    This should get all the built-in apps working again as well. Expect some error messages. I got quite a few, but none appear to have been showstoppers.

    https://www.winhelponline.com/blog/restore-windows-store-windows-10-uninstall-with-powershell/

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Cheong00 3,471 Reputation points
    2021-02-02T02:31:29.66+00:00

    There's someone claiming thread on a third party site solved his problem. You may want to check.


  2. Jenny Yan-MSFT 9,326 Reputation points
    2021-02-16T07:57:06.727+00:00

    Hi,
    Please check if the steps shared in below article would be helpful.
    Windows 10 apps not working – Download apps folder
    https://www.techtantri.com/windows-10-apps-not-working-download-apps-folder/

    Moreover, one user shared his experience when following above suggestion:
    68568-image.png

    ----------

    Hope this helps and please help to accept as Answer if the response is useful.

    Thanks,
    Jenny