This is normally done using CMD. Perform a System File Checker(SFC) and Deployment Image Servicing and Management(DISM) Scans.These are meant to resolve persistent windows updates errors due to problems with windows installation. Follow the process below
On you windows 10 press Windows Key+S to search->Type command prompt (CMD) ->
Right click on Command Prompt icon-> click Run as Administrator.
Inside Command Prompt, type sfc/scannow , then press Enter to execute the command.The process will locate and repair corrupted files. Be patient and wait for the process to complete then type DISM.exe /Online /Cleanup-image /Restorehealth /.