Which method should be used for openwith dialog?


bluedxca93

Member
Local time
7:20 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 My Computer

At a glance

24h2 , 24.10
OS
24h2 , 24.10
Computer type
PC/Desktop
Manufacturer/Model
Amd

My Computer My Computer

At a glance

Windows 11 Home x64 Version 25H2 Build 26200....
OS
Windows 11 Home x64 Version 25H2 Build 26200.9168
Thank you very much for this information, it is exactly what i searched.
 

My Computer My Computer

At a glance

24h2 , 24.10
OS
24h2 , 24.10
Computer type
PC/Desktop
Manufacturer/Model
Amd

Latest Support Threads

Back
Top Bottom