Windows Update Registry Settings -

| Value Name | Type | Effect | | :--- | :--- | :--- | | DeferQualityUpdates | REG_DWORD | 1 = Defer quality (security/monthly) updates. | | DeferQualityUpdatesPeriodInDays | REG_DWORD | Days to defer quality updates (0-30+). | | DeferFeatureUpdates | REG_DWORD | 1 = Defer feature (annual) updates. | | DeferFeatureUpdatesPeriodInDays | REG_DWORD | Days to defer feature updates (0-180+). | | BranchReadinessLevel | REG_DWORD | 16 = Semi-Annual Channel (Targeted). 32 = Semi-Annual Channel. | Objective: Auto-install security updates daily at 3 AM, lock Windows version to 22H2, use WSUS.

Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] "UseWUServer"=dword:00000001 "WUServer"="http://wsus.domain.local:8530" "WUStatusServer"="http://wsus.domain.local:8530" windows update registry settings

Get-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\*" Get-WindowsUpdateLog # Generates a readable log file Most Windows Update registry changes require a restart of the Windows Update service : | Value Name | Type | Effect |

Web site based on a design by Kyle J. McKay for the XQuartz project.
Web site content distribution services provided by CloudFlare.