Skip to main content

Windows does not allow you to print more than 15 files

Published —

It’s a common need in the office days print a complete folder full of pdfs, docs or whatever. You have already tried to select all and print with a right mouse click > Print… but “Print” is missing!

By default, Windows (7, 8 & 10) is limited to let you print just 15 files. The following registry value extends the number of files that may be selected while maintaining the context menu options.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
Name : MultipleInvokePromptMinimum
Type : DWORD
Default : 15 (decimal)

Note: If you are using windows 10 you will need to create the DWORD value as a new one in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer

DC

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Articles That Might
Interest You

ASP Net Core Service Lifetime

If you are going to use dependency injection framework in Net Core you must control the service l…

Configure SSL to securely connect to Azure Database for MySQL

Azure DB for MySQL supports connecting to client applications using SSL. Enforcing SSL between yo…

Generate dynamically a signed Pdf with Net Core 5 (C#)

Do you need to generate a certificate, diploma, or any pdf document signed with your own pfx? Her…