From a814104ec4aec1a7a9954f7602f5e3d1ef350747 Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 5 Aug 2025 15:42:38 +0000 Subject: [PATCH] Upload files to "Utility Scripts" --- Utility Scripts/Kill Printer Queue.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Utility Scripts/Kill Printer Queue.bat 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