Software: Windows 7, 8 & 10 | Last modified on 2018-06-18
When attempting to install Windows Updates, error 0x8008008 or 8024410 occurs, stating that something went wrong with installing the updates. This error indicates that one of the required dll files is missing from the registry.
[Solution 1] Register the wups2.dll file
- Open the Command Prompt (Admin) or PowerShell (Admin).
- Execute Net stop wuauserv
- Execute Regsvr32 %windir%\system32\wups2.dll
- Execute Net start wuauserv
- Allow Windows Update to search for updates.