Skip to content

Instantly share code, notes, and snippets.

@nebadon2025
Created November 26, 2025 18:29
Show Gist options
  • Select an option

  • Save nebadon2025/1e595d14df6c50279d8e49905e33992e to your computer and use it in GitHub Desktop.

Select an option

Save nebadon2025/1e595d14df6c50279d8e49905e33992e to your computer and use it in GitHub Desktop.
Disable Windows 11 Updates until 2033
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\Settings]
"PausedFeatureStatus"=dword:00000000
"PausedQualityStatus"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]
"FlightSettingsMaxPauseDays"=dword:00000e42
"PauseFeatureUpdatesStartTime"="2023-11-06T14:03:37Z"
"PauseFeatureUpdatesEndTime"="2033-10-31T14:03:37Z"
"PauseQualityUpdatesStartTime"="2023-11-06T14:03:37Z"
"PauseQualityUpdatesEndTime"="2033-10-31T14:03:37Z"
"PauseUpdatesStartTime"="2023-11-06T14:03:37Z"
"PauseUpdatesExpiryTime"="2033-10-31T14:03:37Z"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment