Script to clear al print jobs in queue
Here is a script to delete all jobs that are stuck on the print queue. Just copy the code -> paste in notepad and save it on your desktop. delete_print_jobs.bat @echo off echo Stopping print spooler. echo. net stop spooler...
Read More