PC Review


Reply
Thread Tools Rate Thread

How to delete print job?

 
 
brett
Guest
Posts: n/a
 
      9th Dec 2006
I have a print job in the print queue with a "deleting..." status. It
won't go away and is holding up other jobs. I've restarted the Print
Spooler service but that didn't help. Turning the printer off/on
didn't help either.

I have a Lexmark x83 all in one. Does some one have suggestions on how
I can delete this job?

Thanks,
Brett

 
Reply With Quote
 
 
 
 
Nepatsfan
Guest
Posts: n/a
 
      9th Dec 2006
"brett" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)
> I have a print job in the print queue with a "deleting..."
> status. It won't go away and is holding up other jobs.
> I've restarted the Print Spooler service but that didn't
> help. Turning the printer off/on didn't help either.
>
> I have a Lexmark x83 all in one. Does some one have
> suggestions on how I can delete this job?
>
> Thanks,
> Brett


Delete the contents of this folder.

C:\WINDOWS\System32\spool\PRINTERS

Good luck

Nepatsfan


 
Reply With Quote
 
=?Utf-8?B?UmFqS29obGk=?=
Guest
Posts: n/a
 
      9th Dec 2006
I think there is a bug in Windows XP. I have HP 1402PSC printer and sometimes
if someone by mistake click the Print button then Deleting the Print Job and
Stoping & Starting the service doesn't work. Even, deleting the job from
Spool directory doesn't help.

What I always have to do is Restarting the PC and turning on and Off the
printer. Sometimes twice.

You have to live with this.
--
If you found this post helpful then "Rate this Post".


"brett" wrote:

> I have a print job in the print queue with a "deleting..." status. It
> won't go away and is holding up other jobs. I've restarted the Print
> Spooler service but that didn't help. Turning the printer off/on
> didn't help either.
>
> I have a Lexmark x83 all in one. Does some one have suggestions on how
> I can delete this job?
>
> Thanks,
> Brett
>
>

 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      9th Dec 2006

"brett" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have a print job in the print queue with a "deleting..." status. It
> won't go away and is holding up other jobs. I've restarted the Print
> Spooler service but that didn't help. Turning the printer off/on
> didn't help either.
>
> I have a Lexmark x83 all in one. Does some one have suggestions on how
> I can delete this job?
>
> Thanks,
> Brett
>


Do this:
- Click Start / Run / notepad c:\Windows\purge.bat{Enter}
- Paste these lines into the notepad file:
@echo off
echo.
echo Purging the print queue . . .
net stop Spooler
echo Deleting all print jobs . . .
ping localhost -n 4 > nul
del /q %SystemRoot%\system32\spool\printers\*.*
net start Spooler
echo Done!
ping localhost -n 4 > nul
- Save & close the file.
- Create a shortcut on the desktop to invoke c:\windows\purge.bat.

Whenever you need to delete a print job that you cannot delete
via the Control Panel, double-click this shortcut.


 
Reply With Quote
 
Daave
Guest
Posts: n/a
 
      9th Dec 2006
brett wrote:
> I have a print job in the print queue with a "deleting..." status. It
> won't go away and is holding up other jobs. I've restarted the Print
> Spooler service but that didn't help. Turning the printer off/on
> didn't help either.
>
> I have a Lexmark x83 all in one. Does some one have suggestions on
> how I can delete this job?


1. Click Start and then Control Panel.
2. Select Performance and Maintenance.
3. Select Administrative Tools.
4. Select Services.
5. Select Print Spooler to open the properties window.
6. Click Stop to stop the service. Once the service is stopped click
Start to restart the service.
7. Click OK to close the Print Spooler Properties window.

--
Dave


 
Reply With Quote
 
=?Utf-8?B?UmFqS29obGk=?=
Guest
Posts: n/a
 
      9th Dec 2006
Thanks for this update. I have also asked this many times but nobody gives an
accurate answer. Even the people around me were searching for a solution.
About the Batch file. I think you did a little trick.

First of all you stop the Printer Spooler service.
Then Delete all pending print jobs.
Then again Restarted the Printer Spooler service.

