fr-FR windows user

Restreindre la communication Internet

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

Windows 11 25H2

Pris en charge sur : Au minimum Windows XP Professionnel avec SP2

Chemin dans la console GPO

Configuration utilisateur\Modèles d'administration\Système\Gestion de la communication Internet

Description

Ce paramètre de stratégie indique si Windows peut accéder à Internet pour accomplir des tâches qui nécessitent des ressources Internet. Si vous activez ce paramètre de stratégie, tous les paramètres de stratégie affichés dans la section « Paramètres de communication Internet » sont définis de sorte que leurs fonctionnalités correspondantes aient accès à Internet. Si vous désactivez ce paramètre de stratégie, tous les paramètres de stratégie affichés dans la section « Paramètres de communication Internet » sont définis de sorte que leurs fonctionnalités correspondantes aient accès à Internet. Si vous ne configurez pas ce paramètre de stratégie, aucun des paramètres de stratégie affichés dans la section « Paramètres de communication Internet » n’est configuré.

Registre

HKCU Software\Policies\Microsoft\InternetManagement

Nom de valeur : RestrictCommunication

Activé : RestrictCommunication = 1

Désactivé : RestrictCommunication = 0

Cette stratégie définit plusieurs valeurs de registre :

NoPublishingWizard Explorer
Activé : NoPublishingWizard = 1
Désactivé : NoPublishingWizard = 0
NoWebServices Explorer
Activé : NoWebServices = 1
Désactivé : NoWebServices = 0
NoGenTicket Software Protection Platform
Activé : NoGenTicket = 1
Désactivé : NoGenTicket = 0
AllowWindowsEntitlementReactivation Software Protection Platform
Activé : AllowWindowsEntitlementReactivation = 1
Désactivé : AllowWindowsEntitlementReactivation = 0
NoOnlinePrintsWizard Explorer
Activé : NoOnlinePrintsWizard = 1
Désactivé : NoOnlinePrintsWizard = 0
CEIP Client
Activé : CEIP = 2
Désactivé : CEIP = 1
NoInternetOpenWith Explorer
Activé : NoInternetOpenWith = 1
Désactivé : NoInternetOpenWith = 0
DisableHTTPPrinting Printers
Activé : DisableHTTPPrinting = 1
Désactivé : DisableHTTPPrinting = 0
DisableWebPnPDownload Printers
Activé : DisableWebPnPDownload = 1
Désactivé : DisableWebPnPDownload = 0
PreventHandwritingErrorReports HandwritingErrorReports
Activé : PreventHandwritingErrorReports = 1
Désactivé : PreventHandwritingErrorReports = 0
PreventHandwritingDataSharing TabletPC
Activé : PreventHandwritingDataSharing = 1
Désactivé : PreventHandwritingDataSharing = 0
NoOnlineAssist 1.0
Activé : NoOnlineAssist = 1
Désactivé : NoOnlineAssist = 0
NoExplicitFeedback 1.0
Activé : NoExplicitFeedback = 1
Désactivé : NoExplicitFeedback = 0
NoImplicitFeedback 1.0
Activé : NoImplicitFeedback = 1
Désactivé : NoImplicitFeedback = 0
WebHelp WindowsMovieMaker
Activé : WebHelp = 1
Désactivé : WebHelp = 0
CodecDownload WindowsMovieMaker
Activé : CodecDownload = 1
Désactivé : CodecDownload = 0
WebPublish WindowsMovieMaker
Activé : WebPublish = 1
Désactivé : WebPublish = 0

MDM / Intune (CSP)

./User/Vendor/MSFT/Policy/Config/ADMX_ICM/InternetManagement_RestrictCommunication_1
Utilisateur Depuis Windows 10, version 2004 with KB5005101 [10.0.19041.1202] and later | Windows 10, version 20H2 with KB5005101 [10.0.19042.1202] and later | Windows 10, version 21H1 with KB5005101 [10.0.19043.1202] and later | Windows 11, version 21H2 [10.0.22000] and later Mapping officiel (Microsoft Learn)

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

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: Restreindre la communication Internet
; State: Enabled
; Supported on: Au minimum Windows XP Professionnel avec SP2

[HKEY_CURRENT_USER\Software\Policies\Microsoft\InternetManagement]
"RestrictCommunication"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoPublishingWizard"=dword:00000001
"NoWebServices"=dword:00000001
"NoOnlinePrintsWizard"=dword:00000001
"NoInternetOpenWith"=dword:00000001

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows NT\CurrentVersion\Software Protection Platform]
"NoGenTicket"=dword:00000001
"AllowWindowsEntitlementReactivation"=dword:00000001

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Messenger\Client]
"CEIP"=dword:00000002

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows NT\Printers]
"DisableHTTPPrinting"=dword:00000001
"DisableWebPnPDownload"=dword:00000001

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\HandwritingErrorReports]
"PreventHandwritingErrorReports"=dword:00000001

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\TabletPC]
"PreventHandwritingDataSharing"=dword:00000001

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Assistance\Client\1.0]
"NoOnlineAssist"=dword:00000001
"NoExplicitFeedback"=dword:00000001
"NoImplicitFeedback"=dword:00000001

[HKEY_CURRENT_USER\Software\Policies\Microsoft\WindowsMovieMaker]
"WebHelp"=dword:00000001
"CodecDownload"=dword:00000001
"WebPublish"=dword:00000001
Autres formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Restreindre la communication Internet
# State: Enabled
# Supported on: Au minimum Windows XP Professionnel avec SP2
# Warning: In SYSTEM context (the Intune default), HKCU targets the SYSTEM profile. Run this script using the logged-on credentials.

$path = 'HKCU:\Software\Policies\Microsoft\InternetManagement'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'RestrictCommunication' -Value 1 -Type DWord

$path = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'NoPublishingWizard' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'NoWebServices' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'NoOnlinePrintsWizard' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'NoInternetOpenWith' -Value 1 -Type DWord

$path = 'HKCU:\Software\Policies\Microsoft\Windows NT\CurrentVersion\Software Protection Platform'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'NoGenTicket' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'AllowWindowsEntitlementReactivation' -Value 1 -Type DWord

$path = 'HKCU:\Software\Policies\Microsoft\Messenger\Client'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'CEIP' -Value 2 -Type DWord

$path = 'HKCU:\Software\Policies\Microsoft\Windows NT\Printers'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'DisableHTTPPrinting' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'DisableWebPnPDownload' -Value 1 -Type DWord

$path = 'HKCU:\Software\Policies\Microsoft\Windows\HandwritingErrorReports'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'PreventHandwritingErrorReports' -Value 1 -Type DWord

$path = 'HKCU:\Software\Policies\Microsoft\Windows\TabletPC'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'PreventHandwritingDataSharing' -Value 1 -Type DWord

$path = 'HKCU:\Software\Policies\Microsoft\Assistance\Client\1.0'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'NoOnlineAssist' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'NoExplicitFeedback' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'NoImplicitFeedback' -Value 1 -Type DWord

$path = 'HKCU:\Software\Policies\Microsoft\WindowsMovieMaker'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'WebHelp' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'CodecDownload' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'WebPublish' -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