I have a custom file type, for example ".xyz" and I have a portable type application that can open that custom file type. I set up the portable application as the default application for opening .xyz files using the open with
dialog.
But later on, I decided to store the portable application somewhere else on my computer. I went to the open with
dialog again chose Look for another app on this PC
and navigated to the new location of my portable application, but after selecting it, it still opened the application from the old location.
It's like Windows recognizes that the application has the same name, and so it is falling back on the existing file path that was used for that application instead of updating the file path. How can I update the execution path for the open with
application?