WSUS offline updater : Now includes Win 10

I'm planning on using it via a NAS. How would I use the RSS to update it?
Automatically? I have no idea. Which NAS (software)? I have a desktop newsreader for my RSS feeds, though RSS is largely out of favour in these days of social media. Try Googling '[your-nas-software] rss-feed automatic download'.

I update manually, unpacking the .zip to a network location, from where I run it and keep a USB stick current, as required. WSUS-OU doesn't have a high update rate.
 
Last edited:
I found my version of Xander's batch file. Just added an entry for Win 10. Save this batch file (any name you wish) in the ..wsusoffline\cmd\ folder and invoke it with scheduler to update the WSUS server files:

REM Vista
Call DownloadUpdates.cmd w60 glb /includedotnet /nocleanup /includewddefs /verify
Call DownloadUpdates.cmd w60-x64 glb /includedotnet /nocleanup /includewddefs /verify

REM Win7 / Server 2008
Call DownloadUpdates.cmd w61 glb /includedotnet /nocleanup /includewddefs /verify
Call DownloadUpdates.cmd w61-x64 glb /includedotnet /nocleanup /includewddefs /verify

REM Win 8 / Server 2008
Call DownloadUpdates.cmd w62 glb /includedotnet /nocleanup /includewddefs /verify
Call DownloadUpdates.cmd w62-x64 glb /includedotnet /nocleanup /includewddefs /verify

REM Win 8.1 / Server 2012
Call DownloadUpdates.cmd w63 glb /includedotnet /nocleanup /includewddefs /verify
Call DownloadUpdates.cmd w63-x64 glb /includedotnet /nocleanup /includewddefs /verify

REM Win 10 / Server 2016
Call DownloadUpdates.cmd w100 glb /includedotnet /nocleanup /includewddefs /verify
Call DownloadUpdates.cmd w100-x64 glb /includedotnet /nocleanup /includewddefs /verify

REM Office Updates
Call DownloadUpdates.cmd o2k7 enu /includedotnet /includesp /nocleanup /verify
Call DownloadUpdates.cmd o2k10 enu /includedotnet /includesp /nocleanup /verify
Call DownloadUpdates.cmd o2k13 enu /includedotnet /includesp /nocleanup /verify



Edited to correct the Win 8.1 entry.
 
Last edited:
REM Win 8 / Server 2008
Call DownloadUpdates.cmd w62 glb /includedotnet /nocleanup /includewddefs /verify
Call DownloadUpdates.cmd w62-x64 glb /includedotnet /nocleanup /includewddefs /verify

REM Win 8.1 / Server 2012
Call DownloadUpdates.cmd w62 glb /includedotnet /nocleanup /includewddefs /verify
Call DownloadUpdates.cmd w62-x64 glb /includedotnet /nocleanup /includewddefs /verify

I was looking for this bat file a while back and couldn't find it. Thanks for posting it!

However, the entries for Win 8 seem exactly the same as for 8.1, am I missing something here?
 
I was looking for this bat file a while back and couldn't find it. Thanks for posting it!

However, the entries for Win 8 seem exactly the same as for 8.1, am I missing something here?

Yes, you're missing my botched cut & paste! :oops:

Corrected my post. Thanks for the head's up!
 
Not old news for me because I was just wondering about how I can work around the stupid Win 10 updating process.

And here I thought a clean Win10-T2 install letting it do it's own updates was simple, quick and painless. Haven't really needed WSUS for Win10 yet.
 
@Porthos and @Diggs I'm finding the lack of control on Win 10 Home or Pro to be a problem for me with business clients. Am I missing something? I use MaxFocus RMM patching for most customers BUT not all.

Not sure how automatic updates and restarts are a good thing for most business customers.
 
Not sure how automatic updates and restarts are a good thing for most business customers.

I only support HOME users. M$ wants all business to be using enterprise for that granular control.

1607 Wont restart between 8 and 5 by default. But you have to do wat you think is best for your BUSINESS clients.
 
Back
Top