Skip to content

Instantly share code, notes, and snippets.

@mrzcn
Created December 13, 2020 10:16
Show Gist options
  • Save mrzcn/68f7119c817eb2d03c9dbd9bd602a7fb to your computer and use it in GitHub Desktop.
Save mrzcn/68f7119c817eb2d03c9dbd9bd602a7fb to your computer and use it in GitHub Desktop.
CMD Commands to clear print queue / Spool
net stop spooler
del %systemroot%\System32\spool\printers\* /Q /F /S
net start spooler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment