Skip to content

UseSystemPrintDialog

Use the system print dialog instead of the print preview window.

Firefox normally opens its own print dialog, which combines the print preview and the print settings in a single panel. If this policy is set to true, Firefox skips that panel and opens the operating system print dialog directly, skipping the preview.

FirefoxFirefox ESRFirefox Enterprise
Available since 102Available since 102Available since 149

CCK2 Equivalent: N/A
OMA-URI: UseSystemPrintDialog
Preferences Affected: print.prefer_system_dialog

policies.json
{
"policies": {
"UseSystemPrintDialog": true
}
}
JSON schema
UseSystemPrintDialog JSON schema
{
"type": "boolean"
}
Software\Policies\Mozilla\Firefox\UseSystemPrintDialog = 0x1 | 0x0
<dict>
<key>UseSystemPrintDialog</key>
<true/> | <false/>
</dict>