Created
September 30, 2013 14:10
-
-
Save notverypc/6764401 to your computer and use it in GitHub Desktop.
Reset Printers..
Command sent via ARD
This file contains 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
killall "PrinterProxy" "Printer Setup Utility" "cupsd" 2>/dev/null | |
sleep 1 | |
rm -rf /etc/cups/printers.conf* \ | |
/etc/cups/ppds.dat \ | |
/etc/cups/ppds/* 2>/dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment