Whenever I tried to update Media Player from Microsoft Store I always gets this error message:
Something went wrong. We're aware of the issue and working to fix it. Try Refreshing or come back later.
Code: 0x80070005
Next, I tried to download the application and try manual install: Microsoft.ZuneMusic_11.2501.9.0_neutral_~_8wekyb3d8bbwe.Msixbundle
Conventional install by double clicking get the same error:
App installation failed with error message: AppxManifest.xml(33,10): error 0x80070005: Cannot register the Microsoft.ZuneMusic_11.2501.9.0_x64__8wekyb3d8bbwe package because the following error was encountered while registering the windows.fileTypeAssociation extension: Access is denied.
. Try again and contact the package publisher if the problem persists. (0x80070005)
I already take some step to resolve the issue:
Resetting the registry permission using SubInACL.
Resetting the folder permission Microsoft.ZuneMusic_8wekyb3d8bbwe in: %LOCALAPPDATA%\Packages and %ALLUSERSPROFILE%\Packages.
Resetting Microsoft Store.
Update Windows, Drivers and everything to the latest version available. I am using Microsoft Windows 11 H24H2 and updates everything weekly.
Use SFC / Scannow. The Windows did not find anything wrong or any integrity violation
Perform Install In-Place. The problem still the same after trying to update via Microsoft Store.
The only available step and able to install correctly is using command:
DISM /Online /Add-ProvisionedAppxPackage /PackagePath:"«Path»\Microsoft.ZuneMusic_11.2501.9.0_neutral_~_8wekyb3d8bbwe.Msixbundle" /SkipLicense.
I do not like using command line to perform install of UWP for common app. The last method is troublesome as I had to look for the right file to download and install. I want to be able to directly update from Microsoft Store.
Do anyone have solution that I miss? Any solution is welcomed, but I DO NOT want a clean install!
Be noted I respect people that try to help by reading the message thoroughly first, then providing appropriate reply. Not all of us here is windows configuration illiterate, please understand this!