Windows feature update question

Discussion in 'Windows 11' started by double_kill, Dec 16, 2022.

  1. double_kill

    double_kill MDL Member

    Oct 10, 2011
    103
    5
    10
    #1 double_kill, Dec 16, 2022
    Last edited by a moderator: Dec 16, 2022
  2. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,396
    1,322
    120
    Since 22H1 and 22H2 mean the 1st half of 2022 and the 2nd half of 2022, I don't know what the 3rd half of 2022 could be, so theoretically such a thing cannot happen. It's something very new and then I don't know, how many half can at all be in year?
    But the version updates have always been possile postpone or abandone at all, and at least until now no one has tightened the terms, so you can probably still choose whether to use the old version or upgrade.
    But prediction is not a very wise and profitable activity, and Microsoft often does not even know what they are doing, so anything can happen.
    But I don't believe that now the third half-year will also exist.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. double_kill

    double_kill MDL Member

    Oct 10, 2011
    103
    5
    10
    alright thanks! i guess ill check back when the next version comes out and see.
    hopefully i'll be able to use this version as long as i want without worrying about some automatic upgrading nonsense.
    but like i said i'll check back if something goes the other way
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,262
    94,705
    450
    From the MRP project by @mxman2k

    Pause feature updates:
    Code:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]
    "PauseFeatureUpdatesStartTime"="2015-01-01T12:00:00Z"
    "PauseUpdatesExpiryTime"="2050-01-01T12:00:00Z"
    "PauseFeatureUpdatesEndTime"="2050-01-01T12:00:00Z"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\Settings]
    "PausedFeatureStatus"=dword:00000001
    Resume feature updates:
    Code:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]
    "PauseFeatureUpdatesStartTime"=-
    "PauseUpdatesExpiryTime"=-
    "PauseFeatureUpdatesEndTime"=-
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\Settings]
    "PausedFeatureStatus"=-
     
  5. double_kill

    double_kill MDL Member

    Oct 10, 2011
    103
    5
    10
    thanks a lot!