Summary of Issue
Clear print queue and restart the print spooler wtih the following .bat script.
Methods to resolve the problem
Copy the following into a file called printspoolerreset.bat:
@echo off cls net stop spooler delĀ %systemroot%\system32\spool\*.spl delĀ %systemroot%\system32\spool\*.shd net start spooler @PAUSE
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.