Microsoft has vexed its users with another misbehaving update.
The latest problem occurred on 8 January when enterprise users running Windows 7 or Windows Server 2008 R2 with a Key Management Service (KMS) started complaining on Microsoft’s TechNet forums and Reddit that they were seeing two errors, the first relating to licensing, the second networking.
In the first, users were seeing a “Windows is not genuine” error dialogue after logging in, which allowed them to run their copy with this message embedded as a desktop watermark.
The second error appears to have been a problem with different symptoms resulting in users not being able to access SMB2 shares or start remote desktop connections through both admin and non-admin accounts.
The problems were connected to separate security and feature updates for Windows 7 – KB4480960 and KB4480970 – which were issued as part of Patch Tuesday.
Specifically, the activation problem was connected to a change made to the Microsoft Activation and Validation servers affecting anyone who had installed an old update, KB971033, which originally appeared last April.
On its update page, Microsoft states that anyone running KMS or Multiple Activation Key (MAK) volume activation should not install this, pointing out:
We generally recommend to NOT install this update in their reference image or already deployed computers. This update is targeted at consumer installs of Windows using RETAIL activation.
As regards the SMB errors, Microsoft later said:
We strongly recommend that you uninstall KB 971033 from all volume-licensed Windows 7-based devices. This includes devices that are not currently affected by the issue that is mentioned in the ‘Symptoms’ section.
Users encountering the license error should deinstall this update. Anyone having problems with accessing network shares should start by downloading the new update, KB4487345.
Update-itis
One could dismiss this incident as something to worry yesterday’s Windows base, if it weren’t for the fact that Windows 7 is still estimated to be installed on more than a third of all Windows machines.
And that’s despite the OS being only a year from its official end-of-life date in January 2020.
There are now six versions of Windows in meaningful use stretching back to Vista, three of which are still being updated (and that’s excluding seven Windows 10 releases, which also have individual updates).
All this complexity might explain why Microsoft had so many update glitches during 2018, including the awkward coincidence of a similar activation issue affecting Windows 10 users in November.
All that after the company had to delay the Windows 10 1809 update after users reported suffering problems that took until December to iron out.
Such was last year’s woe that in August the company was sent an open letter by patchmanagement.org moderator and Microsoft Most Valuable Professional (MVP) Susan Bradley expressing unhappiness with the state of its security patching.
Current installed base goes back further than Vista.
I just came back from City Hall after registering our car. The displays in the waiting area, which usually display various messages, where displaying the XP Professional Edition startup screen.
“Windows XP. Still booting since 2009” :-)
Microsoft’s definition of “installed base” refers to versions of Windows still receiving updates.
[q]All this complexity might explain why Microsoft had so many update glitches[/q]
I rather suspect that firing the QA staff back in ’17 and stating that their customers will QA their products for them better explains why Microsoft had so many ‘glitches’.
But, yeah – your version is good, too, I guess.
.
So I’ve updated my WIndows Update un-Updater to look like this:
=========== start batch file ============
Pause – remove Windows 7 updates that track user and report to Microsoft as of 2019-01
wusa /uninstall /kb:3112343
wusa /uninstall /kb:3083711
wusa /uninstall /kb:3083325
wusa /uninstall /kb:3080149
wusa /uninstall /kb:3075853
wusa /uninstall /kb:3075249
wusa /uninstall /kb:3072318
wusa /uninstall /kb:3068708
wusa /uninstall /kb:3065988
wusa /uninstall /kb:3064683
wusa /uninstall /kb:3058168
wusa /uninstall /kb:3050267
wusa /uninstall /kb:3044374
wusa /uninstall /kb:3035583
wusa /uninstall /kb:3022345
wusa /uninstall /kb:2976978
Rem – KMS retail and volume unfix the fix:
wusa /uninstall /KB:971033
Pause – removed Windows 7 updates that track user and report to Microsoft as of 2019-01
=========== end batch file ============
Overkill, underkill?
What do others think?
.
What about the SMBv2 issue caused by the same patches?
I still have Windows 7 on a laptop for software which doesn’t have a Linux version. Otherwise I use Linux across my machines.
“It later transpired that the problem wasn’t with either of those updates ” – only applies to the license validation bug, not the SMB2 shares problem.
That’s really sloppy writing. A lot of people probably stopped reading, at that point, and never got to the part added later, below the Sophos ad, telling them about the hot fix for the networking problem.
You are correct and I apologise for the mistake, I’ve updated the article.