Limit of fifteen files for right-click?

User avatar
ChrisGreaves
PlutoniumLounger
Posts: 15498
Joined: 24 Jan 2010, 23:23
Location: brings.slot.perky

Limit of fifteen files for right-click?

Post by ChrisGreaves »

(my current system is Win7 Home Premium)
LimitOfFifteen.png
I have been puzzled by this for a while; (MSPaint and JPG files for me, I suspect it is true for all applications and file stores).

I am in the habit of selecting a bunch of image files and processing them with MSPaint.
Sometimes I see “Edit” on the right-click menu, sometimes I don’t.

I suspect that Windows (probably Windows 1.0 and onwards) has a limit of fifteen items that the right-click menu can handle.
With 15 selected items, I see “Edit” on the right-click menu.
With 16 selected items, I don’t see “Edit” on the right-click menu. :hairout:
You do not have the required permissions to view the files attached to this post.
An expensive day out: Wallet and Grimace

User avatar
HansV
Administrator
Posts: 78235
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Limit of fifteen files for right-click?

Post by HansV »

Yes, the limit is 15, but you can change it if you wish. See Context menus are shortened when more than 15 files are selected.
Best wishes,
Hans

User avatar
ChrisGreaves
PlutoniumLounger
Posts: 15498
Joined: 24 Jan 2010, 23:23
Location: brings.slot.perky

Re: Limit of fifteen files for right-click?

Post by ChrisGreaves »

WOO-WOO! (I think that is the modern response)
Thanks Hans!
A double-word value should do it.

Typically I have under thirty files (of whatever type) to process at a time, I do so love being able to work my way through a series of files without interrupting myself with "File Open" every file.
An expensive day out: Wallet and Grimace

User avatar
ChrisGreaves
PlutoniumLounger
Posts: 15498
Joined: 24 Jan 2010, 23:23
Location: brings.slot.perky

Re: Limit of fifteen files for right-click?

Post by ChrisGreaves »

ChrisGreaves wrote:
09 Apr 2015, 14:28
(my current system is Win7 Home Premium) ...Sometimes I see “Edit” on the right-click menu, sometimes I don’t.
Plus ça change ...
Untitled.png
My system is now Win10-2004 and nowadays WEBP format is added to the mix.
I select two webp-images.
I plan to edit them in MSPaint and save them as JPG images.
I select the two images, right-click, and - No "Edit" in the context menu!
I select one image and see that I can use "Open With"; I do this once or twice a week.
But with two images selected "Open With" is not an option.

My guess is that "Edit" is not available because I have not (yet) associated the webp-extent with MSPaint.
My guess too is that "Open With" is available only to multiple files where the extent has been associated with at least one application.

I can drag the two selected files to MSPaint.exe, but only one file is opened in MSPaint.

Cheers
Chris
You do not have the required permissions to view the files attached to this post.
An expensive day out: Wallet and Grimace

User avatar
HansV
Administrator
Posts: 78235
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Limit of fifteen files for right-click?

Post by HansV »

In my Windows 10 Home 2004, "Open with" is only available when I select a single file, whether it has an application associated with it or not. If I have selected multiple files with the same extension, "Open with" is not available in the context menu.

Once you associate .webp with an application that can edit such files, such as Paint, Edit will automatically be added to the context menu.
Best wishes,
Hans

User avatar
ChrisGreaves
PlutoniumLounger
Posts: 15498
Joined: 24 Jan 2010, 23:23
Location: brings.slot.perky

Re: Limit of fifteen files for right-click?

Post by ChrisGreaves »

HansV wrote:
20 Oct 2020, 20:17
... Once you associate .webp with an application that can edit such files, such as Paint, Edit will automatically be added to the context menu.
Thanks again Hans.
After six months of manual labour I am ready to announce that ...

Exasperation is the mother of invention:-

Code: Select all

:: 7:13 PM 04/15/2021
:: for %a in (*.webp) do webp2jpg %a
:: https://www.howtogeek.com/325864/how-to-save-googles-webp-images-as-jpeg-or-png/
dwebp.exe %1 -o %1.JPG
Cheers
Chris
You do not have the required permissions to view the files attached to this post.
An expensive day out: Wallet and Grimace