If you need to flush the print queue on a Windows Desktop, you can do so by following the process below:
- Run Command Prompt as Administrator
- Type net stop spooler then press “Enter“.
- Type del %systemroot%\System32\spool\printers\* /Q then press “Enter“.
- Type net start spooler then press “Enter“.
- The print queue on your Windows should now be cleared. Type exit, then press “Enter” to exit the command window.