Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - Can't cancel print job

Reply
 
Old 08-17-2008   #1 (permalink)
Phil


 
 

Can't cancel print job

Hi,
Why is it I can't cancel a print job without waiting 15-20 minutes? When
click on the print job and select "Cancel" it shows "Deleting - Printing" as
the status but takes forever to delete the job. If this is a Vista problem I
would think Mircosoft would consider fixing it..........
--
Phil

My System SpecsSystem Spec
Old 08-17-2008   #2 (permalink)
Mick Murphy


 
 

RE: Can't cancel print job

If this is the Printer's Manufacturer's problem, I would suggest that they
fix it!
Contact them and/or uninstall/reinstall their software.
--
Mick Murphy - Qld - Australia


"Phil" wrote:
Quote:

> Hi,
> Why is it I can't cancel a print job without waiting 15-20 minutes? When
> click on the print job and select "Cancel" it shows "Deleting - Printing" as
> the status but takes forever to delete the job. If this is a Vista problem I
> would think Mircosoft would consider fixing it..........
> --
> Phil
My System SpecsSystem Spec
Old 08-17-2008   #3 (permalink)
Bill Sharpe


 
 

Re: Can't cancel print job

Phil wrote:
Quote:

> Hi,
> Why is it I can't cancel a print job without waiting 15-20 minutes? When
> click on the print job and select "Cancel" it shows "Deleting - Printing" as
> the status but takes forever to delete the job. If this is a Vista problem I
> would think Mircosoft would consider fixing it..........
Here is a batch file that will cancel print jobs. It works in XP, but
I'm not sure if the path in the "del" line is correct for Vista.

@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

Bill
My System SpecsSystem Spec
Old 08-17-2008   #4 (permalink)
Ferd Burfel


 
 

Re: Can't cancel print job

It's a USB Printing Support problem. It happens in 2000 and XP.

Bill's batch file does what I usually do to clear it, in a much more
efficient manner I might add.

Ferd


"Phil" <phil@xxxxxx> wrote in message
newsCC722A9-CED3-4E77-83D4-01140F14618D@xxxxxx
Quote:

>I don't believe it is a printer problem. I have an epson and an HP and I
> have the same problem on both......
> --
> Phil
>
>
> "Mick Murphy" wrote:
>
Quote:

>> If this is the Printer's Manufacturer's problem, I would suggest that
>> they
>> fix it!
>> Contact them and/or uninstall/reinstall their software.
>> --
>> Mick Murphy - Qld - Australia
>>
>>
>> "Phil" wrote:
>>
Quote:

>> > Hi,
>> > Why is it I can't cancel a print job without waiting 15-20 minutes?
>> > When
>> > click on the print job and select "Cancel" it shows "Deleting -
>> > Printing" as
>> > the status but takes forever to delete the job. If this is a Vista
>> > problem I
>> > would think Mircosoft would consider fixing it..........
>> > --
>> > Phil
My System SpecsSystem Spec
Old 08-20-2008   #5 (permalink)
Bill Sharpe


 
 

Re: Can't cancel print job

Phil wrote:
Quote:

> Thank you Bill.
> It does work with Vista.
> Phil
>
Thanks for the feedback, Phil.
I just got a new laptop last week with Vista Home Premium installed. I
am still getting used to the new interface.

Bill
My System SpecsSystem Spec
Old 09-14-2008   #6 (permalink)
zole2112


 
 

Re: Can't cancel print job


Thank you for the batch file, I used it successfully with Vista Home
Premium. I really appreciate it, I was stuck!


--
zole2112
------------------------------------------------------------------------
zole2112's Profile: http://forums.techarena.in/members/zole2112.htm
View this thread: http://forums.techarena.in/vista-help/1022016.htm

http://forums.techarena.in

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
cancel Vista mail
Cancel diskcheck Vista General
Which one is the any key?!? Can't cancel chkdsk... Vista performance & maintenance
Can't cancel color print Vista print fax & scan
Cancel a print job from the shell PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46