Open with - Microsoft WinRT Storage API

Anonymous
2022-09-25T14:21:57+00:00

Hi,

Since my PC updated to Win 11 22H2 Pro, right-clicking on a JPG, one of the options is "Microsoft WinRT Storage API", clicking on this just brings up the error message "Element not found". I can find no way of removing this "open-with" item.

Just to clarify, I have seen posts referring to this where it has taken over as the Default app, this isn't the case here, all the files open in the correct default programs as they should. The problem is removing Microsoft WinRT Storage API altogether from the open-with menu.

Finally, I had the same issue with a laptop - rolling back and new Windows install [21H2 Home] corrected the problem - suggesting it isn't system specific.

Thanks.

Windows for home | Windows 11 | Windows update

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
Answer accepted by question author
Ramesh 181.9K Reputation points Volunteer Moderator
2022-09-27T08:31:39+00:00

Mike,

I'm wondering if this has something to do with Paint3D. The shell seems to be enumerating the program's registry location, and Paint3D's Package ID is wrongly assigned; it's pointing to the regular Paint app.

Please try these two commands from Admin PowerShell window:

  • get-appxpackage *paint* -allusers | remove-appxpackage
  • get-appxpackage Microsoft.Windows.Photos -allusers | remove-appxpackage

Install Paint 3D from Microsoft Store.

(Don't install the Photos app yet.)

See if the erroneous Open With entry is gone. Let's know how it goes.

Was this answer helpful?

30+ people found this answer helpful.
0 comments No comments

54 additional answers

Sort by: Most helpful
  1. Ramesh 181.9K Reputation points Volunteer Moderator
    2023-01-23T04:22:36+00:00

    I'd leave it as it is. The next feature update might automatically remove the superseded items. The OpenWithProgIDs "AppXcdh38jxzbcberv50vxg2tg4k84kfnewn" entry can be safely nuked anyway.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2022-09-25T16:22:07+00:00

    Hi Dave,

    Sorry, I missed your response - here is the info as requested - I re-ordered to alphabetical order so all in one place:

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2022-09-25T16:01:13+00:00

    Hi Ramesh,

    As requested - you are more patient than me!

    C:\Windows\System32> Dism /Online /Get-DefaultAppAssociations | findstr /i .jpg

    <Association Identifier=".jpg" ProgId="AppX43hnxtbyyps62jhe9sqpdzxn1790zetc" ApplicationName="Photos" OverwriteOnVersionMax="1" OverwriteIfProgIdIs="AppX9vdwcvrwnbettpahnt26jswq0n8hgyah;Paint.Paint;Microsoft.PhotoManager.imagetype;jpegfile" />


    C:\Windows\System32>

    regards

    Was this answer helpful?

    0 comments No comments
  4. Ramesh 181.9K Reputation points Volunteer Moderator
    2022-09-25T15:50:56+00:00

    Hi Mike,

    Try this:

    Right-click on a JPG file and choose Properties.

    Click "Change"

    Select "Microsoft WinRT Storage API" from the list.

    (JPG files are now associated with that unknown app. You can revert the association to the Photos app later.)

    Next, open an Admin CMD Prompt window and type this:

    • Dism /Online /Get-DefaultAppAssociations | findstr /i .jpg

    Please post back what it reports.

    Was this answer helpful?

    0 comments No comments