Which method should be used for openwith dialog?


bluedxca93

Member
Local time
6:55 PM
Posts
23
OS
24h2 , 24.10
Somehow i got this logic:
Code:
## Summary of Registry Paths Searched:
- `HKEY_CLASSES_ROOT\.<extension>` (for ProgID)
- `HKEY_CLASSES_ROOT\SystemFileAssociations\. <extension>\shell`
- `HKEY_CLASSES_ROOT\.<extension>\OpenWithProgids`
- `HKEY_CLASSES_ROOT\.<extension>\OpenWithList`
- `HKEY_CLASSES_ROOT\Applications`
This multi-step search allows the code to gather a comprehensive list of applications that can handle the specified file type.
But it shows also some crap or duplicates as shown below:

newscreenshot.webp
Any idea how to make it more logical? And yes i did remove explorer as default shell and now im trying to rewrite the not working open with dialog. kind regards bluedxca93
 

My Computer

System One

  • OS
    24h2 , 24.10
    Computer type
    PC/Desktop
    Manufacturer/Model
    Amd
Thank you very much for this information, it is exactly what i searched.
 

My Computer

System One

  • OS
    24h2 , 24.10
    Computer type
    PC/Desktop
    Manufacturer/Model
    Amd
Back
Top Bottom