I’m in the middle of migrating my Plex media server from my daily driver Windows 10 PC to Server 2019 Standard. I ran out of space (and hard drive bays) inside my desktop, so the time has come to migrate to a different OS. I purchased all the components with the intention of turning my server into a TrueNAS nas server, but after running TrueNAS for a week, I decided the time invested in learning/migrating to an unfamiliar operating system was more than I wanted to tackle at this point in time. I ultimately ended up purchasing a Fractal Design Node 804 case because of how many storage bays it has.

As a sysadmin, I’ve become really proficient with Windows operating systems, Powershell, Hyper-V, PFsense, etc, so I figured moving to a known OS would simplify things for me in the long run. However, I soon learned that there are a few things I wasn’t aware of on Server 2019. In particular, one of the things I learned was that the default “photo viewer” is set to Paint.

Fortunately, this was a quick fix. Follow the steps below if you’ve ran into the same issue.

If you’re curious about my server build, I am using


How to Enable Photo Viewer in Windows Server 2019

By default, Photo Viewer isn’t installed or active. The first thing we need to do is check whether or not the DLL’s exist on the server.


Step 1: Check if Photo Viewer DLL’s Exist

Browse to C:\Program Files (x86)\Windows Photo Viewer on the server. If you see .dll files there, that means the files exist but aren’t registered. It should look like this:

If you don’t see those files, simply browse to the path above from a Windows 10 PC & copy the folder contents to the same path on your server.


Step 2: Register the DLL’s

Now that we know the necessary files are present, we need to register them.

Open Command Prompt (type CMD into Start) and right-click to Run as Administrator. Then copy and paste the following code:

regsvr32 “C:\Program Files (x86)\Windows Photo Viewer\PhotoViewer.dll”

Step 3: Download PhotoViewer Registry Keys

Now that the .dll’s are registered, we need to import the registry keys. This allows us to “Open With…” from File Explorer and choose Windows Photo Viewer, as well as set default file associations for various file types, such as .jpg, .jpe, or .jpeg.

Download registry files from here: MS Photoviewer Registry Files.zip

Once downloaded, right-click the .zip file and extract it to a temporary location.


Step 4: Import Registry Keys

From Start, open Regedit.

File > Import > browse to the location you extracted the 4 registry files. You will need to import all 4 of them.

You should now be able to right-click an image file and Open With Windows Photo Viewer!


Step 5: Set Photo Viewer as Default App

If you’d like to make Photo Viewer your default photo viewing application, search Windows for “Default Apps” and then change Photos to Windows Photo Viewer.


Step 6: Allow Images in Thumbnails

This step is optional, but if you’d like to see a preview of the images from File Explorer (instead of just icons), you can do that by changing the File Explorer options.

Search Windows for Folder Options. Change to the View tab and uncheck “Always show icons, never thumbnails”.

That will change it from looking like this:

to looking like this:

That’s all there is to it! Hopefully this guide helped you out.


My Homelab Equipment

Here is some of the gear I use in my Homelab. I highly recommend each of them.

The full list of server components I use can be found on my Equipment List page.

Similar Posts

38 Comments

  1. A good solution if one doesn’t want to install additional photo viewer software, and clearly explained. Thanks!

  2. Chandler Bing says:

    Worked great. Thank you very much.

    1. You’re welcome. Glad this guide helped!

  3. Wow. so simple but effective! I’d rather do this then install some random image viewer program or use paint.

  4. Thanks, easy instructions. very helpful.

    1. That’s great! I’m glad I could help.

  5. John Chasty says:

    Thanks – great write-up!

  6. Are any registry edits necessary for the other file extensions Windows Photo Viewer supports, like PNG, TIFF, etc?

  7. Unfortunately, it seems that Windows Photo Viewer has not been updated for some time. When trying to view newer photos, we’re now getting “out of resources” errors. It works on a lot of photos but not the newer ones, lately. I suspect there’s a significant change in the way new photos are stored and the outdated app can’t handle the new format. The app on Windows 10 isn’t the old Windows Photo Viewer app but rather the new Microsoft Photos app.

  8. Thank you, this tutorial worked perfectly on a 2019 Server!
    Why would Microsoft disable the Photo Viewer per default? It’s the most lightweight solution if you want to view images and it’s a lot simpler to avoid accidentally drawing on an image.

    1. Awesome, thanks for reporting that this still works! My guess is as good as yours, but I’m assuming most people don’t store photos on server 2019 so they didn’t want to continue adding that as a feature for server OS’s. Or if they do, they map a network drive and access the share from a Win10 PC.

  9. Thats really very helpful guide, thanks…!

    1. Absolutely, I’m glad it helped!

  10. Helped me a lot!
    Thank you!

  11. Thanks,It helped me a lot.Thanks for your support.

  12. it worked great, thanks 🙂

  13. Just FYI… it seems one of the registry files in the zip — MS PhotoViewer.bmp.reg — has the path for HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities pointing to the 64-bit directory %ProgramFiles% rather than the 32-bit directory %ProgramFiles(x86)%.

  14. Thank you very much. I´m using Windows server as my remote desktop and keep this feature enables is very important.

  15. Nice, but doesn’t work for newer photo attributes like ICC_PREVIEW_V4

  16. well done many thanks , it helped me a lot

  17. Danny – thanks for the Photo Viewer install instructions. I would like to implement server login notifications. But I don’t see any information on how to do it.

    This is a handy, simple way to be notified whenever someone logs into a server. Personally I use it for auditing logins to our Veeam backup server and domain controllers. It could also be helpful if you hire a new IT employee and are starting to delegate more privileges and you want to make sure that new hire isn’t logging into servers they aren’t supposed to yet.

  18. Jan-Geert Wesselink says:

    Works liek a charm. Photo vier and thumbnail issues resolved in one go. Thanks

  19. Thank you so much! that was clear and easy!

  20. I would prefer to see the registry file content expanded , rather than having us download mystery zip files.. I’m sure you could put them in a collapsible block so they didn’t flood the page…

  21. Really help. Great stuff. Thanks!

  22. Seyed Morteza says:

    Thank you very much

  23. Thank you very much !! Was stuck using XnView and that really sucked.. Plain ol’ Windows Image beats it hands down.

  24. not working on windows server 2022 and also the download files are not available anymore…

  25. Henrik Skøt says:

    Hi there – I am getting an error trying to download the Registry-ZIP-file?

    1. I am getting the same error. Funny I found this process a day after you did…hahaha!

Leave a Reply

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