Last active
January 1, 2025 22:50
-
-
Save thoughtsunificator/a792756ad3a543edee0a884138c0ce4b to your computer and use it in GitHub Desktop.
Disable print preview chrome / Enable system dialog for printing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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