Hi,
The error message System error 5 has occurred shows when you didn't run the Command Prompt as an administrator. To do this, follow these steps:
- Click Start.
- Type CMD.
- Right-click on it, then select Run as administrator.
Once you've open the elevated Command Prompt, type these commands one after another followed by Enter key:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
net stop AppIDSvc
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
net start AppIDSvc
Once done restart your PC and check if the issue is the same.
Let us know if you have other questions.