
Hi @Daniel Hitson,
If your computer is managed by your organization, then you are expected to have default browser changed according to the group policy if any. Please reach out to IT for more information.
If your computer is a personal one, make sure you haven't got Protect your default browser setting enabled. You can find this setting by navigating to edge://settings/defaultBrowser in Microsoft Edge. What's more, sometimes third-party anti-virus software can also change the default app settings. You can try disabling them if any for a test.
UPDATE
There's solution if you would like to force the default browser settings. Please follow these steps:
- Create a .xml file called defaultassociations.xml with these values:
<?xml version="1.0" encoding="UTF-8"?> <DefaultAssociations> <Association ApplicationName="Opera" ProgId="OperaStable" Identifier=".html"/> <Association ApplicationName="Opera" ProgId="OperaStable" Identifier=".htm"/> <Association ApplicationName="Opera" ProgId="OperaStable" Identifier="http"/> <Association ApplicationName="Opera" ProgId="OperaStable" Identifier="https"/> <Association ApplicationName="Opera" ProgId="OperaStable" Identifier=".pdf"/> </DefaultAssociations>
- Place this file under C:\Windows\System32. If the file already exists, replace it.
- Open Local Group Policy Editor. You can press Win+R to open "Run" --> enter gpedit.msc --> OK.
- Go to Computer Configuration --> Administrative Templates --> Windows Components --> File Explorer --> Set a default associations configuration file
- Enable this policy and set a value of c:\windows\system32\defaultassociations.xml
- Press OK to save the changes.
- Restart your computer.
Now, you should be able to forcibly set Opera as the default browser.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best Regards,
Shijie Li