[SOLVED] Display of images (using Windows Photoviewer) is limited to six images.

General discussion related to "Everything".
Post Reply
ChrisGreaves
Posts: 821
Joined: Wed Jan 05, 2022 9:29 pm

[SOLVED] Display of images (using Windows Photoviewer) is limited to six images.

Post by ChrisGreaves »

I reboot the Win11 system.
My Everything Filter displays images named as 2019 February, that is "T:\Media\Images\Camera\ IMG_201902*.jpg" where T: is my decrypted Veracrypt partition.
266 images returned. sounds right (I took 266 photographs during my first month in Bonavista!)
Three essays:-
01.png
01.png (189.97 KiB) Viewed 3487 times
(1) I select and tap <Enter" on the first image; my default for JPG files is the (read-only) Windows Photo Viewer. The first image (IMG_20190201_091215121_HDR.jpg) pops into view.
I tap the right-arrow key and Windows Photo Viewer displays the next image, and so on, but when I tap right-arrow after the sixth image, the first image is re-displayed.
That is I seem to be restricted to six images at a time – Not what I want. I want to inspect all 266 images for the month of 2019-February.
02.png
02.png (180.94 KiB) Viewed 3487 times
(2) I select the first six images and tap Enter. Viewer again restricts itself to six items.
This is what I would expect for a viewer – if I select only six images then only those six images will be passed to viewer.
03.png
03.png (182.55 KiB) Viewed 3487 times
(3) I select the first SEVEN images and tap Enter. Viewer again restricts itself to six items.

This is NOT what I would expect for a viewer – if I select seven images then those seven images could be passed to viewer. But not six.

(4) I right-click on a JPG file and set Open With to be MSPaint. I reboot the Win11 system and re-apply my Everything Filter. MSPaint opens that image but (doh!) MSPaint doesn't support the right-arrow key to advance the next image.
(5) I right-click on a JPG file and set Open With to be Photos. I reboot the Win11 system and re-apply my Everything Filter. Photos opens that image and I enter Slideshow. When I have only one image selected (in my Everything results list) Slideshow shows only that image. Six selected images and Slideshow cycles through those Six; Thirteen yields thirteen.

Please and thank you, I am trying to determine what is at fault here (besides me and my lack of knowledge).

I suspect that my problem is NOT with Everything.
I suspect that because I think that Everything just passes the name of an executedx (ENTERed) file name to whatever it is in Windows 11 that works out what to do with that file.
Can I exclude Everything from my list of suspects?
Thanks again
Chris
Last edited by ChrisGreaves on Fri Jan 23, 2026 3:05 pm, edited 2 times in total.
therube
Posts: 5711
Joined: Thu Sep 03, 2009 6:48 pm

Re: Display of images (using Windows Photoviewer) is limited to six images.

Post by therube »

If you do the same (selections) with Windows Explorer (instead of Everything), what happens?
ChrisGreaves
Posts: 821
Joined: Wed Jan 05, 2022 9:29 pm

Re: Display of images (using Windows Photoviewer) is limited to six images.

Post by ChrisGreaves »

therube wrote: Wed Jan 14, 2026 4:01 pm If you do the same (selections) with Windows Explorer (instead of Everything), what happens?
Thank you therube,
Why didn't ***I*** think of that? :D
04.png
04.png (157.17 KiB) Viewed 3458 times
My search in Explorer turned up 266 results (Hooray!), and executing the first in the list brought up Windows Photo Viewer with that first image on show.
So far so good.
Tapping Right-Arrow key then advanced me through more than twenty images (at which point I stopped using the R-A key),

So:-
(1) Thank you for waking up my brain :lol:
(2) I now think that there may be an influence from Everything in play
(3) Let us wait until tomorrow; with a fresh mind I will repeat my trials and then ask another question.
THANKS AGAIN.
Cheers, Chris
santilli
Posts: 26
Joined: Tue Apr 30, 2024 7:05 am

Re: Display of images (using Windows Photoviewer) is limited to six images.

Post by santilli »

