Windows 10: The Bug in Windows Photo Viewer

Windows 10 comes with a slick new image manager with the imaginative name “Photos”. It’s nice and all, but it lacks some of the features the XP-era Windows Photo Viewer had. For one, Photos doesn’t display the file name in the title bar; you have to click multiple times to see the filename. This is frustrating if you’re working with pictures that are very similar, say multiple takes of the same pose, or pictures that look very similar as thumbnails, like screen caps.

While XP’s Windows Photo Viewer is included in Windows 10, and can easily be made the default imaging app, the version of WPV that ships with Windows 10 has a super-annoying bug: if you click the right or left arrows to scroll through pictures, images are always displayed in alphabetical order, regardless of how you have the folder sorted. In previous versions of Windows, you could sort the pictures by size or date, and when you scrolled through the pictures in WPV, the app would respect that sort order.

Thankfully, it’s an easy fix. Just copy the following text into your favorite text editor, like Notepad, and save it as a .REG file. Then right-click the file, choose “Merge” and click “Allow” or “OK” to the warning that appears:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Paint.Picture\shell\open]
"MuiVerb"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,\
69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,\
00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,\
72,00,5c,00,70,00,68,00,6f,00,74,00,6f,00,76,00,69,00,65,00,77,00,65,00,72,\
00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,34,00,33,00,00,00

[HKEY_CLASSES_ROOT\Paint.Picture\shell\open\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\
6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\
00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\
25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\
00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\
6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\
00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\
5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\
00,31,00,00,00

[HKEY_CLASSES_ROOT\Paint.Picture\shell\open\DropTarget]
"Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

[HKEY_CLASSES_ROOT\jpegfile\shell\open\DropTarget]
"Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

[HKEY_CLASSES_ROOT\pngfile\shell\open\DropTarget]
"Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

If you’d prefer to just download the reg file, click here.

7 Replies to “Windows 10: The Bug in Windows Photo Viewer”

  1. Thank you so much for this fix…the online help MS offers from the other side of the world is useless. You were far, far more helpful than they were!

  2. Oh thank GOODNESS. I’ve been baffled by the photo display order on my new computer for almost a year! Your Step by Step registry instruction was the only fix I could clearly understand as a non-programmer.

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.