Delete microsoft dayton

0

I am trying to remove a package in windows 10 but receive the following error. I have spent some time searching on the internet but none of them have the same error as me. Please advise.

Solution posted here does not work my IsInbox is already 0 Unable to uninstall Universal Apps through PowerShell

PS C:\WINDOWS\system32> remove-appxpackage Microsoft.Dayton.f074ae31c9_1.3160.34.2_x64__8wekyb3d8bbwe
remove-appxpackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x0: Reading manifest from location: AppxManifest.xml failed with error: The operation completed successfully.
.
NOTE: For additional information, look for [ActivityId] 1af2746e-664b-0006-4fcc-f21a4b66d501 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 1af2746e-664b-0006-4fcc-f21a4b66d501
At line:1 char:1
+ remove-appxpackage Microsoft.Dayton.f074ae31c9_1.3160.34.2_x64__8weky ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (Microsoft.Dayto...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
windows-10
powershell
windows-store-app
asked on Super User Sep 8, 2019 by Kong

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0