Save the following as ClearSpooler.bat on your desktop. Run as administrator whenever needed.
Stop-Service -Name Spooler Remove-Item -Path "C:\Windows\System32\spool\PRINTERS\*" -Force Start-Service -Name Spooler how to clear printer spooler
After running these, your spooler is cleared. Save the following as ClearSpooler