As said, I want my Windows to always send me to "Open With" dialog, when I try to open a file.
There is a similar XPosed module for Android, named Kill Domain Verification, but it's working only for links.
I somehow managed to block Windows from setting default browser, by deleting some items in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\<extension-name>
(cannot remember if it was .html
or not), and revoking permissions from SYSTEM and %username% (as far as I can remember), but I want those prompts to be for every (or at least some) file types.
What I found:
- Revoking access from SYSTEM and %username% from file association, so it cannot be changed
- Removing "Always Open With" option from Open With dialog (not working in Win 11)
- Removing file associations (Win 8.1)
- Creating a dummy.exe to set to it
there was even this post with "UnForTUnaTeLy, ThIs iS nOT a ConFiGuRaBle OpTiOn."(sorry, that was so stupid, that I got mad)
I would appreciate any help, either it will be changing registry/permissions or using specific programs to forward to chosen programs.
P.S. I use latest build 23H2 22631.3527
.