Hello. 涛 喻
You can try the following methods to install the patch
- Run the command dism /online /Get-Packages /Format:Table >c:\hotfix.txt to see if the patch has been installed. If there are patches with incorrect status (except for installed and superseded status), uninstall the patches and then restart with the following command: dism /online /remove-package /packagename: .
- To reset the update component and clean up the component residue, run CMD with administrator privileges and enter the following commands in sequence
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
- To execute the system repair commands, please type Command Prompt in the search box of the taskbar, select Run as Administrator, and then execute the following commands in order:
dism.exe /online /cleanup-image /restorehealth
sfc /scannow
Then try reinstalling the patch.
- If none of the above steps work, please provide me with more detailed information about the problem, such as error codes.
Sincerely
Chengxili