Registry fix to address file type associations from Muon
See original GitHub issueDescription
Setting Brave as a default program for [some] file types produces inconsistent results at best. Opening hyperlinks, for example, generally works, but I’ve had users report that even that wouldn’t always take.
This applies to any way in which file type associations are made:
- Via reg/command line args
Open With...
-->Always open...
from context menuSystem Settings --> Choose a default app for each type of file
Steps to Reproduce
- Use any method to associate a file type/extension (
.jpg
,.html
,.tiff
, etc) with Brave. - Test the association by opening a file of the appropriate type
Actual result:
Sometimes works, sometimes doesn’t - very inconsistent.
Expected result:
File type opens in Brave as long as it’s capable of doing so.
Reproduces how often:
Inconsistently, but often enough that you should be able to reproduce this after a few tries/file types
Brave version (brave://version info)
Brave Release channel build v0.58.18 Win10 x64
Reproducible on current release:
- Does it reproduce on brave-browser dev/beta builds? Yes
Additional Information
Report from user with additional details and test methods: https://community.brave.com/t/file-extensions-wont-associate-with-brave/39034
Issue Analytics
- State:
- Created 5 years ago
- Comments:17 (2 by maintainers)
Top Results From Across the Web
Registry Location For File Extension Associations
Can anyone provide the exact location in the System Registry where the Default Programs for File Associations are stored?
Read more >Remove File Type Associations using Registry Editor in ...
Press Win+I to open Windows Settings. Go to Apps > Default apps. Scroll down to the bottom. Click on the Reset button. Click...
Read more >How to Change Windows 10 File Associations and Default ...
First, open File Explorer and navigate to the folder which contains your file. Then, right click the file and select Properties. A new...
Read more >File type associations are unreliable in Windows - Known Issues
On your Windows machine, with no Brave instances open, use the start menu search bar and type regedit , hit enter · Select...
Read more >How to Remove File Type Associations Using Registry Editor
dialog and selecting the “Always use this app to open” checkbox, or via Default Programs or Default Apps. While you can set or...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, I had the same issue on Windows 7 (64 bits) As explained here, for me the problem was that the value of BraveHTML in Windows Registry (HKEY_CLASSES_ROOT\BraveHTML\shell\open\command) did not match brave.exe location I changed the value and now everything works !
@lucazertyui modifying the registry key value at this location has fixed the problem for me too, thanks!
It was pointing at “C:\Users\myuser\AppData\Local\Brave\Brave.exe” – “%1” which must have been the path to the legacy Muon-based Brave installation.
I’ve now modified the path to “C:\Program Files (x86)\BraveSoftware\Brave-Browser\Application\brave.exe” – “%1” and it works.