en-US windows computer

Specify source service for specific classes of Windows Updates

Verified with Windows 11 25H2 — updated on July 12, 2026

Windows 11 25H2

Supported on: At least Windows Server 2022, or Windows 10 Version 2004​

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Windows Update\Manage updates offered from Windows Server Update Service

Description

When this policy is enabled, devices will receive Windows updates for the classes listed from the specified update source: either Windows Update or Windows Server Update Service. Note: To receive any updates from the Windows Server Update Service you must have properly configured an intranet Microsoft update service location via the “Specify intranet Microsoft update service location” policy. If this policy is not configured or is disabled, the device will continue to detect updates per your other policy configurations. Note: If you are using “Do not allow deferral policies to cause scans against Windows Update” currently to ensure devices only scan against your specified server, we recommend configuring this policy instead or in addition to such.

Registry

HKLM Software\Policies\Microsoft\Windows\WindowsUpdate

This policy sets several registry values:

UseUpdateClassPolicySource AU
Enabled: UseUpdateClassPolicySource = 1
Disabled: UseUpdateClassPolicySource = 0

More options available

Options

Feature Updates
SetPolicyDrivenUpdateSourceForFeatureUpdates enum
  • Windows Server Update Services -> 1 (default)
  • Windows Update -> 0
Quality Updates
SetPolicyDrivenUpdateSourceForQualityUpdates enum
  • Windows Server Update Services -> 1 (default)
  • Windows Update -> 0
Driver Updates
SetPolicyDrivenUpdateSourceForDriverUpdates enum
  • Windows Server Update Services -> 1 (default)
  • Windows Update -> 0
Other Updates
SetPolicyDrivenUpdateSourceForOtherUpdates enum
  • Windows Server Update Services -> 1 (default)
  • Windows Update -> 0

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Specify source service for specific classes of Windows Updates
; State: Enabled
; Supported on: At least Windows Server 2022, or Windows 10 Version 2004​

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU]
"UseUpdateClassPolicySource"=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate]
"SetPolicyDrivenUpdateSourceForFeatureUpdates"=dword:00000001
"SetPolicyDrivenUpdateSourceForQualityUpdates"=dword:00000001
"SetPolicyDrivenUpdateSourceForDriverUpdates"=dword:00000001
"SetPolicyDrivenUpdateSourceForOtherUpdates"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Specify source service for specific classes of Windows Updates
# State: Enabled
# Supported on: At least Windows Server 2022, or Windows 10 Version 2004​

$path = 'HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate\AU'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'UseUpdateClassPolicySource' -Value 1 -Type DWord

$path = 'HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'SetPolicyDrivenUpdateSourceForFeatureUpdates' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'SetPolicyDrivenUpdateSourceForQualityUpdates' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'SetPolicyDrivenUpdateSourceForDriverUpdates' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'SetPolicyDrivenUpdateSourceForOtherUpdates' -Value 1 -Type DWord

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview