fr-FR windows computer user

Processus Internet Explorer

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

Windows 11 25H2

Pris en charge sur : Au minimum Internet Explorer 6.0 dans Windows XP avec Service Pack 2 ou Windows Server 2003 avec Service Pack 1

Chemin dans la console GPO

Configuration ordinateur\Modèles d'administration\Composants Windows\Internet Explorer\Fonctionnalités de sécurité\Barre de notification

Description

Ce paramètre de stratégie vous permet d’indiquer si la Barre de notification est affichée pour les processus Internet Explorer lorsque des installations de fichiers ou de code sont restreintes. Par défaut, la Barre de notification est affichée pour les processus Internet Explorer. Si vous activez ce paramètre de stratégie, la Barre de notification s’affiche pour les processus Internet Explorer. Si vous désactivez ce paramètre de stratégie, la Barre de notification ne s’affiche pas pour les processus Internet Explorer. Si vous ne configurez pas ce paramètre de stratégie, la Barre de notification s’affiche pour les processus Internet Explorer.

Registre

HKLM Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND
HKCU Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND

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

(Reserved)
Activé : (Reserved) = 1
Désactivé : (Reserved) = 0
explorer.exe
Activé : explorer.exe = 1
Désactivé : explorer.exe = 0
iexplore.exe
Activé : iexplore.exe = 1
Désactivé : iexplore.exe = 0

MDM / Intune (CSP)

Appareil ./Device/Vendor/MSFT/Policy/Config/InternetExplorer/NotificationBarInternetExplorerProcesses
Utilisateur ./User/Vendor/MSFT/Policy/Config/InternetExplorer/NotificationBarInternetExplorerProcesses
AppareilUtilisateur Depuis Windows 10, version 1709 [10.0.16299] 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.

Portée

Fichier .reg

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Processus Internet Explorer
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: Au minimum Internet Explorer 6.0 dans Windows XP avec Service Pack 2 ou Windows Server 2003 avec Service Pack 1

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND]
"(Reserved)"="1"
"explorer.exe"="1"
"iexplore.exe"="1"
Autres formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Processus Internet Explorer
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: Au minimum Internet Explorer 6.0 dans Windows XP avec Service Pack 2 ou Windows Server 2003 avec Service Pack 1

$path = 'HKLM:\Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name '(Reserved)' -Value '1' -Type String
Set-ItemProperty -Path $path -Name 'explorer.exe' -Value '1' -Type String
Set-ItemProperty -Path $path -Name 'iexplore.exe' -Value '1' -Type String

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