<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; printer jammed</title> <atom:link href="http://www.ghacks.net/tag/printer-jammed/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 09:52:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Winflushprintjobs, Restart Jammed Print Jobs</title><link>http://www.ghacks.net/2011/08/07/winflushprintjobs-restart-jammed-print-jobs/</link> <comments>http://www.ghacks.net/2011/08/07/winflushprintjobs-restart-jammed-print-jobs/#comments</comments> <pubDate>Sun, 07 Aug 2011 12:04:55 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[print job]]></category> <category><![CDATA[printer]]></category> <category><![CDATA[printer jammed]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=48730</guid> <description><![CDATA[In How To Deal With Stuck Print Jobs I explained how Windows users can recover from jammed print jobs manually either from the command line, by batch script or by restarting the Print Spooler service. Sometimes print jobs get jammed and cannot be removed from the print queue anymore. Even worse, they block all other [...]]]></description> <content:encoded><![CDATA[<p>In <a
href="http://www.ghacks.net/2008/12/11/how-to-deal-with-stuck-print-jobs/">How To Deal With Stuck Print Jobs</a> I explained how Windows users can recover from jammed print jobs manually either from the command line, by batch script or by restarting the Print Spooler service. Sometimes print jobs get jammed and cannot be removed from the print queue anymore. Even worse, they block all other print jobs that are send to the printer.</p><p>The free Open Source software Winflushprintjobs is basically an advanced version of the batch file that I posted in the stuck print jobs guide. The program is offered as an installer, portable version and source code. It ships with three different applications, a batch file called flush.bat a C program that has been specifically designed for Windows 95, 98 and ME, and a C program that deletes all print jobs on all local printers.</p><p>Most users will make use of the batch file to resolve the jammed printer issue. The batch script basically restarts the print spooler to resolve the issue. Restarting removes all print jobs from the queue including the stuck print job that cannot be deleted.</p><p>The C program on the other hand tries a different approach. Instead of resetting the print spooler, it tries to delete all print jobs on all local printers individually instead.</p><p>Both programs should be run from the command line if output is needed for verification, as no output is displayed if the programs are started with a double-click on the program icon.</p><p>Winflushprintjobs is a versatile program that&#8217;s best suited for situations where multiple printers are connected to a single desktop PC. The program does not support network printers.</p><p>Windows users can download the portable software <a
href="http://jesusnjim.com/code/windows/winflushprintjobs.html">from the</a> developer website. The program is offered as a 32-bit and 64-bit edition for all versions of the Microsoft Windows operating system.</p><p>Update: Download do not seem to work right now. You can download both releases from <a
href="http://sourceforge.net/projects/flushprintjobs/files/">Sourceforge</a> instead.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/08/07/winflushprintjobs-restart-jammed-print-jobs/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>How To Deal With Stuck Print Jobs</title><link>http://www.ghacks.net/2008/12/11/how-to-deal-with-stuck-print-jobs/</link> <comments>http://www.ghacks.net/2008/12/11/how-to-deal-with-stuck-print-jobs/#comments</comments> <pubDate>Thu, 11 Dec 2008 16:50:15 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[print job]]></category> <category><![CDATA[print job stuck]]></category> <category><![CDATA[printer jammed]]></category> <category><![CDATA[printer stuck]]></category> <category><![CDATA[printer tips]]></category> <category><![CDATA[printers]]></category> <category><![CDATA[spooler]]></category> <category><![CDATA[windows tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=8916</guid> <description><![CDATA[It happens from time to time that a print job is not processed by Windows and that it cannot be deleted at the same time; A stuck print job so to speak which will block all the other print jobs from being processed. Even a restart of the computer system will not get rid of [...]]]></description> <content:encoded><![CDATA[<p>It happens from time to time that a print job is not processed by Windows and that it cannot be deleted at the same time; A stuck print job so to speak which will block all the other print jobs from being processed. Even a restart of the computer system will not get rid of the stuck print job. There is however a fast and efficient method to remove the stuck print job from the print queue. All that basically needs to be done is to stop the Print Spooler service, delete the stuck print jobs manually and restart the Print Spooler service afterwards.</p><p>This can all be done in the Windows command line for maximum effectiveness or in the Windows Explorer interface for users who prefer to click their way through the process. To use the GUI approach you press [Windows R], type [services.msc] and look for the Print Spooler service. Right-click that service and select [Stop] from the context menu. This will stop the Print Spooler which will make it possible to delete the print jobs in the print queue. Keep the window open as we need it again to start the Print Spooler service.</p><p>Now use Windows Explorer to open <strong>%systemroot%\system32\spool\printers\</strong> and delete all files that are found inside. Once that has been done it is time to start the Print Spooler service again. This is done in the same menu where it was stopped. a right-click will not show an option to [Start] the Print Spooler service again. All print jobs should be gone and it should be possible to run new print jobs again.</p><p><span
id="more-8916"></span>If you prefer the command line you can run the following four commands for the same effect. It is probably a good idea to add them to a batch script.</p><p><code>net stop spooler<br
/> del %systemroot%\system32\spool\printers\*.shd<br
/> del %systemroot%\system32\spool\printers\*.spl<br
/> net start spooler</code></p><p>The script does exactly the same as the manual method.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/12/11/how-to-deal-with-stuck-print-jobs/feed/</wfw:commentRss> <slash:comments>26</slash:comments> </item> </channel> </rss>
