Default printer selection rules

Overrides Vivaldi default printer selection rules.

This policy determines the rules for selecting the default printer in Vivaldi which happens the first time the print function is used with a profile.

When this policy is set, Vivaldi will attempt to find a printer matching all of the specified attributes, and select it as default printer. The first printer found matching the policy is selected, in case of non-unique match any matching printer can be selected, depending on the order printers are discovered.

If this policy is not set or matching printer is not found within the timeout, the printer defaults to built-in PDF printer or no printer selected, when PDF printer is not available.

The value is parsed as JSON object, conforming to the following schema:
{
"type": "object",
"properties": {
"kind": {
"description": "Whether to limit the search of the matching printer to a specific set of printers.",
"type": {
"enum": [ "local", "cloud" ]
}
},
"idPattern": {
"description": "Regular expression to match printer id.",
"type": "string"
},
"namePattern": {
"description": "Regular expression to match printer display name.",
"type": "string"
}
}
}

Printers connected to Google Cloud Print are considered "cloud", the rest of the printers are classified as "local".
Omitting a field means all values match, for example, not specifying connectivity will cause Print Preview to initiate the discovery of all kinds of printers, local and cloud.
Regular expression patterns must follow the JavaScript RegExp syntax and matches are case sensistive.

Supported on: Microsoft Windows XP SP2 or later

Default printer selection rules

Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
Registry PathSoftware\Policies\Vivaldi
Value NameDefaultPrinterSelection
Value TypeREG_SZ
Default Value

vivaldi.admx

Administrative Templates (Computers)

Administrative Templates (Users)