Upload files to "Utility Scripts"

This commit is contained in:
2025-08-05 15:42:38 +00:00
parent a942ea0312
commit a814104ec4
+7
View File
@@ -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