Windows Update Error Date/Time

From KlavoWiki
Revision as of 03:35, 8 September 2022 by David (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This only seems to be a problem with Corporate devices using WSUS. If it happens on a non corporate device just ensure the date/time is actually correct.

  • Close Windows Update GUI
net stop bits
net stop wuauserv
net stop cryptsvc

Delete the Windows Registry Folder:

HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate
net start bits
net start wuauserv   
net start cryptsvc
  • Open Windows Update GUI and try again.