Rants
Force Printing Preferences to Black and White
0Many businesses tend to lease copiers and pay a base price plus a per-copy fee, at different rates, for black and white copies and color copies. And often times you will see the bill skyrocket when users start printing primarily in color. IT can set printers to default to black and white but users usually will override those settings and change it to color instead.
Here is what is commonly seen. Admins set up the Printer Default settings so that when the printers are initially installed via a share to the workstations, they will be set to print black and white by default. However people can make per-user changes afterwards by editing Printing Preferences, which will override the Printer Default settings. IT can lock this down with security permissions, but then people can’t print in color.
The way I see it you have 2 options:
- Educate users on the associated costs, thus showing why to not change their Printing Preferences to default to color
- Share 2 printers from the print server: One defualted to black and white, the other color. You still can’t really lock these printers down entirely, as users can’t make adjustments needed for some print jobs. (This option only solves the problem of people forgetting to change their Printer Preferences back to Grayscale)
Just remember, when submitting a print job in color, even if the page is in black and white, the color counter is incremented and your machine will be billed accordingly if you pay per click maintenance. Also, sorry if the title is misleading.
Change default PDF viewer in Chrome
1Open Chrome and in the address bar input chrome://plugins and hit Enter. Then disable Chrome PDF Viewer plugin. While still in there, enable the plugin for Adobe Acrobat.
This should now allow you to use Abobe Reader instead of the built-in Chrome PDF reader.
Extract files from a FEAD Optimizer package
2There might be a time when you just need a driver for a printer and you don’t want it to install all the other bundled software. This primarily comes in handy when installing printer drivers.
If your downloaded driver is a .zip or a self-extracting .zip then you’re already in luck. You shouldn’t have to run the Setup.exe to install your printer, chances are the driver is simply located in a sub-folder.
Now for the topic of discussion: FEAD Optimizer related installers. Run the setup file from a command line and give it the following switches: -nos_ne -nos_o
Syntax:
filename.exe -nos_ne -nos_o”C:\printer” (there is intentionally not a space between the o and the quotes)
What this tells the installer to do:
-nos_ne: uncompress the files but don’t execute the installer
-nos_o: output path
HP drivers, Adobe products, and McAfee products have been known to compress their installation files using the Netopsystems FEAD Optimizer. There is an application called Universal Extractor 1.6 that may work for you as well. But the command line has always been the simplest method for getting the driver files extracted.
About damn time
0Soon I hope to bring advice worth it’s weight in gold! Or try to at least. The idea of putting this site up has been kicking around in my head for a few years now.