Skip to content

Instantly share code, notes, and snippets.

@bluemanos
Created August 17, 2015 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bluemanos/e64ad4f0cfa9f075f650 to your computer and use it in GitHub Desktop.
Save bluemanos/e64ad4f0cfa9f075f650 to your computer and use it in GitHub Desktop.
Clear printer queue on Windows 8
:: save as file with *.bat extension
:: run as administrator
Net Stop Spooler
del %systemroot%\System32\spool\printers\* /Q
Net Start Spooler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment