This Method should only be used if the above method fails to Help. Manually Resetting Windows update components requires you to run few Commands in Command Prompts. This is advance method.
Open Command Prompt as Admin again.
Type Following Commands one by one. Hit enter after each command.
- net stop wuauserv
- net stop cryptSvc
- net stop bits
- net stop msiserver
- ren C:Windows\SoftwareDistribution SoftwareDistribution.old
- ren C:Windows\System32\catroot2 Catroot2.old
- net start wuauserv
- net start cryptSvc
- net start bits
- net start msiserver
Remember you need to Hit Enter after each command for eg: Type net stop wuauserv and hit enter.
After Completing all the commands, Close the Command Prompt and do a
RESTART.