How To: Force WSUS Updates

| | No TrackBacks
When WSUS is set up, update time can be set as required; however, there may be cases when the process must be forced. An example of such a case is when WU is run for the first time.

Prior to changing settings, WU must be stopped. Open a command prompt (cmd.exe) and type the command
net stop wuauserv

Start registry editor, regedit (you are encouraged to make a backup of your registry first) and navigate to
HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update
and locate and delete the following keys:
LastWaitTimeout
DetectionStartTime
NextDetectionTime


Now return to the command prompt and restart the WU by typing
net start wuauserv
and the WU process will then contact the WSUS server and look for available updates.

Alternatively, type in command prompt
Wuauclt /detectnow

That forces WU to contact the WSUS server and find whatever updates are missing, with option to install them immediately.

No TrackBacks

TrackBack URL: /blog/mt-tb.cgi/57

blog comments powered by Disqus

About this Entry

This page contains a single entry by Konstantin Boyandin published on December 24, 2009 4:33 PM.

How To: Configure Windows Update Using GPO was the previous entry in this blog.

How To: Simplify Quota Management With Quota Templates is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.