If your receipts are printing slowly, disabling Google Chrome's print preview may speed up the printing process. Google Chrome automatically shows a print preview whenever you print. Disabling this, or activating kiosk mode, speeds up printing receipts.
These steps change a setting attached to the shortcut, not Chrome itself. You’ll need to access Chrome through this shortcut to bypass the print preview.
Disabling Chrome print preview in Windows
First, make sure Chrome is completely closed:
- Open the Start menu.
- Search for Task Manager and open it.
- Click Google Chrome.
- Click End Task.
Next, change the settings in your Chrome desktop shortcut. When you access Chrome from this shortcut, your browser will skip the print preview step.
- Right-click Google Chrome.
- Click Properties.
- Under the Shortcut tab, find the Target field.
- Add a space at the end of the existing text. Then copy/paste
--disable-print-preview
into the field.You can bypass all print dialogs by setting your shortcut to kiosk mode, which automatically prints to your system's default printer. If you want to activate this setting, follow the steps below, but instead of copy/pasting
--disable-print-preview
into the Target field, use--kiosk-printing
. - Click Apply and then OK.
- Re-open Chrome and do a test print. You should immediately see your system’s print window instead of the preview.
To reactivate Chrome's print preview, follow the steps above but replace the text you added to the Target field with --enable-print-preview
. Click Apply and then OK to save the changes.
Disabling Chrome print preview in macOS
First, ensure Chrome is completely closed:
- Right-click on the Google Chrome icon in the Dock.
- Click Quit.
- Open Spotlight by clicking the magnifying in the top right menu bar, or pressing command + space bar.
- Copy/paste this text into Terminal:
defaults write com.google.Chrome DisablePrintPreview -bool true
- Press Enter.
- Re-open Google Chrome.
- Re-open Chrome and do a test print. You should now see your system’s print window.
To reactivate Chrome's print preview:
- Right-click on the Google Chrome icon in the Dock.
- Click Quit.
- Click Finder > Applications > Utilities > Terminal.
- Copy/paste this text into Terminal:
defaults write com.google.Chrome DisablePrintPreview -bool false
- Press enter.
- Re-open Google Chrome and do a test print. You should now see the print preview window.