I could not replicate the issue using VeraCrypt and Windows Photo Viewer. No matter what I do, when I open a single file from Everything's window, all files in the same directory are loaded. I notice that for the Photos app, which is a UWP application, opening from within Everything loads only the selected item, completely isolated. Whereas the same Photos app loads all images when invoked from within Windows Explorer. Seems like a restriction in file handling, probably caused by UWP guidelines.

The problem is, Windows Photo Viewer as far as I know is not a UWP application, it is a regular executable, so calling it from Everything or Explorer should not render different outcomes, and indeed in my case it doesn't. But I am using Windows 10, which might explain why.

In any case, you can get rid of this annoyance by switching to a different viewer.
void
Developer
Posts: 19830
Joined: Fri Oct 16, 2009 11:31 pm

Re: Display of images (using Windows Photoviewer) is limited to six images.

Post by void »

While Everything opens all images in one system call, the system will likely open one image at a time.
It's up to the viewer to handle opening multiple images or one at a time.
If it opens one at a time, its up to the viewer to merge these into one play list.

Your image viewer will not know how the results are sorted in Everything.
There are APIs to get the current sort from Windows Explorer.
So you might (most likely with Windows Photo Viewer) see different images when pressing right.


(1) I select and tap <Enter" on the first image; my default for JPG files is the (read-only) Windows Photo Viewer. The first image (IMG_20190201_091215121_HDR.jpg) pops into view.
I tap the right-arrow key and Windows Photo Viewer displays the next image, and so on, but when I tap right-arrow after the sixth image, the first image is re-displayed.
That is I seem to be restricted to six images at a time – Not what I want. I want to inspect all 266 images for the month of 2019-February.
I don't have a good explanation as to why there's only six images in the play list.
Is [Administrator] shown in the Everything window title bar? -Running Everything as admin might be causing issues with your image viewer.

I see the expected results here, with Windows Photo Viewer, when opening only one image, pressing Right cycles through all images in the same folder.


(3) I select the first SEVEN images and tap Enter. Viewer again restricts itself to six items.
Related to first issue when opening only one image? seems odd.
I see the expected results here with Windows Photo Viewer, opening Seven images, pressing Right cycles through the Seven images.


I suspect that because I think that Everything just passes the name of an executedx (ENTERed) file name to whatever it is in Windows 11 that works out what to do with that file.
Technically, when pressing ENTER, Everything executes the default verb by using the context menu. (same as right clicking the files and clicking the bold item)
This is a single system call with multiple items to IContextMenu::Invoke. So this system handles executing multiple items.

Disabling
Tools -> Options -> Advanced -> shell_execute_invoke_id_list
will execute each item with ShellExecute, which might produce a different result.


Can I exclude Everything from my list of suspects?
No, not yet.
Please try opening the image from Start -> Run (Win + R)
Copy a single .jpg filename from Everything with Ctrl + Shift + C
Paste that in the Run dialog, hit OK, do you see the same behavior as Everything?
NotNull
Posts: 5961
Joined: Wed May 24, 2017 9:22 pm

Re: Display of images (using Windows Photoviewer) is limited to six images.

Post by NotNull »

I suspect PhotoViewer just opens the first image and then opens all other images in that same folder when "right-arrowing" through them.

To test, copy a "random.jpg" file that doesnt match your search query to the 2019_02_01 folder.
If my hypothesis is correct, "random.jpg" will be shown too.

