Chrome: Disable Print Preview

Modified on Mon, 25 Aug at 12:55 PM

Set this in the registry:

HKEY_CURRENT_USER\Software\Policies\Google\Chrome
DisablePrintPreview = 1


Or run this in an admin PowerShell:

New-Item -Path "HKCU:\Software\Policies\Google\Chrome" -Force
Set-ItemProperty -Path "HKCU:\Software\Policies\Google\Chrome" -Name "DisablePrintPreview" -Value 1 -Type DWord



Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article