There are cases where a client checks in with either Windows Update or a WSUS server and no updates are available. It only checks in once a day, so if you miss your window, you need to be able to recheck. Simply restarting the Automatic Updates services does not do this. You can run the following by hand, or in a bat file:
net stop "Automatic Updates"
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v NextDetectionTime /f
net start "Automatic Updates"
This should come out as only three lines, edit it in notepad if it doesn't.
-Dravor
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment