Script to Force Update from WSUS
...wuauserv
Echo 2. Deletes the LastWaitTimeout registry key (if it exists
Echo 3. Deletes the DetectionStartTime registry key (if it exists
Echo 4. Deletes the NextDetectionTime registry key (if it exists
Echo 5. Restart the Automatic Updates Service (wuauserv
Echo 6. Force the detection
Pause
echo on
net stop wuauserv
REG DELETE...



