Page 1 of 1

don't download certain updates

PostPosted: 28.04.2016, 09:39
by negg
Hi i don't want to download the following updates as they are not needed for my setup how do i stop this?

1. KB3021910
2. KB2919355
3. KB3000850
4. KB2932046
5. KB2934018
6. KB2937592
7. KB2938439
8. KB2938772
9. KB3003057
10. KB3014442

I want to stop both 32 and 64 bit versions and they are for windows 8.1 update 1 and 3.

Any help would be brill

Re: don't download certain updates

PostPosted: 28.04.2016, 09:43
by aker
Create a file .\exclude\custom\ExcludeListForce-all.txt and put the KB-numbers inside. wsusou won't download them anymore and delete the files, if they exist.
But it may report missing/not-existing updates on installation.

Re: don't download certain updates

PostPosted: 28.04.2016, 09:59
by negg
tnx :D

Re: don't download certain updates

PostPosted: 22.05.2016, 20:09
by glnz
Dear aker -

If I use WSUS Offline Update for Win 7 Pro 64-bit, I would like to exclude all KBs that promote an upgrade to Win 10. For example, see the list of KBs to exclude or UNinstall at http://www.msfn.org/board/topic/173752- ... nt=1097746 .

Do I simply copy this list into your new file .\exclude\custom\ExcludeListForce-all.txt ?

By the way, where do I put your new file? Do I put it in the "custom" sub-folder, which seems to be ...\wsusoffline1062\wsusoffline\exclude\custom ?

Finally, how do I stop the new Win 7 "rollup" (because I think it has the Win 10-upgrade KBs that I want to exclude)?

Thanks!

Re: don't download certain updates

PostPosted: 23.05.2016, 11:16
by aker
Just create this text file and fill it like this
Code: Select all
KB1234567
KB2345678
KB3456789
...


(don't forget the free line at the end (CRLF))