@"ryans"#p26563 Pause feature+quality updates until 2050 (Drivers/MS Store/Defender Updates will work as normal):
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]
"PauseFeatureUpdatesStartTime"="2019-01-01T12:00:00Z"
"PauseQualityUpdatesStartTime"="2019-01-01T12:00:00Z"
"PendingRebootStartTime"="2019-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
Pause only feature updates(ex: 22H2) until 2050 (Drivers/MS Store/Defender/Quality Updates will work as normal):
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]
"PauseFeatureUpdatesStartTime"="2019-01-01T12:00:00Z"
"PendingRebootStartTime"="2019-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 updates again:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]
"PauseFeatureUpdatesStartTime"=-
"PauseQualityUpdatesStartTime"=-
"PendingRebootStartTime"=-
"PauseUpdatesExpiryTime"=-
"PauseFeatureUpdatesEndTime"=-
"PauseQualityUpdatesEndTime"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\Settings]
"PausedQualityStatus"=-
"PausedFeatureStatus"=-
Save text as .reg file and run it.
NOTE: On Windows 11 you first need to go to Windows Updates section, click Pause, and then apply the registry tweak.