MISX
1 TopicAdd-AppxPackage -Register, 0x80073CF9, The manifest is not located in the package root directory.
As shown, I tried to install a package (loose files) using the command "Add-AppxPackage -Register", but it did not install successfully. HRESULT: 0x80073CF9, telling me that "The manifest is not located in the package in the root directory". And I'm sure that the AppxManifest.xml file is in the root of the package's folder. I s there a possible solution? OS Platform: Windows 11, Build 22623.1028, AMD64 The package I tried to install was Windows Parental Controls, which unfortunately is not pre-installed on the system I'm using, and I tried to fix it this way. If there is another way to restore to this feature, please let me know as well. Thank you. The solutions I've tried (none have fixed it). PowerShell Command Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”} in this post: https://answers.microsoft.com/en-us/windows/forum/all/windows-10-store-fails-with-0x80073cf9/b8ec2724-b087-4599-8651-0b35760962d6 sfc /scannow Dism /Online /Cleanup-Image /RestoreHealth Run WSReset.exe UPDATE: The content of AppxManifest.xml UPDATE: A event log I've found in Applications and Services Logs/Microsoft/Windows/AppXPackagingOM. Level Warning. I don't think it had anything to do with it, though.11KViews1like6Comments