Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > windows & printers

Reply
Thread Tools Display Modes

windows & printers

 
 
Øyvind Granberg
Guest
Posts: n/a

 
      03-04-2009
hi...
I have been a Windows user since the first version came out in the late
eighties.
But the astonishing thing about Windows is the incredible useless printer
interaction this OS has shown even from day one!
Please, you MVP and whom else it may concern, bring this to the developers
and get the problem fixed.

If you in Word send a document to the printer, and you shortly thereafter
regret this, you're in for a long time consuming wait.
First you open up the printer queue.
Then you mark your document, right click it and in the pop up menu choose
Cancel. In the status column it says Deleting - document. You
wait...........wait........ and....
NOTHING HAPPENS!
You repeat this cancel command a dozen times or so, but still
NOTHING HAPPENS!
Then you from the printer menu choose Cancel all documents, but..
NOTHING HAPPENS!
Then after a while, after a futile wait, and the column named Size doesn't
show progress in transferring the document to the printer, you turn to the
printer and turn it off, sit down and wait for the error message to pop up.
It won't.
NOTHING HAPPENS!
Then, in shear despair you pull the plug on the computer.
Reboot.
Turn on the printer.
Open the document.
Send it to the printer.
NOTHING HAPPENS!
Open up the printer queue again.
There it is, the first document still residing at the top of the list and
acting like a plug in a hose.
You choose to delete the latter document from the queue and sit down with a
card game in waiting for the document to disappear from the printer queue.
Wow... three minutes later it does. It really is gone.
But the plug document remains!
Again you cancel all print jobs.
NOTHING HAPPENS!
The plug won't go away!
Two decades has passed and I'm still waiting for that document to be removed
from the printer queue.
Is this a virus?
It stopped your printing, and you can't get rid of it.
It is stuck.
Frustrating!

What can I do to delete this printing job?



--

Kind regards
Øyvind Granberg


www.tresfjording.com

 
Reply With Quote
 
 
 
 
trouble
Guest
Posts: n/a

 
      03-04-2009
First of all you must realize that according to Microsoft this is a problem
due to the way the printer manufacturer wrote the driver for their device.
The fact that all printers and printer drivers, regardless of manufacturer,
exhibit similar traits could have nothing to do with the operating system
itself according to Microsoft.
My personal favorite is the difference between the XP and Vista driver for
my HP laser printer: in the Vista version it is impossible to que printing
jobs without getting anything other than printed hash after the first print
job yet the XP driver will que up any number of print jobs and print
flawlessly.

 
Reply With Quote
 
Bill Sharpe
Guest
Posts: n/a

 
      03-05-2009
Øyvind Granberg wrote:
> hi...
> I have been a Windows user since the first version came out in the late
> eighties.
> But the astonishing thing about Windows is the incredible useless
> printer interaction this OS has shown even from day one!
> Please, you MVP and whom else it may concern, bring this to the
> developers and get the problem fixed.
>
> If you in Word send a document to the printer, and you shortly
> thereafter regret this, you're in for a long time consuming wait.
> First you open up the printer queue.
> Then you mark your document, right click it and in the pop up menu
> choose Cancel. In the status column it says Deleting - document. You
> wait...........wait........ and....
> NOTHING HAPPENS!
> You repeat this cancel command a dozen times or so, but still
> NOTHING HAPPENS!
> Then you from the printer menu choose Cancel all documents, but..
> NOTHING HAPPENS!
> Then after a while, after a futile wait, and the column named Size
> doesn't show progress in transferring the document to the printer, you
> turn to the printer and turn it off, sit down and wait for the error
> message to pop up. It won't.
> NOTHING HAPPENS!
> Then, in shear despair you pull the plug on the computer.
> Reboot.
> Turn on the printer.
> Open the document.
> Send it to the printer.
> NOTHING HAPPENS!
> Open up the printer queue again.
> There it is, the first document still residing at the top of the list
> and acting like a plug in a hose.
> You choose to delete the latter document from the queue and sit down
> with a card game in waiting for the document to disappear from the
> printer queue. Wow... three minutes later it does. It really is gone.
> But the plug document remains!
> Again you cancel all print jobs.
> NOTHING HAPPENS!
> The plug won't go away!
> Two decades has passed and I'm still waiting for that document to be
> removed from the printer queue.
> Is this a virus?
> It stopped your printing, and you can't get rid of it.
> It is stuck.
> Frustrating!
>
> What can I do to delete this printing job?
>
>
>

