"Not Implemented" when clicking on photos in Windows Explorer

Anonymous
2024-10-30T20:20:13+00:00

I've been having this issue since shortly before installing the latest Windows Update last week. Any time I click on a photo within Windows Explorer, a message pops up that simply lists the file path and says "Not Implemented".

This started happening before I installed the update, and it was only upon restarting my computer to solve the issue that the update was installed (I tend to procrastinate updates).

The issue appears to be caused by Explorer. Downloading any random image with my Chrome browser and opening the image from the downloads list successfully opens the image, as does viewing images from within the Photos app itself.

Restarting Explorer from task manager fixes the issue temporarily, but it has always reoccurred after some time. So that's not a permanent fix and having to restart Explorer at least once a day is not ideal. I'm more just worried that this could be the precursor to or symptom of something much more serious. I've never had this problem before, and most issues like this are resolved with a full restart.

I don't know what to do.

Windows for home | Windows 10 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

147 answers

Sort by: Most helpful
  1. Anonymous
    2025-05-04T14:02:59+00:00

    See Diane Henriks thread, dated 03 November 2024 and updated on 05 November. // It worked for me after a restart. Let's see if it is long lasting..

    I tried to search for Diane's reply, to be a bit more helpful. It is on page 2 of the "Not Implemented" thread... There a couple of screen shots there. Quoting her response: "UPDATE 11/5/24: Found the issue, I think. The update just messed up the settings and removed it as the default app, leaving no app set. You need to read Photos as the default. See screenshots..."

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2025-04-15T13:50:50+00:00

    I too have had this annoying message consistantly for a week, this time

    I normally set JPG and PNG to default app Photos, and after next reboot it magically disappears.

    A question?

    Has any on tried uninstalling PHOTOSand REinstall?

    • Using different versions of photos [if they exist]

    I might give it a go later.

    Tried copying to Desktop - and of course worked.

    Sort of points to "Photos" being flakey

    • On my personal Won1o Pro laptop,
    • I have full ownership on my account to avoid defaut admin

    btw: "Not implimented" would seem to say "haven't got that >> Function, Priv, Permission, ability ?? or even MS want you off Win 10 :)

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2025-04-06T22:24:58+00:00

    Thanks, your suggestion is the best I've seen, and is easy to implement

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2025-04-01T14:35:46+00:00

    Found a fix, a real one. I tested this with four users a few weeks ago and have not heard from them since then.

    Summary: Purge the Photos app from the system (for everyone) and reinstall from the Store or from the appx/msix installer

    The following commands need to be run in an elevated PowerShell

    Step 1: Get the name of the provisioned package

    Get-ProvisionedAppxPackage -Online | where {$_.DisplayName -like "*Photos*"}
    

    Step 2: Remove the provisioned package

    Remove-ProvisionedAppxPackage -Online -PackageName [PackageName_from_step1]
    

    Step 3: Verify if the app is still installed for anyone

    Get-AppxPackage -AllUsers | where {$_.Name -like "*Photos*"}
    

    Step 4: Remove the app for everyone

    Remove-AppxPackage -AllUsers -Package [PackageFullName_from_step3]
    

    At this point, the Photos app should be purged. Rerun step 1 and 3 commands to be sure.

    Step 5: Reinstall the app

    Option 1: Install from the Store. This will install the app only for the current user, it won't be provisioned for new users. This is probably fine for personal computers.

    Option 2: Download the appx/msix installer (search "download appx" if you don't know how to do this). Then, run this command:

    Add-AppxProvisionedPackage -Online -SkipLicense -PackagePath [path_of_downloaded_file]
    

    This should reinstall the app for everyone as well as new users.

    Followed the steps provided. Unfortunately, this did not resolve the issue for me.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2025-03-28T22:18:01+00:00

    This has happened to me on previous windows 10 updates. However, I have forgotten the simple fix for it. It certainly does not require a clean install.

    Was this answer helpful?

    0 comments No comments