fr-FR adobe-reader computer

Disable PDF handler switching

Vérifié avec Adobe Acrobat Reader — mis à jour le 2 septembre 2026

Pris en charge sur : Undefined

Chemin dans la console GPO

Configuration ordinateur\Modèles d'administration\Adobe Acrobat Reader DC\Preferences\General

Description

Disables the ability to change the specified default handler (PDF viewer). The UI configuration does not set any key in HKCU. Instead, changing the setting via the UI invokes the installer which sets the key in HKLM. The default application behavior varies depending on what is installed. A value of 1 disables the user's ability to change the default handler. Possible values include: 0 (or null): Allow the user to change the default viewer. 1: Don't allow the user to change the default viewer. GUI mapping - Edit > Preferences > General > Select Default PDF Handler

Registre

HKLM SOFTWARE\Policies\Adobe\Acrobat Reader\DC\FeatureLockdown

Nom de valeur : bDisablePDFHandlerSwitching

Activé : bDisablePDFHandlerSwitching = 1

Désactivé : bDisablePDFHandlerSwitching = 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: Disable PDF handler switching
; State: Enabled
; Supported on: Undefined

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat Reader\DC\FeatureLockdown]
"bDisablePDFHandlerSwitching"=dword:00000001
Autres formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Disable PDF handler switching
# State: Enabled
# Supported on: Undefined

$path = 'HKLM:\SOFTWARE\Policies\Adobe\Acrobat Reader\DC\FeatureLockdown'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'bDisablePDFHandlerSwitching' -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