You must run this command with RUN AS administrator CMD / PS1
net stop wuauserv
reg Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v PingID /f
reg Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v AccountDomainSid /f
reg Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientId /f
reg Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientIDValidation /f
net start wuauserv
wuauclt.exe /resetauthorization /detectnow
If the problem still and agent not report you must do the following steps:
Run built-in Windows Troubleshooter from the command line
———————————————————————————–
Open CMD (Run as Administrator)
msdt.exe /id WindowsUpdateDiagnostic
Delete Software Distribution
————————————–
1. open CMD (Run as Administrator)
2. net stop wuauserv
3. net stop bits
4. net stop cryptsvc (Cryptographic Services)
5. Rename C:\Windows\SoftwareDistribution > SoftwareDistribution.bak
6. Rename C:\Windows\system32\catroot2 > catroot2.bak
Back to CMD:
7. net start wuauserv
8. net start bits
9. Restart the computer and check for updates again.