This issue popped up again with Build 25324.1011. Default App set to Microsoft WinRT Storage API.
This prevents the "+ New" button from working correctly in Snipping Tool.
The problem was originally reported with Build 25295.1010, it keeps coming back on systems that were upgraded from previous older Dev Builds that had this issue of assigning the default to Microsoft WinRT Storage API instead of Screen Snipping.
Again, I had to issue this P.S. command to fix the problem, that changed the default of MS-SCREENCLIP back to what it should be.
Get-AppxPackage MicrosoftWindows.Client.Core -AllUsers | Reset-AppxPackage
MicrosoftWindows.Client.Core MicrosoftWindows.Client.Core_1000.25324.1011.0_x64__cw5n1h2txyewy
Same problem on second desktop after Updating to 25324.1011. 🤐🤷♂️
The problem starts after Client.Core is updated to 1000.25324.1011. Had to reset the App again to get the correct default for
MS-SCREENCLIP.
MicrosoftWindows.Client.Core MicrosoftWindows.Client.Core_1000.25324.1011.0_x64__cw5n1h2txyewy
Get-AppxPackage MicrosoftWindows.Client.Core -AllUsers | Reset-AppxPackage
Failing condition:
after issuing the reset command it goes back to this:
On a positive side, the Reset all default apps does not assign back Microsoft WinRT Storage API like it used to do with older builds. 👍