Restrict printing duplex mode

Setting the policy restricts printing duplex mode.

Leaving the policy unset or empty results in no restriction.

Example value: duplex

Supported on: At least Microsoft Windows 7 or Windows Server 2008 family
Restrict printing duplex mode


  1. Allow all duplex modes
    Registry HiveHKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\ChromeOS
    Value NamePrintingAllowedDuplexModes
    Value TypeREG_SZ
    Valueany
  2. Simplex printing only
    Registry HiveHKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\ChromeOS
    Value NamePrintingAllowedDuplexModes
    Value TypeREG_SZ
    Valuesimplex
  3. Duplex printing only
    Registry HiveHKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\ChromeOS
    Value NamePrintingAllowedDuplexModes
    Value TypeREG_SZ
    Valueduplex


chromeos.admx

Administrative Templates (Computers)

Administrative Templates (Users)