en-US windows computer

Set Business Hours to Limit Foreground Download Bandwidth

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

Windows 11 25H2

Supported on: At least Windows Server 2016, Windows 10

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Delivery Optimization

Description

Specifies the maximum foreground download bandwidth that Delivery Optimization uses during and outside business hours across all concurrent download activities as a percentage of available download bandwidth.

Registry

HKLM SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization

More options available

Options

From:
DOSetHoursToLimitForegroundDownloadBandwidth_From enum
  • 12 AM -> 0
  • 1 AM -> 1
  • 2 AM -> 2
  • 3 AM -> 3
  • 4 AM -> 4
  • 5 AM -> 5
  • 6 AM -> 6
  • 7 AM -> 7
  • 8 AM -> 8 (default)
  • 9 AM -> 9
  • 10 AM -> 10
  • 11 AM -> 11
  • 12 PM -> 12
  • 1 PM -> 13
  • 2 PM -> 14
  • 3 PM -> 15
  • 4 PM -> 16
  • 5 PM -> 17
  • 6 PM -> 18
  • 7 PM -> 19
  • 8 PM -> 20
  • 9 PM -> 21
  • 10 PM -> 22
  • 11 PM -> 23
To:
DOSetHoursToLimitForegroundDownloadBandwidth_To enum
  • 12 AM -> 0
  • 1 AM -> 1
  • 2 AM -> 2
  • 3 AM -> 3
  • 4 AM -> 4
  • 5 AM -> 5
  • 6 AM -> 6
  • 7 AM -> 7
  • 8 AM -> 8
  • 9 AM -> 9
  • 10 AM -> 10
  • 11 AM -> 11
  • 12 PM -> 12
  • 1 PM -> 13
  • 2 PM -> 14
  • 3 PM -> 15
  • 4 PM -> 16
  • 5 PM -> 17 (default)
  • 6 PM -> 18
  • 7 PM -> 19
  • 8 PM -> 20
  • 9 PM -> 21
  • 10 PM -> 22
  • 11 PM -> 23
DOSetHoursToLimitForegroundDownloadBandwidth_In decimal - range 0-100 - default: 0
DOSetHoursToLimitForegroundDownloadBandwidth_Out decimal - range 0-100 - default: 0

MDM / Intune (CSP)

./Device/Vendor/MSFT/Policy/Config/DeliveryOptimization/DOSetHoursToLimitForegroundDownloadBandwidth
Device Since Windows 10, version 1803 [10.0.17134] and later Official mapping (Microsoft Learn)

Microsoft Learn documentation Mapping data: Microsoft Learn (CC BY 4.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: Set Business Hours to Limit Foreground Download Bandwidth
; State: Enabled
; Supported on: At least Windows Server 2016, Windows 10

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization]
"DOSetHoursToLimitForegroundDownloadBandwidth_From"=dword:00000008
"DOSetHoursToLimitForegroundDownloadBandwidth_To"=dword:00000011
"DOSetHoursToLimitForegroundDownloadBandwidth_In"=dword:00000000
"DOSetHoursToLimitForegroundDownloadBandwidth_Out"=dword:00000000
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Set Business Hours to Limit Foreground Download Bandwidth
# State: Enabled
# Supported on: At least Windows Server 2016, Windows 10

$path = 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'DOSetHoursToLimitForegroundDownloadBandwidth_From' -Value 8 -Type DWord
Set-ItemProperty -Path $path -Name 'DOSetHoursToLimitForegroundDownloadBandwidth_To' -Value 17 -Type DWord
Set-ItemProperty -Path $path -Name 'DOSetHoursToLimitForegroundDownloadBandwidth_In' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'DOSetHoursToLimitForegroundDownloadBandwidth_Out' -Value 0 -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