+11 12 1
Published 8 years ago by sjvn with 3 Comments

Join the Discussion

  • Auto Tier
  • All
  • 1
  • 2
  • 3
Post Comment
  • [Deleted Profile]

    [This comment was removed]

  • spaceghoti
    +4

    It turns out there's a simple fix for this: disable OS upgrades in the registry.

    REG ADD HKLM\SOFTWARE\Policies\Microsoft\Windows\GWX /v DisableGWX /d 1
    REG ADD HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /v DisableOSUpgrade /d 1
    REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade /v AllowOSUpgrade /d 0
    REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade /v ReservationsAllowed /d 0
    

Here are some other snaps you may like...