diff --git a/Utility Scripts/Kill Printer Queue.bat b/Utility Scripts/Kill Printer Queue.bat new file mode 100644 index 0000000..c4784a2 --- /dev/null +++ b/Utility Scripts/Kill Printer Queue.bat @@ -0,0 +1,7 @@ +net stop spooler +taskkill.exe /f /im printfilterpipelinesvc.exe +del /F /Q %systemroot%\System32\spool\PRINTERS\* +del /F /Q %systemroot%\System32\spool\SERVERS\* +net start spooler + +pause \ No newline at end of file