Hacker News new | ask | show | jobs
by gnoway 3651 days ago
I think you can also just uninstall KB3035583 and then 'hide' it from windows update.
2 comments

  rem Compatibility update for upgrading Windows 7
  wusa /uninstall /kb:2952664 /quiet /norestart
  rem Update that enables you to upgrade from Windows 7 to a later version of Windows
  wusa /uninstall /kb:2990214 /quiet /norestart
  rem Update to Windows 7 SP1 for performance improvements
  wusa /uninstall /kb:3021917 /quiet /norestart
  rem Update for customer experience and diagnostic telemetry
  wusa /uninstall /kb:3022345 /quiet /norestart
  rem Update installs Get Windows 10 app in Windows 8.1 and Windows 7 SP1
  wusa /uninstall /kb:3035583 /quiet /norestart
  rem Update that enables you to upgrade from Windows 8.1 to a later version of Windows
  wusa /uninstall /kb:3044374 /quiet /norestart
  rem Update for customer experience and diagnostic telemetry
  wusa /uninstall /kb:3068708 /quiet /norestart
  rem Update that adds telemetry points to consent.exe in Windows 8.1 and Windows 7
  wusa /uninstall /kb:3075249 /quiet /norestart
  rem Update for customer experience and diagnostic telemetry
  wusa /uninstall /kb:3080149 /quiet /norestart
  rem Updated capabilities to upgrade Windows 8.1 and Windows 7
  wusa /uninstall /kb:3123862 /quiet /norestart
  rem Updated Internet Explorer 11 capabilities to upgrade Windows 8.1 and Windows 7
  wusa /uninstall /kb:3146449 /quiet /norestart
Not quite. I tried that (at least, one of the KB#'s early on) and it kept trying with new updates... so that probably wont solve it for anyone.