How to Fix Error Code 0x80073CFA When Uninstalling Apps on Windows PC (2024)
Error Code 0x80073CFA occurs when you try to uninstall apps, often due to corrupted files or insufficient permissions. To resolve it, start by restarting your PC and ensuring the app isn’t running in the background.
PowerShell Command:
takeown /F "C:\Program Files\WindowsApps\Microsoft.WindowsAppRuntime.1.6_6000.311.13.0_x64__8wekyb3d8bbwe\WindowsAppRuntime.DeploymentExtensions.OneCore.dll"
icacls "C:\Program Files\WindowsApps\Microsoft.WindowsAppRuntime.1.6_6000.311.13.0_x64__8wekyb3d8bbwe\WindowsAppRuntime.DeploymentExtensions.OneCore.dll" /grant Administrators:F
del "C:\Program Files\WindowsApps\Microsoft.WindowsAppRuntime.1.6_6000.311.13.0_x64__8wekyb3d8bbwe\WindowsAppRuntime.DeploymentExtensions.OneCore.dll"
takeown /F "C:\Program Files\WindowsApps\Microsoft.WindowsAppRuntime.1.6_6000.311.13.0_x86__8wekyb3d8bbwe\WindowsAppRuntime.DeploymentExtensions.OneCore.dll"
icacls "C:\Program Files\WindowsApps\Microsoft.WindowsAppRuntime.1.6_6000.311.13.0_x86__8wekyb3d8bbwe\WindowsAppRuntime.DeploymentExtensions.OneCore.dll" /grant Administrators:F
del "C:\Program Files\WindowsApps\Microsoft.WindowsAppRuntime.1.6_6000.311.13.0_x86__8wekyb3d8bbwe\WindowsAppRuntime.DeploymentExtensions.OneCore.dll"
Get-AppxPackage WinAppRuntime.Main.1.6 -AllUsers | Where { $_.Version -eq '6000.311.13.0' } | Remove-AppxPackage -AllUsers
Get-AppxPackage MicrosoftCorporationII.WinAppRuntime.Singleton -AllUsers | Where { $_.Version -eq '6000.311.13.0' } | Remove-AppxPackage -AllUsers
Get-AppxPackage Microsoft.WinAppRuntime.DDLM -AllUsers | Where { $_.Version -eq '6000.311.13.0' } | Remove-AppxPackage -AllUsers
Get-Appxpackage WindowsAppRuntime.1.6 -AllUsers | Where { $_.Version -eq '6000.311.13.0' } | Remove-AppxPackage -AllUsers
Registry Path:
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\AppXSvc
CMD Command:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
00:00 Intro
00:12 Method 1
01:06 Method 2
02:14 Method 3
02:35 Method 4
In This Video:
Suddenly getting Error Code 0x80073cfa windows 10
Unable to uninstall games (code: 0x80073cFa )
Can't delete game from MS Store (Error 0x80073cfa)
Cannot uninstall windows store apps error code 0x80073cfa
Error Code 0x80073cfa
Game pass games Error Code 0x80073cfa
Error Code 0x80073cfa when trying to uninstall apps
Thank you for watching our channel! We hope you found the content informative and enjoyable. Don't forget to subscribe to our channel to stay updated on all our latest videos. By subscribing, you will be notified whenever we upload new content related to your interests. Your support means a lot to us and helps us to continue creating valuable and engaging videos. Thank you again, and we look forward to bringing you more great content in the future!
#WindowsErrorFix #AppUninstallIssue #PCErrorSolution