Skip to content

Instantly share code, notes, and snippets.

@thoughtsunificator
Last active January 1, 2025 22:50
Show Gist options
  • Save thoughtsunificator/a792756ad3a543edee0a884138c0ce4b to your computer and use it in GitHub Desktop.
Save thoughtsunificator/a792756ad3a543edee0a884138c0ce4b to your computer and use it in GitHub Desktop.
Disable print preview chrome / Enable system dialog for printing
mkdir -p /etc/opt/chrome/policies/managed
cat > /etc/opt/chrome/policies/managed/disable-print-preview.json <<EOF
{
"DisablePrintPreview": true
}
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment