Created
August 17, 2015 21:16
-
-
Save bluemanos/e64ad4f0cfa9f075f650 to your computer and use it in GitHub Desktop.
Clear printer queue on Windows 8
This file contains hidden or 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
:: 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