Will you explain the batch commands with us? Secondly, the Printer Icon is
still there. Can it also be removed, if empty?

Once again thanks a lot.

With Regards
Rajiv Kohli
--
If you found this post helpful then "Rate this Post".


"Pegasus (MVP)" wrote:

>
> "brett" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > I have a print job in the print queue with a "deleting..." status. It
> > won't go away and is holding up other jobs. I've restarted the Print
> > Spooler service but that didn't help. Turning the printer off/on
> > didn't help either.
> >
> > I have a Lexmark x83 all in one. Does some one have suggestions on how
> > I can delete this job?
> >
> > Thanks,
> > Brett
> >

>
> Do this:
> - Click Start / Run / notepad c:\Windows\purge.bat{Enter}
> - Paste these lines into the notepad file:
> @echo off
> echo.
> echo Purging the print queue . . .
> net stop Spooler
> echo Deleting all print jobs . . .
> ping localhost -n 4 > nul
> del /q %SystemRoot%\system32\spool\printers\*.*
> net start Spooler
> echo Done!
> ping localhost -n 4 > nul
> - Save & close the file.
> - Create a shortcut on the desktop to invoke c:\windows\purge.bat.
>
> Whenever you need to delete a print job that you cannot delete
> via the Control Panel, double-click this shortcut.
>
>
>

 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      9th Dec 2006
The two "ping" commands serve as controlled delays in the
batch file. What other commands do you need an explanation
for? And what "printer icon" are you referring to?


"RajKohli" <(E-Mail Removed)> wrote in message
news:CB3F52BE-5BBD-4819-9264-(E-Mail Removed)...
> Thanks for this update. I have also asked this many times but nobody gives

an
> accurate answer. Even the people around me were searching for a solution.
> About the Batch file. I think you did a little trick.
>
> First of all you stop the Printer Spooler service.
> Then Delete all pending print jobs.
> Then again Restarted the Printer Spooler service.
>
> Will you explain the batch commands with us? Secondly, the Printer Icon is
> still there. Can it also be removed, if empty?
>
> Once again thanks a lot.
>
> With Regards
> Rajiv Kohli
> --
> If you found this post helpful then "Rate this Post".
>
>
> "Pegasus (MVP)" wrote:
>
> >
> > "brett" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > I have a print job in the print queue with a "deleting..." status. It
> > > won't go away and is holding up other jobs. I've restarted the Print
> > > Spooler service but that didn't help. Turning the printer off/on
> > > didn't help either.
> > >
> > > I have a Lexmark x83 all in one. Does some one have suggestions on

how
> > > I can delete this job?
> > >
> > > Thanks,
> > > Brett
> > >

> >
> > Do this:
> > - Click Start / Run / notepad c:\Windows\purge.bat{Enter}
> > - Paste these lines into the notepad file:
> > @echo off
> > echo.
> > echo Purging the print queue . . .
> > net stop Spooler
> > echo Deleting all print jobs . . .
> > ping localhost -n 4 > nul
> > del /q %SystemRoot%\system32\spool\printers\*.*
> > net start Spooler
> > echo Done!
> > ping localhost -n 4 > nul
> > - Save & close the file.
> > - Create a shortcut on the desktop to invoke c:\windows\purge.bat.
> >
> > Whenever you need to delete a print job that you cannot delete
> > via the Control Panel, double-click this shortcut.
> >
> >
> >



 
Reply With Quote
 
=?Utf-8?B?UmFqS29obGk=?=
Guest
Posts: n/a
 
      9th Dec 2006
Please be more specific about this command. I need complete detail of every
string used in this command.

ping localhost -n 4 > nul

Before that I was using the Ping to just ping another computer. How this
command is surffing with Printer Spooler or anything else?

I was talking about Printer Icon in System Tray. It is still there after
removing the Print Jobs.

Once again a lot of thanks. Two of my friends just write down your batch
file and they will use it in their offices. Hope it will help them too.


--
If you found this post helpful then "Rate this Post".


"Pegasus (MVP)" wrote:

