AD: Printer Spooler Dateien bereiningen

For each print job there are two spool files generated by the Windows spooler. One file with the .SHD extension for job settings, and one with the .SPL extension for the drawing commands.

Using notepad ..

@echo off
net stop spooler
cd\
cd \windows\system32\spool\printers
del *.spl
del *.shd
net start spooler
exit

Save as a c:\windows\clrspool.cmd

Setup a task schedule that runs the cmd sometime in the early morning when nobody will be printing.

22. September 2015 2134 webadmin  Schule Noam
Total 0 Votes:
0

Tell us how can we improve this post?

+ = Verify Human or Spambot ?

Add A Knowledge Base Question !

+ = Verify Human or Spambot ?

Add A Knowledge Base Question !

+ = Verify Human or Spambot ?