fr-FR windows computer user

Empêcher la modification du moteur de recherche par défaut

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

Windows 11 25H2

Pris en charge sur : Au moins Internet Explorer 7.0

Chemin dans la console GPO

Configuration ordinateur\Modèles d'administration\Composants Windows\Internet Explorer

Description

Ce paramètre de stratégie empêche l’utilisateur de modifier le moteur de recherche par défaut pour la barre d’adresses et la zone de recherche de la barre d’outils. Si vous activez ce paramètre de stratégie, l’utilisateur ne peut pas modifier le moteur de recherche par défaut. Si vous désactivez ce paramètre de stratégie ou si vous ne le configurez pas, l’utilisateur peut modifier le moteur de recherche par défaut.

Registre

HKLM Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions
HKCU Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions

Nom de valeur : NoChangeDefaultSearchProvider

Activé : NoChangeDefaultSearchProvider = 1

Désactivé : NoChangeDefaultSearchProvider = 0

MDM / Intune (CSP)

Appareil ./Device/Vendor/MSFT/Policy/Config/InternetExplorer/DisableSearchProviderChange
Utilisateur ./User/Vendor/MSFT/Policy/Config/InternetExplorer/DisableSearchProviderChange
AppareilUtilisateur Depuis Windows 10, version 1703 [10.0.15063] 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: Empêcher la modification du moteur de recherche par défaut
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: Au moins Internet Explorer 7.0

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions]
"NoChangeDefaultSearchProvider"=dword:00000001
Autres formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Empêcher la modification du moteur de recherche par défaut
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: Au moins Internet Explorer 7.0

$path = 'HKLM:\Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'NoChangeDefaultSearchProvider' -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