Run the following batch file at a command prompt:
@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

You may want to create a desktop shortcut to this file.

I've used it in Windows XP. Not sure if the path is the same in Vista.
My Vista machine is a laptop and generally doesn't have a printer connected.


Bill
 
Reply With Quote
 
Øyvind Granberg
Guest
Posts: n/a

 
      03-05-2009
I guess since so many different printer manufacturers having the same
trouble, it must be the environment the drivers function in that is flawed,
no matter what Capt. Gates and his crew is claiming.

Thank you a lot Bill S.!
The batch file worked just fine, even on my Vista computer. The queue was
cleared instantly.
My two decade wait is over! :-)

--

Kind regards
Øyvind Granberg


www.tresfjording.com

"Bill Sharpe" <> skrev i nyhetsmeldingen:
...
> Øyvind Granberg wrote:
>> hi...
>> I have been a Windows user since the first version came out in the late
>> eighties.
>> But the astonishing thing about Windows is the incredible useless printer
>> interaction this OS has shown even from day one!
>> Please, you MVP and whom else it may concern, bring this to the
>> developers and get the problem fixed.
>>
>> If you in Word send a document to the printer, and you shortly
>> thereafter regret this, you're in for a long time consuming wait.
>> First you open up the printer queue.
>> Then you mark your document, right click it and in the pop up menu choose
>> Cancel. In the status column it says Deleting - document. You
>> wait...........wait........ and....
>> NOTHING HAPPENS!
>> You repeat this cancel command a dozen times or so, but still
>> NOTHING HAPPENS!
>> Then you from the printer menu choose Cancel all documents, but..
>> NOTHING HAPPENS!
>> Then after a while, after a futile wait, and the column named Size
>> doesn't show progress in transferring the document to the printer, you
>> turn to the printer and turn it off, sit down and wait for the error
>> message to pop up. It won't.
>> NOTHING HAPPENS!
>> Then, in shear despair you pull the plug on the computer.
>> Reboot.
>> Turn on the printer.
>> Open the document.
>> Send it to the printer.
>> NOTHING HAPPENS!
>> Open up the printer queue again.
>> There it is, the first document still residing at the top of the list and
>> acting like a plug in a hose.
>> You choose to delete the latter document from the queue and sit down with
>> a card game in waiting for the document to disappear from the printer
>> queue. Wow... three minutes later it does. It really is gone.
>> But the plug document remains!
>> Again you cancel all print jobs.
>> NOTHING HAPPENS!
>> The plug won't go away!
>> Two decades has passed and I'm still waiting for that document to be
>> removed from the printer queue.
>> Is this a virus?
>> It stopped your printing, and you can't get rid of it.
>> It is stuck.
>> Frustrating!
>>
>> What can I do to delete this printing job?
>>
>>
>>

> Run the following batch file at a command prompt:
> @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
>
> You may want to create a desktop shortcut to this file.
>
> I've used it in Windows XP. Not sure if the path is the same in Vista. My
> Vista machine is a laptop and generally doesn't have a printer connected.
>
>
> Bill


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Redirected Printers Not Visible in Windows 2008 mandbru99 Windows Vista Administration 2 04-04-2009 09:11 AM
My printers only print headers for Windows Mail 2beirv Windows Vista Mail 0 01-29-2008 11:30 PM
HP Printers & WIndows Vista MSL Windows Vista Hardware 4 08-20-2007 08:26 AM
HP Printers & Windows Vista MSL Windows Vista Printing / Faxing / Scanning 4 07-17-2007 12:00 AM
Unable to print to Shared Printers on Windows XP Pro PC Andy P Windows Vista Printing / Faxing / Scanning 0 06-10-2007 07:12 PM



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 47 48 49 50 51 52 53 54 55 56 57 58 59