What's going on? I think there is simple detection problem with this update.
This update is one of updates (annoyingly) notifying that Windows 10 will be available soon.
Microsoft has re-released this particular update many times - I think that today we are on version 11.
Version 10 has been released in April 2015. When you look at the update it consist of two parts:
- Windows6.1-KB2952664-v10-x64.cab - cca 5 MB
- EnableTask.exe - cca 25 KB
First part contains binary files and second one a simple utility which enables scheduled task.
If you install this update for first time (it is marked currently as optional), it will download full package with cca 5 MB of binary files and install them to system. As first step it will execute EnableTask.exe, which do only two things:
a) checks for registry key Software\Microsoft\Windows NT\CurrentVersion\AppcompatFlags\ClientTelemetry\IsCensusDisabled
b) enable scheduled task \Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser
If you launch again WU redetection, it will complain that you need to install KB2952664 again.
But now it will show you only 25KB size. WU think that you need to execute again EnableTask.exe
You can simple check this out, clear SoftwareDistribution\Download, disable the mentioned scheduled task, and execute again installation of the update. In download folder you will then spot EnableTask.exe and the scheduled task will be enabled. Afterwards the
process terminates itself with errorlevel 0, so that WU will show message "Installation successful". But then it will go again over.
So if it was working correctly in version 10 from April 2015 - whas has changed in the update?
The answer is NOTHING. The EnableTask.exe is binary the same in version 10 and version 11.
So I think that this problem lies only in detection signatures, that WU uses today.
You have few choices to overcome the problem:
- Uninstall KB2952664, then the system will detect the update as optional and will not try to install it automatically and just wait for new WU detection signatures (if I am right)
- Just leave it there - it will "install" itself few times, until MS corrects it, but it is only 25KB download and nothing is really installed, just one registry check and schedule task will be enabled. You can see from WU that the installation is instant.
- If you don't want Windows 10 upgrade, you can (uninstall it and) hide it.
- If you want Windows 10 upgrade, you can install the update after 29/July, when Windows 10 will be available, and when you upgrade to Windows 10 the problem will be gone - Windows 10 does not need the update, of course (if Microsoft will not fix the issue)