Windows 7 - Windows 10 and Telemetry Updates - The Definitive List

Embed Size (px)

DESCRIPTION

The Definitive List

Citation preview

  • Windows 7 -> Windows 10 and Telemetry Updates - The Definitive List

    KB2952664: Compatibility update for upgrading Windows 7This update helps Microsoft make improvements to the current operating system in order to ease the upgrade experience to the latest version of Windows.

    KB2977759: Compatibility update for Windows 7 RTMThis update performs diagnostics on the Windows systems that participate in the Windows Customer Experience Improvement Program. These diagnostics help determine whether compatibility issues may be encountered when the latest Windows operating system is installed. This update will help Microsoft and its partners ensure compatibility for customers who want to install the latest Windows operating system.

    KB3021917: Update to Windows 7 SP1 for performance improvementsThis update performs diagnostics in Windows 7 Service Pack 1 (SP1) in order to determine whether performance issues may be encountered when the latest Windows operating system is installed. Telemetry is sent back to Microsoft for those computers that participate in the Windows Customer Experience Improvement Program (CEIP).

    KB3035583: Update installs Get Windows 10 app in Windows 8.1 and Windows 7 SP1This update installs the Get Windows 10 app, which helps users understand their Windows 10 upgrade options and device readiness.

    KB3068708: Update for customer experience and diagnostic telemetryThis update introduces the Diagnostics and Telemetry tracking service to existing devices. By applying this service, you can add benefits from the latest version of Windows to systems that have not yet upgraded.

    KB3075249: Update that adds telemetry points to consent.exe in Windows 8.1 and Windows 7This article describes an update that adds telemetry points to consent.exe in Windows 8.1, Windows RT 8.1, Windows Server 2012 R2, Windows 7 Service Pack 1 (SP1), and Windows Server 2008 R2 SP1. Before you install this update, check out the Prerequisites section.

    KB3080149: Update for customer experience and diagnostic telemetryThis package updates the Diagnostics and Telemetry tracking service to existing devices. This service provides benefits from the latest version of Windows to systems that have not yet upgraded. The update also supports applications that are subscribed to Visual Studio Application Insights.

    --------------------------------------Superseded:

    KB2990214: Update that enables you to upgrade from Windows 7 to a later version of Windows (superseded by KB3050265)This article describes an update that enables you to upgrade your computer from Windows 7 Service Pack 1 (SP1) to a later version of Windows.

    KB3022345: Update for customer experience and diagnostic telemetry (superseded by 3068708)This update introduces the Diagnostics and Telemetry tracking service to in-market devices.

  • By applying this service, you can add benefits from the latest version of Windows to systems that have not yet been upgraded. The update also supports applications that are subscribed to Visual Studio Application Insights.

    KB3050265: Windows Update Client for Windows 7: June 2015 (superseded by KB3065987)

    General improvements are made to support upgrades to a later version of Windows.

    KB3065987: Windows Update Client for Windows 7 and Windows Server 2008 R2: July 2015 (superseded by KB3075851)This article describes an update that contains some improvements to Windows Update Client in Windows 7 Service Pack 1 (SP1) or Windows Server 2008 R2 SP1. This update is incompatible with Windows Server Update Services (WSUS) servers without the hardening update 2938066.

    KB3075851: Windows Update Client for Windows 7 and Windows Server 2008 R2: August 2015 (superseded by KB3083324)This article describes an update that contains some improvements to Windows Update Client in Windows 7 Service Pack 1 (SP1) and Windows Server 2008 R2 SP1. This update also resolves an issue in which certain Windows Update operations fail when you install Windows Update Client for Windows 7 and Windows Server 2008 R2: July 2015 (3065987) on Windows 7 Embedded editions.

    --------------------------------------Suspicious:

    KB3083324: Windows Update Client for Windows 7 and Windows Server 2008 R2: September 2015This article describes an update that contains some improvements to Windows Update Client in Windows 7 Service Pack 1 (SP1) and Windows Server 2008 R2 SP1.

    --------------------------------------

    Run cmd as Administrator and issue these commands:(Credits to Daz)

    Code:wusa /uninstall /kb:2952664 /norestartwusa /uninstall /kb:2977759 /norestartwusa /uninstall /kb:2990214 /norestartwusa /uninstall /kb:3021917 /norestartwusa /uninstall /kb:3022345 /norestartwusa /uninstall /kb:3035583 /norestartwusa /uninstall /kb:3050265 /norestartwusa /uninstall /kb:3065987 /norestartwusa /uninstall /kb:3068708 /norestartwusa /uninstall /kb:3075249 /norestartwusa /uninstall /kb:3075851 /norestartwusa /uninstall /kb:3080149 /norestartwusa /uninstall /kb:3083324 /norestart

    --------------------------------------

    *This only applies if you have more than one instance if KB2952664. For example; if you

  • update a official MS ISO with the latest simplix update pack, you will only have one version

    of KB2952664. Therefore the wusa command will work to remove KB2952664 in that

    scenario.

    The kb2952664 cannot be uninstalled with the commands you have posted. There is no notice about when uninstalling but it persists.

    Instead of you have to check which versions of kb2952664 have been installed on your PC:Code:dism /online /get-packages | findstr KB2952664

    Then uninstall it(them) by changing the version(s) shownCode:dism /online /remove-package /PackageName:Package_for_KB2952664~31bf3856ad364e35~amd64~~6.1.1.3

    Replace 6.1.1.3 (or the entire string if you have 32 bit windows) with the version(s) shown and run it for each version separately.

    After you remove the updates make sure that you set Windows Update to:

    Download updates but let me choose whether to install them or

    Check for updates but let me choose whether to download and install them

    or

    Never check for updates (not recommended)

    And monitor what updates are being downloaded and installed making sure

    not to let it reinstall any updates that are not wanted.