> The two "ping" commands serve as controlled delays in the
> batch file. What other commands do you need an explanation
> for? And what "printer icon" are you referring to?
>
>
> "RajKohli" <(E-Mail Removed)> wrote in message
> news:CB3F52BE-5BBD-4819-9264-(E-Mail Removed)...
> > Thanks for this update. I have also asked this many times but nobody gives

> an
> > accurate answer. Even the people around me were searching for a solution.
> > About the Batch file. I think you did a little trick.
> >
> > First of all you stop the Printer Spooler service.
> > Then Delete all pending print jobs.
> > Then again Restarted the Printer Spooler service.
> >
> > Will you explain the batch commands with us? Secondly, the Printer Icon is
> > still there. Can it also be removed, if empty?
> >
> > Once again thanks a lot.
> >
> > With Regards
> > Rajiv Kohli
> > --
> > If you found this post helpful then "Rate this Post".
> >
> >
> > "Pegasus (MVP)" wrote:
> >
> > >
> > > "brett" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > I have a print job in the print queue with a "deleting..." status. It
> > > > won't go away and is holding up other jobs. I've restarted the Print
> > > > Spooler service but that didn't help. Turning the printer off/on
> > > > didn't help either.
> > > >
> > > > I have a Lexmark x83 all in one. Does some one have suggestions on

> how
> > > > I can delete this job?
> > > >
> > > > Thanks,
> > > > Brett
> > > >
> > >
> > > Do this:
> > > - Click Start / Run / notepad c:\Windows\purge.bat{Enter}
> > > - Paste these lines into the notepad file:
> > > @echo off
> > > echo.
> > > echo Purging the print queue . . .
> > > net stop Spooler
> > > echo Deleting all print jobs . . .
> > > ping localhost -n 4 > nul
> > > del /q %SystemRoot%\system32\spool\printers\*.*
> > > net start Spooler
> > > echo Done!
> > > ping localhost -n 4 > nul
> > > - Save & close the file.
> > > - Create a shortcut on the desktop to invoke c:\windows\purge.bat.
> > >
> > > Whenever you need to delete a print job that you cannot delete
> > > via the Control Panel, double-click this shortcut.
> > >
> > >
> > >

>
>
>

 
Reply With Quote
 
brett
Guest
Posts: n/a
 
      9th Dec 2006
Thanks Pegasus. That's pretty neat.

Brett

 
Reply With Quote
 
brett
Guest
Posts: n/a
 
      9th Dec 2006

Daave wrote:
> brett wrote:
> > I have a print job in the print queue with a "deleting..." status. It
> > won't go away and is holding up other jobs. I've restarted the Print
> > Spooler service but that didn't help. Turning the printer off/on
> > didn't help either.
> >
> > I have a Lexmark x83 all in one. Does some one have suggestions on
> > how I can delete this job?

>
> 1. Click Start and then Control Panel.
> 2. Select Performance and Maintenance.
> 3. Select Administrative Tools.
> 4. Select Services.
> 5. Select Print Spooler to open the properties window.
> 6. Click Stop to stop the service. Once the service is stopped click
> Start to restart the service.
> 7. Click OK to close the Print Spooler Properties window.


?? - it's as if you didn't bother to read the original posting, even
though it's right above your post.
Brett

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to cancel printing or to delete a print job that is stuck in the print queue in Windows XP Alan Morris [MSFT] Windows XP Print / Fax 6 30th May 2008 06:23 PM
Can not delete print jobs or files in print queue =?Utf-8?B?S3VydCBNLiBTYW5nZXI=?= Windows XP General 1 24th May 2006 02:00 AM
how can I delete the print box that pops up to show document print =?Utf-8?B?UHJ1ZGVudGlhbA==?= Microsoft Excel Misc 1 23rd Feb 2006 11:58 AM
Is it Possible: Watch print spooler--if print appears, extract print data as file to disk and delete from spooler RDI Microsoft VB .NET 0 7th Apr 2004 09:38 PM
cannot delete print jobs from print queue Raj Windows XP Print / Fax 0 19th Sep 2003 10:46 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:13 AM.