❔ Associate an application with an extension name (e.g., .asset, .ext, .lol, etc...)
Hello, I would like to know how I can link my app with a custom extension name, in my case it's
.rift
but it can be any extension name for other apps so I will try to ask as much as possible in a general way.
I have read the documentations there: https://learn.microsoft.com/en-us/visualstudio/extensibility/registering-verbs-for-file-name-extensions
And here: https://learn.microsoft.com/en-us/windows/win32/shell/how-to-register-a-file-type-for-a-new-application
I would like if, first, my code is valid (i'd like to not break my registry before trying)
And if not, how can I do that ?
Will the output be ?:2 Replies