Printer configuration access policy.

Setting the policy designates which access policy applies to bulk printer configuration, controlling which printers from PrintersBulkConfiguration are available for users.

* BlocklistRestriction (value 0) uses PrintersBulkBlocklist to restrict access to the specified printers

* AllowlistPrintersOnly (value 1) uses PrintersBulkAllowlist to designate only those printers which are selectable

* AllowAll (value 2) displays all printers

Leaving the policy unset puts AllowAll in use.

Supported on: At least Microsoft Windows 7 or Windows Server 2008 family

Printer configuration access policy.


  1. All printers are shown except those in the blocklist.
    Registry HiveHKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\ChromeOS
    Value NamePrintersBulkAccessMode
    Value TypeREG_DWORD
    Value0
  2. Only printers in the allowlist are shown to users
    Registry HiveHKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\ChromeOS
    Value NamePrintersBulkAccessMode
    Value TypeREG_DWORD
    Value1
  3. Allow all printers from the configuration file.
    Registry HiveHKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\ChromeOS
    Value NamePrintersBulkAccessMode
    Value TypeREG_DWORD
    Value2


chromeos.admx

Administrative Templates (Computers)

Administrative Templates (Users)