How do I make my WebView2 web browser get recognised by Window's Settings to get set as default?

Toby Winter 1 Reputation point
2022-12-17T09:20:04.08+00:00

I've been making a Web Browser using WebView2 and I would like to make it so users can set it as their default.
It isnt recognised by Windows Settings though.
Any tips?

-Toby

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,117 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jiachen Li-MSFT 26,426 Reputation points Microsoft Vendor
    2022-12-19T02:57:17.643+00:00

    Hi @Toby Winter ,
    You need to register your application as a web browser for windows to recognize it.
    You can refer to the following solution to set your own application.
    How do I register a custom application as a Web Browser in Windows)?
    Best Regards.
    Jiachen Li

    ----------

    If the answer is helpful, please click "Accept Answer" and upvote it.
    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.