Anyone have this problem, the error code is 0x8007003 and 0x80073CF3. I tried windows update troubleshooter, delete SoftwareDistribution folder and restart wuauserv service.
Check AppXDeployment-Server/Operational eventlog for the exact cause, and also ensure that all VC++ libraries are correctly installed. Then restart bits, wuauserv, AppXSvc, WSService and ClipSvc services and try again
but the strangest thing is Microsoft.VCLibs.120.00_12.0.21005.1_x86__8wekyb3d8bbwe, Microsoft.VCLibs.120.00_12.0.21005.1_x64__8wekyb3d8bbwe and Microsoft.VCLibs.120.00_12.0.21005.1_arm__8wekyb3d8bbwe were present on my computer
Just checked Get-AppxPackage I can only found x86 and x64 package, I can't find the ARM package in Code: Name : Microsoft.VCLibs.120.00 Publisher : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US Architecture : X64 ResourceId : Version : 12.0.21005.1 PackageFullName : Microsoft.VCLibs.120.00_12.0.21005.1_x64__8wekyb3d8bbwe InstallLocation : C:\Program Files\WindowsApps\Microsoft.VCLibs.120.00_12.0.21005.1_x64__8wekyb3d8bbwe IsFramework : True PackageFamilyName : Microsoft.VCLibs.120.00_8wekyb3d8bbwe PublisherId : 8wekyb3d8bbwe IsResourcePackage : False IsBundle : False IsDevelopmentMode : False Name : Microsoft.VCLibs.120.00 Publisher : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US Architecture : X86 ResourceId : Version : 12.0.21005.1 PackageFullName : Microsoft.VCLibs.120.00_12.0.21005.1_x86__8wekyb3d8bbwe InstallLocation : C:\Program Files\WindowsApps\Microsoft.VCLibs.120.00_12.0.21005.1_x86__8wekyb3d8bbwe IsFramework : True PackageFamilyName : Microsoft.VCLibs.120.00_8wekyb3d8bbwe PublisherId : 8wekyb3d8bbwe IsResourcePackage : False IsBundle : False IsDevelopmentMode : False Update: None of these packaged were found when I try Get-AppxProvisionedPackage -Online Update 2: tried Remove-AppxPackage Microsoft.VCLibs.120.00_12.0.21005.1_arm__8wekyb3d8bbwe, it work perfectly