fr-FR security-baseline computer

Manage processing of Queue-specific files (DEPRECATED)

Vérifié avec Microsoft Security Baseline (MSS / SecGuide) 25H2 — mis à jour le 10 juillet 2026

Pris en charge sur : Au minimum Windows Vista

Chemin dans la console GPO

Configuration ordinateur\Modèles d'administration\MS Security Guide

Description

This setting has moved to a new inbox location which can be found at Printers\Manage processing of Queue-specific files. Manages how Queue-specific files are processed during printer installation. At printer installation time, a vendor-supplied installation application can specify a set of files, of any type, to be associated with a particular print queue. The files are downloaded to each client that connects to the print server. You can enable this setting to change the default behavior involving queue-specific files. To use this setting, select one of the options below from the "Manage processing of Queue-specific files" box. If you disable or do not configure this policy setting, the default behavior is "Limit Queue-specific files to Color profiles". -- "Do not allow Queue-specific files" specifies that no queue-specific files will be allowed/processed during print queue/printer connection installation. -- "Limit Queue-specific files to Color profiles" specifies that only queue-specific files that adhere to the standard color profile scheme will be allowed. This means entries using the Registry Key CopyFiles\ICM, containing a Directory value of COLOR and supporting mscms.dll as the Module value. "Limit Queue-specific files to Color profiles" is the default behavior. -- "Allow all Queue-specific files" specifies that all queue-specific files will be allowed/processed during print queue/printer connection installation.

Registre

HKLM Software\Policies\Microsoft\Windows NT\Printers

Plus d'options disponibles

Options

Manage processing of Queue-Specific files:
CopyFilesPolicy enum
  • Do not allow Queue-specific files -> 0
  • Limit Queue-specific files to Color profiles -> 1 (défaut)
  • Allow all Queue-specfic files -> 2

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: Manage processing of Queue-specific files (DEPRECATED)
; State: Enabled
; Supported on: Au minimum Windows Vista

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Printers]
"CopyFilesPolicy"=dword:00000001
Autres formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Manage processing of Queue-specific files (DEPRECATED)
# State: Enabled
# Supported on: Au minimum Windows Vista

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