Saturday, March 19, 2016

Disable Windows 10 Upgrade

Why not upgrade to Windows 10?
  1. Privacy: Windows 10 collects data on you, sends it to Microsoft, and there's no way to completely shut that off.
  2. Bugs: Quality control has taken a back seat to rapid releases, so bugs are more common than earlier versions.
  3. Compatibility: Windows XP and earlier Compatibility Modes have been removed, and not all software and drivers work properly in Windows 10.
  4. Control: Options to control updating have been removed from consumer versions.
  5. OneDrive: Feature regression.
  6. Media: Media Center and DVD Player have been removed.
  7. Cost: Microsoft is being coy about the cost of Windows after the free Windows 10 upgrade "promotion". Subscriptions might be required.
Bottom line: "If it ain't broke, don't fix it." But with Microsoft aggressively pushing Windows 10 upgrade out through Windows Update (over and over), it can be hard to avoid an inadvertent upgrade, and the ongoing nags are annoying.

KB3080351 How to manage Windows 10 notification and upgrade options provides instructions for Windows 7 and Windows 8.1 to disable Windows 10 upgrade through Windows Update. Group Policy is not available in Home versions of Windows, but the Registry method should work. Either method should work in Pro versions.

Registry method (Home and Pro)

  1. Create a restore point in System Restore in case you make a mistake.
  2. Copy the following lines into a file named something like DisableWin10Upgrade.reg
    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
    "DisableOSUpgrade"=dword:00000001

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Gwx]
    "DisableGwx"=dword:00000001
  3. Double-click that file to Merge these changes into the Registry.

Group Policy method (Pro only, not available in Home)

  1. Download and install KB3065987.
  2. Search for Edit Group Policy and run it.
  3. Under Local Computer Policy open Computer Configuration → Administrative Templates → Windows Components → Windows Update.
  4. Edit Turn off the upgrade to the latest version of Windows through Windows Update, change to Enabled, and click OK. 
Screenshots from Group Policy method in Windows 7:



No comments:

Post a Comment