Skip to content

Instantly share code, notes, and snippets.

@JonasDoebertin
Created November 2, 2012 16:04
Show Gist options
  • Save JonasDoebertin/4002304 to your computer and use it in GitHub Desktop.
Save JonasDoebertin/4002304 to your computer and use it in GitHub Desktop.
Remove documents stuck in your Printer Queue
net stop spooler
cd %windir%\system32\spool\PRINTERS\
del /p *.spl
net start spooler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment