fr-FR windows computer

Autoriser l’accès distant à l’interface Plug-and-Play

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

Windows 11 25H2

Pris en charge sur : Windows Server 2008, Windows 7 et Windows Vista

Chemin dans la console GPO

Configuration ordinateur\Modèles d'administration\Système\Installation de périphériques

Description

Ce paramètre de stratégie permet d’autoriser ou d’interdire l’accès distant à l’interface Plug-and-Play. Si vous activez ce paramètre de stratégie, les connexions à distance à l’interface Plug-and-Play sont autorisées. Si vous désactivez ce paramètre de stratégie ou si vous ne le configurez pas, les connexions à distance à l’interface Plug-and-Play sont interdites.

Registre

HKLM Software\Policies\Microsoft\Windows\DeviceInstall\Settings

Nom de valeur : AllowRemoteRPC

Activé : AllowRemoteRPC = 1

Désactivé : AllowRemoteRPC = 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: Autoriser l’accès distant à l’interface Plug-and-Play
; State: Enabled
; Supported on: Windows Server 2008, Windows 7 et Windows Vista

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DeviceInstall\Settings]
"AllowRemoteRPC"=dword:00000001
Autres formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Autoriser l’accès distant à l’interface Plug-and-Play
# State: Enabled
# Supported on: Windows Server 2008, Windows 7 et Windows Vista

$path = 'HKLM:\Software\Policies\Microsoft\Windows\DeviceInstall\Settings'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'AllowRemoteRPC' -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