fr-FR windows user

Configurer les boutons de la barre d’outils

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

Windows 11 25H2

Pris en charge sur : Internet Explorer 5.0 et Internet Explorer 6.0 uniquement

Chemin dans la console GPO

Configuration utilisateur\Modèles d'administration\Composants Windows\Internet Explorer\Barres d’outils

Description

Spécifie quels boutons sont affichés dans la barre d’outils standard d’Internet Explorer. Si vous activez ce paramètre de stratégie, vous pouvez spécifier si chaque bouton est affiché ou non en activant ou en désactivant les cases à cocher de chaque bouton. Si vous désactivez ce paramètre de stratégie ou si vous ne le configurez pas, la barre d’outils standard est affichée avec ses paramètres par défaut, sauf si les utilisateurs la personnalisent.

Registre

HKCU Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Nom de valeur : SpecifyDefaultButtons

Plus d'options disponibles

Options

Afficher le bouton Précédente
Btn_Back boolean
Afficher le bouton Suivante
Btn_Forward boolean
Afficher le bouton Arrêter
Btn_Stop boolean
Afficher le bouton Actualiser
Btn_Refresh boolean
Afficher le bouton Démarrage
Btn_Home boolean
Afficher le bouton Rechercher
Btn_Search boolean
Afficher le bouton Favoris
Btn_Favorites boolean
Afficher le bouton Historique
Btn_History boolean
Afficher le bouton Dossiers
Btn_Folders boolean
Afficher le bouton Plein écran
Btn_Fullscreen boolean
Afficher le bouton Outils
Btn_Tools boolean
Afficher le bouton Courrier
Btn_MailNews boolean
Afficher le bouton Taille du texte
Btn_Size boolean
Afficher le bouton Imprimer
Btn_Print boolean
Afficher le bouton Édition
Btn_Edit boolean
Afficher le bouton Discussion
Btn_Discussions boolean
Afficher le bouton Couper
Btn_Cut boolean
Afficher le bouton Copier
Btn_Copy boolean
Afficher le bouton Coller
Btn_Paste boolean
Afficher le bouton Encodage
Btn_Encoding boolean

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: Configurer les boutons de la barre d’outils
; State: Enabled
; Supported on: Internet Explorer 5.0 et Internet Explorer 6.0 uniquement

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"SpecifyDefaultButtons"=dword:00000001
"Btn_Back"=dword:00000000
"Btn_Forward"=dword:00000000
"Btn_Stop"=dword:00000000
"Btn_Refresh"=dword:00000000
"Btn_Home"=dword:00000000
"Btn_Search"=dword:00000000
"Btn_Favorites"=dword:00000000
"Btn_History"=dword:00000000
"Btn_Folders"=dword:00000000
"Btn_Fullscreen"=dword:00000000
"Btn_Tools"=dword:00000000
"Btn_MailNews"=dword:00000000
"Btn_Size"=dword:00000000
"Btn_Print"=dword:00000000
"Btn_Edit"=dword:00000000
"Btn_Discussions"=dword:00000000
"Btn_Cut"=dword:00000000
"Btn_Copy"=dword:00000000
"Btn_Paste"=dword:00000000
"Btn_Encoding"=dword:00000000
Autres formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Configurer les boutons de la barre d’outils
# State: Enabled
# Supported on: Internet Explorer 5.0 et Internet Explorer 6.0 uniquement
# Warning: In SYSTEM context (the Intune default), HKCU targets the SYSTEM profile. Run this script using the logged-on credentials.

$path = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'SpecifyDefaultButtons' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Back' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Forward' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Stop' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Refresh' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Home' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Search' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Favorites' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_History' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Folders' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Fullscreen' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Tools' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_MailNews' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Size' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Print' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Edit' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Discussions' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Cut' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Copy' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Paste' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Btn_Encoding' -Value 0 -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