Page 1 of 1

Bug - excludeList not working

PostPosted: 22.10.2015, 01:11
by hbrickface
I added "KB3083324" to ExcludeList-w61-x64.txt

But Windows6.1-KB3083324-x64.msu still shows up in the result

"kb3083324" didn't help either

Re: Bug - excludeList not working

PostPosted: 22.10.2015, 05:24
by psj
Have you removed the link to KB3083324 from \static\StaticDownloadLinks-w61-x64-glb.txt ?

Re: Bug - excludeList not working

PostPosted: 22.10.2015, 08:32
by aker
For explanation:
The ExcludeList just applies to dynamically determined updates, not static ones.

Re: Bug - excludeList not working

PostPosted: 22.10.2015, 17:35
by hbrickface
>The ExcludeList just applies to dynamically determined updates, not static ones.

Thank you. I see it now. I was surprised by this.

I wanted to exclude that update because of this: https://voat.co/v/technology/comments/459263

"Script for Win 7/8 to block all telemetry updates and Windows 10 upgrade components"

Re: Bug - excludeList not working

PostPosted: 22.10.2015, 17:49
by boco
I have an ExcludeList.txt at .\client\Exclude\custom\ to take care of that.

Code: Select all
kb3083711,Windows 8.x WU Client II
kb3083710,Windows 7 / Server 2008 R2 WU Client III
kb3075851,Windows 7 / Server 2008 R2 WU Client I
kb3083324,Windows 7 / Server 2008 R2 WU Client II
kb3083325,Windows 8.x WU Client I
kb2952664,Windows 7 / 8 / Server 2008 TELEMETRY I
kb2976978,Windows 7 / 8 / Server 2008 TELEMETRY II
kb2977759,Windows 7 / 8 / Server 2008 TELEMETRY III
kb2990214,Windows 7 / 8 / Server 2008 TELEMETRY IV
kb3021917,Windows 7 / 8 / Server 2008 TELEMETRY V
kb3022345,Windows 7 / 8 / Server 2008 TELEMETRY VI
kb3035583,Windows 7 / 8 / Server 2008 TELEMETRY VII
kb3044374,Windows 7 / 8 / Server 2008 TELEMETRY VIII
kb3050265,Windows 7 / 8 / Server 2008 TELEMETRY IX
kb3068708,Windows 7 / 8 / Server 2008 TELEMETRY X
kb3075249,Windows 7 / 8 / Server 2008 TELEMETRY XI
kb3080149,Windows 7 / 8 / Server 2008 TELEMETRY XII


So far, nothing of that kind has installed. ;)