• nightshade

    nightshade

    @nightshade

    Viewing 3 replies - 1 through 3 (of 3 total)
    Author
    Replies
    • in reply to: It’s way too soon to panic about Windows 11 #2382754

      Why not just use the registry to pause the updates until say 2050?

      Windows Registry Editor Version 5.00

      [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]
      “PauseFeatureUpdatesStartTime”=”2015-01-01T12:00:00Z”
      “PauseQualityUpdatesStartTime”=”2015-01-01T12:00:00Z”
      “PauseUpdatesExpiryTime”=”2050-01-01T12:00:00Z”
      “PauseFeatureUpdatesEndTime”=”2050-01-01T12:00:00Z”
      “PauseQualityUpdatesEndTime”=”2050-01-01T12:00:00Z”

      [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\Settings]
      “PausedQualityStatus”=dword:00000001
      “PausedFeatureStatus”=dword:00000001

    • Well, I only discovered it by accident, I wanted to find some light weight Windows 10 for a VM, so I tried some gaming Lite ones, and one of them had the option to pause updates until 2050, so I dug deeper to find out how he does it. I’ve been using it ever since.

    • Why not use the registry trick to pause updates until 2050 (or whenever)? That is what I do on my one Windows 10 Home laptop.

       

      Windows Registry Editor Version 5.00

      [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]
      “PauseFeatureUpdatesStartTime”=”2015-01-01T12:00:00Z”
      “PauseQualityUpdatesStartTime”=”2015-01-01T12:00:00Z”
      “PauseUpdatesExpiryTime”=”2050-01-01T12:00:00Z”
      “PauseFeatureUpdatesEndTime”=”2050-01-01T12:00:00Z”
      “PauseQualityUpdatesEndTime”=”2050-01-01T12:00:00Z”

      [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\Settings]
      “PausedQualityStatus”=dword:00000001
      “PausedFeatureStatus”=dword:00000001

       

      And then unpause using this registry:

      Windows Registry Editor Version 5.00

      [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]
      “PauseFeatureUpdatesStartTime”=-
      “PauseQualityUpdatesStartTime”=-
      “PauseUpdatesExpiryTime”=-
      “PauseFeatureUpdatesEndTime”=-
      “PauseQualityUpdatesEndTime”=-

      [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\Settings]
      “PausedQualityStatus”=-
      “PausedFeatureStatus”=-

       

      1 user thanked author for this post.
      KP
    Viewing 3 replies - 1 through 3 (of 3 total)