[FIXED] ERROR CODE 0x80073CFA | How to Fix 0x80073CFA Removal Failed Problem (2024)
Here's how to fix error 0x80073cfa. This error is searched as 0x80073cfa removal failed and how to fix error code 0x80073fa in windows 10/11. In this video I showed you how to fix Microsoft Store error 0x80073cf3.
Video Parts:
00:00 Info & Intro
00:15 1. Solution
00:58 2. Solution
02:24 3. Solution
02:55 4. Solution
03:27 Ending & Outro
PowerShell codes:
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
Regedit location:
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\AppXSvc
CMD codes:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
I hope one of these solutions solves your problem. If these solutions worked for you, you can like the video and subscribe to the channel. Take care to see you next time.