JSI Tip 9322. How do I prevent the 'This document has been sent to the printer....' message from popping up, using the registry or freeware?

Jerold Schulman

May 3, 2005

1 Min Read
ITPro Today logo in a gray background | ITPro Today


We used the GUI in tip 9310 How do I prevent the 'This document has been sent to the printer....' message from popping up when I print a document?

Harry Bates ([email protected]), brings us DisablePrinterBaloon.zip freeware to disable the printer balloons. Just unzip DisablePrinterBaloon.zip and run DisablePrinterBaloon.exe.

You can also disable these printer balloons using REG.EXE, built into Windows XP (NT 5.1) and later, or installed on Windows 2000 from the Support Tools on the operating system CD-ROM:

REG ADD "HKCUPrintersSettings" /V EnableBalloonNotificationsLocal /T REG_DWORD /F /D 0
REG ADD "HKCUPrintersSettings" /V EnableBalloonNotificationsRemote /T REG_DWORD /F /D 0



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like