fr-FR windows computer

Mode de téléchargement

Vérifié avec Windows 11 25H2 — mis à jour le 30 juillet 2026

Windows 11 25H2

Pris en charge sur : Au moins Windows Server 2016, Windows 10

Chemin dans la console GPO

Configuration ordinateur\Modèles d'administration\Composants Windows\Optimisation de la distribution

Description

Spécifie la méthode que Optimisation de la distribution pouvez utiliser pour télécharger du contenu au nom de différents produits Microsoft. 0 = HTTP uniquement, aucun peering 1 = HTTP fusionné avec peering derrière le même NAT 2 = HTTP fusionné avec peering dans un groupe privé 3 = HTTP fusionné avec appairage Internet 99 = HTTP uniquement, pas d’appairage, aucune utilisation du service cloud DO 100 = Mode de contournement, déconseillé dans Windows 11

Registre

HKLM SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization

Plus d'options disponibles

Options

Mode de téléchargement :
DODownloadMode enum
  • HTTP uniquement (0) -> 0
  • Réseau local (1) -> 1 (défaut)
  • Groupe (2) -> 2
  • Internet (3) -> 3
  • Simple (99) -> 99
  • Contournement (100) -> 100

MDM / Intune (CSP)

./Device/Vendor/MSFT/Policy/Config/DeliveryOptimization/DODownloadMode
Appareil Depuis Windows 10, version 1507 [10.0.10240] and later Mapping officiel (Microsoft Learn)

Documentation Microsoft Learn Données de correspondance : Microsoft Learn (CC BY 4.0)

Valeurs CSP
  • 0 (Default) - HTTP only, no peering.
  • 1 - HTTP blended with peering behind the same NAT.
  • 2 - HTTP blended with peering across a private group.
  • 3 - HTTP blended with Internet peering.
  • 99 - HTTP only, no peering, no use of DO cloud service.
  • 100 - Bypass mode, deprecated in Windows 11.

Générateur d'exports

BETA

Configurez l'état, la portée et les options, puis générez les sorties .reg, PowerShell, Intune et SCCM — ou ajoutez le paramètre à une collection multi-paramètres.

Ces exports écrivent le registre — ce n'est pas une GPO managée.

Fichier .reg

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Mode de téléchargement
; State: Enabled
; Supported on: Au moins Windows Server 2016, Windows 10

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization]
"DODownloadMode"=dword:00000001
Autres formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Mode de téléchargement
# State: Enabled
# Supported on: Au moins Windows Server 2016, Windows 10

$path = 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'DODownloadMode' -Value 1 -Type DWord

Vous construisez une collection multi-paramètres ? Ajoutez ce paramètre et générez des exports combinés (.reg, PowerShell, GPO).

Ouvrir le Builder

Intégrer cette GPO sur votre site

Contenu à intégrer
Thème

Ajoute une ligne de script : le thème suit l’apparence de votre site et la hauteur s’ajuste au contenu. Si votre site bloque les scripts, l’intégration suit le thème du système du visiteur.

Aperçu