Skip to content

Instantly share code, notes, and snippets.

@notverypc
Created September 30, 2013 14:10
Show Gist options
  • Save notverypc/6764401 to your computer and use it in GitHub Desktop.
Save notverypc/6764401 to your computer and use it in GitHub Desktop.
Reset Printers.. Command sent via ARD
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