net stop wuauserv
net stop bits
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v NextDetectionTime /f
del %windir%\SoftwareDistribution\*.* /q/s
net start bits
net start wuauserv
wuauclt /detectnow
Friday, September 21, 2012
WSUS Wont download updates
Over the years of working with WSUS I have had some clients that just refuse to download and install updates. Eventually manually clearing out the BITS download cache and trying to resync they will eventually work. So I made a little script to do that for me.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment