Hello,Chingyu-k Yang
You can try the following steps:
1.To reset the update component and clean up the component residue, run CMD with administrator privileges and enter the following commands in order
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution\ SoftwareDistribution.old1
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
dism /online /cleanup-image /startcomponentcleanup
Reboot your device
2.To execute the System Repair command, in the search box on the taskbar, type Command Prompt, select Run as administrator, and then execute the following commands in sequence:
dism.exe /online /cleanup-image /restorehealth
sfc /scannow
Best Regards,
Chengxili