(Can't test; no PhotoViewer installed)
ChrisGreaves
Posts: 821
Joined: Wed Jan 05, 2022 9:29 pm

Re: Display of images (using Windows Photoviewer) is limited to six images.

Post by ChrisGreaves »

CONCLUSION: Everything 1.5 is not at fault. My laptop system (including "Windows Photo Viewer") is a cause of my problem.
Responses to outstanding replies will follow.
void wrote: Thu Jan 15, 2026 5:04 amSo you might (most likely with Windows Photo Viewer) see different images when pressing right.
In all situations, I see the same cycle of images; so much so that after 24 hours I am sick and tired of seeing the images from the ferry terminal at North Sydney in Nova Scotia!
(1) I select and tap <Enter" on the first image; …
I don't have a good explanation as to why there's only six images in the play list.
Me neither; in a way related to computers I’d be happier if something cycled through 4, 8, or 16 images! But six? Never!
Is [Administrator] shown in the Everything window title bar? -Running Everything as admin might be causing issues with your image viewer.
Everything_01.jpg
Everything_01.jpg (218.71 KiB) Viewed 3390 times
No. I was rebuked with all the gentleness of my high-school mathematics teacher; admonished NOT to run in Administrator mode some two or more years ago. I now think of "Administrator mode" as our teacher of archaic English Literature.
My filter "DiaryImages" is my easy-access to recover and use images from my Bonavista diary folders." T:\Media\Images\Camera\ IMG_201902*.jpg"
So one thought is to drop that filter (although I am still of the opinion that my problem is NOT a problem caused by Everything).
Everything_02.jpg
Everything_02.jpg (200.51 KiB) Viewed 3390 times
Using the built-in filter "Image" returns the same results (266 items) AND the same cycle-6 behaviour.
Since I think that Everything is absolved, I am not surprised at this result.
I see the expected results here, with Windows Photo Viewer, when opening only one image, pressing Right cycles through all images in the same folder.
OK. The aberration seems more and more likely to be something local to this laptop Win11 system. Good to know!
(3) I select the first SEVEN images and tap Enter. Viewer again restricts itself to six items.
Related to first issue when opening only one image? seems odd.
Again, I agree that this seems odd.
If I didn’t know any better I'd start thinking that ***MY*** copy of Windows Photo Viewer had an abnormally-sized buffer for file names.
I suspect that because I think that Everything just passes the name of an executed (ENTERed) file name to whatever it is in Windows 11 that works out what to do with that file.
… the context menu. (same as right clicking the files and clicking the bold item)…
Bold item? Bold? Never seen a bold item in a context menu. Never! (he says) …
Everything_03.jpg
Everything_03.jpg (73.57 KiB) Viewed 3390 times
Well. I learn something new every day. And still I get the 6-cycle.
Disabling
Tools -> Options -> Advanced -> shell_execute_invoke_id_list
will execute each item with ShellExecute, which might produce a different result.
Everything_04.jpg
Everything_04.jpg (79.81 KiB) Viewed 3390 times
Void, you are determined to educate me in Everything, aren't you (grin!)? It is working, because I now know about the switch "Show only modified settings". I exit then reload Everything.
I apply my filter "DiaryImges", 266 items, tap <Enter> on the first, and again cycle through those first six mages.
Can I exclude Everything from my list of suspects?
No, not yet. Please try opening the image from Start -> Run (Win + R) Copy a single .jpg filename from Everything with Ctrl + Shift + C Paste that in the Run dialog, hit OK, do you see the same behavior as Everything?
I did that (r/c Copy Name); but "Windows cannot find the name"; so I tried CopyFullPath. Tapping RightArrow repeatedly cycled me through the first six images in that list. (bad!).

It is as if copying the FullPath carried with it some sort of descriptor that read "and the next five files from this file" (but note, not "and the next file files in the Everything List". If pushed I would copy/paste that name through Notepad.
OK, tempting; I chose to CopyFullPath from about the twentieth item (in case the first item in the Results List is tainted, ran it through Notepad as a text filter, pasted it from Notepad into Win+R and Yup! Cycled through that and the next five images.

[DISCLOSURE]: Most of the problems I have experienced with computers over my lifetime have been caused by (a) lack of knowledge on my part (b) some problem with my computing environment caused by me. Back in my early days of Win 3.1 I was sure I knew that a little file was not much use – so I would use the <delete" key :blush:
This "cycle through six" problem may well be related to my specific setup on the laptop; but I cant think what. Now I am at Win11 with a 2 TB SSD drive I am reluctant to do anything about saving space or moving files. [/DISCLOSURE]

That "the same behavior as Everything" is seen suggests that, since I have passed the name via Notepad, my problem lies NOT in Everything, but in something else that may be related to Win11 or the Windows Photo Viewer.
Cheers, Chris
ChrisGreaves
Posts: 821
Joined: Wed Jan 05, 2022 9:29 pm

Re: Display of images (using Windows Photoviewer) is limited to six images.

Post by ChrisGreaves »

santilli wrote: Wed Jan 14, 2026 11:21 pm... it is a regular executable, so calling it from Everything or Explorer should not render different outcomes, and indeed in my case it doesn't. But I am using Windows 10, which might explain why.
santilli, thank you for this response. It seems that everyone except me does NOT see this "cycle through six" behaviour when loading an image file from Everything to Windows Photo Viewer.
Hence my conclusion in my reply to Void.

How To Enable Windows Photo Viewer In Windows 11 reminded me that Windows Photo Viewer was not the default viewer. I suspect that about a year ago when I migrated to Windows 11 I quickly issued the Right-click, Open With, chose Windows Photo Viewer and chose "Always use ..."
In any case, you can get rid of this annoyance by switching to a different viewer.
... and a different operating system
I agree that I can do that but:-
(a) as the linked article states "... it’s no longer a simple image viewer. It includes image enhancement tools that most users never use.". I am generally in favour of simple applications over complex applications. Lower chance of problems.
(b) one of my primary uses of an image viewer is to answer the question "what the heck is THIS image file? let's have a look"
(c) I write macros in VBA, including macros to let me edit, view, delete linked images. Switching viewers will make me edit a suite of macros spread across several VBA applications.
Cheers, Chris
ChrisGreaves
Posts: 821
Joined: Wed Jan 05, 2022 9:29 pm

Re: Display of images (using Windows Photoviewer) is limited to six images.

Post by ChrisGreaves »

CONGRATULATIONS NotNull! You have won yet-another coffee next time you are in Bonavista!!! :D :D
NotNull wrote: Thu Jan 15, 2026 2:05 pm I suspect PhotoViewer just opens the first image and then opens all other images in that same folder when "right-arrowing" through them.
Just for the record - I am still using "Windows Photo Viewer" in my work.
To test, copy a "random.jpg" file that doesn't match your search query to the 2019_02_01 folder.
If my hypothesis is correct, "random.jpg" will be shown too.
Everything_05.jpg
Everything_05.jpg (135.85 KiB) Viewed 3384 times
:twisted: OK; now pay attention!

I created an appropriately named random JPEG file, using a slightly different name from NotNull's suggestion, but still recognizable.

Before I had a chance to paste this fabricated file into the appropriate folder, I was greeted with the knowledge that there were only six images in the folder.

Once I pasted that image "RandomNotNull.jpg" into the folder there were seven images.
Of course Everything, using MY filter DiaryImages =
T:\Media\Images\Camera\ IMG_201902*.jpg
does NOT find this new file because the new file is NOT match the characters
IMG_201902
.

Rather than modify the image name, I switched to Void's
Image
filter and, well, no surprise here, Windows Photo Viewer cycled through seven images rather than six.

I suppose this happens because Everything sees the "found images" - originally six in number, as a set of six images housed in the lowest folder; that of the executed item in the results list.

I checked this by selecting and executing one of the images in a set of five in a folder for a different day
T\Media\Images\Camera\2019\2019_02\2019_02_25\

Yep! A five-cycle rotation.

For those kind souls who set up "a folder" with images, yes, Windows Photo Viewer, if passed the full path of one of those images, will cycle through ALL images in that folder.

The image that started this thread shows six images in the first folder "T:\Media\Images\Camera\2019\2019_02\2019_02_01\", which is why, when I executed the first file, Windows Photo Viewer cycled through only those six files.

I, of course, assumed that Everything would cycle through all 266 items in my result list.

Now you all know how much I still have to learn!
Cheers, Chris
santilli
Posts: 26
Joined: Tue Apr 30, 2024 7:05 am

Re: Display of images (using Windows Photoviewer) is limited to six images.

Post by santilli »

ChrisGreaves wrote: Thu Jan 15, 2026 7:12 pm The image that started this thread shows six images in the first folder "T:\Media\Images\Camera\2019\2019_02\2019_02_01\", which is why, when I executed the first file, Windows Photo Viewer cycled through only those six files.

I, of course, assumed that Everything would cycle through all 266 items in my result list.
What baffles me is how everyone trying to understand what was going on failed to notice that you structure your directories based on
YEAR\YEAR_MONTH\YEAR_MONTH_DAY\
while your filter is set to show all files from
T:\Media\Images\Camera\


So now we can see that Everything will show files from all 31 folders corresponding to the month of February, listed alphabetically, where we can notice there's only 6 files for each folder, roughly. All the while we are breaking our heads trying to understand why the image viewer is not displaying images that are not there to be seen.

Now... I apologize in advance, but it seems to me that, in an attempt to be extra organized, you ended up creating this problem.
If all your files already follow the DATE_TIME.ext structure, you could simply store them in a single MONTH folder, instead of having several subfolders for each day. Even if this would mean refactoring your macros, it is best to simplify the folder structure if you intend to browse multiple days in one go, otherwise you will have to adapt to this limitation.

Lastly, I have a couple of questions, just because I am a curious being :lol:

1 - Have you recently come up with this folder structure that you're using? If not, I reckon you'd have faced this situation pretty early on.

2 - If you only intend to see "what the heck is THIS file", Everything's preview panel should be enough, no?
You can browse using up/down arrow keys and see images from multiple folders, rename, delete, without even having to open windows photo viewer.
ChrisGreaves
Posts: 821
Joined: Wed Jan 05, 2022 9:29 pm

Re: Display of images (using Windows Photoviewer) is limited to six images.

Post by ChrisGreaves »

santilli>>> What baffles me is how everyone trying to understand what was going on failed to notice that you structure your directories based on YEAR\YEAR_MONTH\YEAR_MONTH_DAY\ while your filter is set to show all files from T:\Media\Images\Camera\

Good point; that said I will at times be constrained by my client to the structure created by them. I'm not trying to hoodwink you here – these ARE my folders and my files and my naming conventions, but it is what it is and today I might be constrained by my own suite of utilities that force me to use such constructions for other processes, yes? My snapshots show that these structures of data do exist, and we are not always granted the freedom to change them; we must process the data as it is, not as we might wish we had structured it 20+ years ago (when I purchased my first digital camera)

santilli>>> So now we can see that Everything will show files from all 31 folders corresponding to the month of February, listed alphabetically, where we can notice there's only 6 files for each folder, roughly. All the while we are breaking our heads trying to understand why the image viewer is not displaying images that are not there to be seen.

Well, not quite breaking MY head. I had expected to find myself serially processing a data set of 266 images, not realizing that the folder structure from which the results list is fabricated would govern/limit a subset of images to be viewed. It turns out that both Everything and Windows Photo Viewer are well-behaved, doing precisely what they were designed to do.
My experience with Everything is that whenever things don't seem to be working, that is due to my inexperience with Everything, and I have clung to that belief from the start of this thread: "I am trying to determine what is at fault here (besides me and my lack of knowledge)." I do not brag about my lack of knowledge; I acknowledge (nice one Chris!) my lack of knowledge.

santilli>>> Now... I apologize in advance, but it seems to me that, in an attempt to be extra organized, you ended up creating this problem.

Not quite. For twenty years I have progressed from "Just click this button here" to "Look! I can edit an {IncludePicture} image in a MSWord document with just one click of a button. I believe that regular users of MSWord still have to (a) show the field codes to identify the name of the image file (b) use Windows File Explorer to locate that image file (c) right-click on that file name to invoke (say) MSPaint and later (d) hide the field codes prior to pressing the <F9> function key to update the image in the MSWord document.
As the sole custodian of over 20,000 camera images, I would claim that I have solved a massive problem. The concern in this thread is but a hurdle I must leap in achieving my goal; not an obstacle.

santilli>>> If all your files already follow the DATE_TIME.ext structure, you could simply store them in a single MONTH folder, instead of having several subfolders for each day. Even if this would mean refactoring your macros, it is best to simplify the folder structure if you intend to browse multiple days in one go, otherwise you will have to adapt to this limitation.

It is not always possible to restructure data as a project progresses; that is why professional programmers spend time analyzing data needs. My data needs are rooted over 20 years ago. Back then my needs were based on what was needed back then. "A company is known by the data it keeps"

santilli>>> 1 - Have you recently come up with this folder structure that you're using? If not, I reckon you'd have faced this situation pretty early on.

No! (grin!). I came up with this folder structure over 20 years ago; this structure has served me well in earlier assemblies. It is now 50 years since CDC introduced me to the idea of using dates in a hierarchical form "YYYYMMDD" rather than any other form.
And again No! (grin!). Had I met this hurdle, say, 25 years ago, I’d have solved it and gotten on with life. Mind you, Everything 1.5 wasn't around 25 years ago, so there's no way I could have met this hurdle 25 years ago.

santilli>>> 2 - If you only intend to see "what the heck is THIS file", Everything's preview panel should be enough, no?

No. (this is getting to be too negative for me, and probably you). Void has presented an option for right-click and the bolded Preview command. That's two clicks. I have been using the right-arrow key, which (a) is but one action and (b) keeps my fingers on the keyboard. Would you agree that by using one tap instead of two differing clicks I have cut my work by 50%?

santilli>>> You can browse using up/down arrow keys and see images from multiple folders, rename, delete, without even having to open windows photo viewer

Correct! But in detail view my eye/brain organ can reap more data in less time.
In particular I have just tried the right-click Preview mode again, and yes, I am still restricted to those six images starting with the first image in the results screen.

Whatever. Thank you for your responses. They all cement my understanding of Everything 1.5
Cheers, Chris
santilli
Posts: 26
Joined: Tue Apr 30, 2024 7:05 am

Re: Display of images (using Windows Photoviewer) is limited to six images.

Post by santilli »

ChrisGreaves wrote: Fri Jan 16, 2026 12:10 pm Whatever. Thank you for your responses. They all cement my understanding of Everything 1.5
Cheers, Chris
Sorry for making you grin, and thanks for the clarifications :mrgreen:
NotNull
Posts: 5961
Joined: Wed May 24, 2017 9:22 pm

Re: Display of images (using Windows Photoviewer) is limited to six images.

Post by NotNull »

Instead of Windows PhotoViewwer, there is another PhotoViewer, one that doesn't limit itself to a single folder: voidImageViewer by "our" @void himself. Takes a little effort to set up, but works well.
If interested, I'll describe the steps needed.


But there is another option, one that @santilli already hinted at:
Everything has its own build-in viewer for images. You can activate it through Menu => View => Preview or by pressing 'ALT + P'.
(repeat to hide the preview panel again when done viewing pictures)
Cursor up/down in the result list will show a preview for the selected file (not just pictures!).

Might not be what you are after, as it will leaqve less space for the result list columns (i.e. the data). But worth a try ...
ChrisGreaves
Posts: 821
Joined: Wed Jan 05, 2022 9:29 pm

Re: [SOLVED] Display of images (using Windows Photoviewer) is limited to six images.

Post by ChrisGreaves »

The list of results holds a column of names of, say, 1,000 image files housed across, say, 100 folders.
The list of results holds as well a column of folder names (paths) for each image file.

Everything sees/thinks of each image file as having a name AND a path (as in "Full Path"), so when I draw Everything's attention to a specific image file, I am drawing attention to a full path, which means a folder path and a file name.

Consequently, when I ask Everything to do some things with this image, and the target application already contains the ability to process all files in that folder, then the application will go ahead and process all files in that folder.

That is why a file (selected by me) that sits in a folder with five other files can be processed as a set of six files.

There is probably a better explanation, but that's the best I can do right now.

Thank you to all who participated.
Cheers, Chris
Post Reply