'How to automate the setting of Google as default search engine in Microsoft Edge (Chromium based) via PowerShell?

I would like to automate an operation of setting Google as a default search engine in Microsoft Edge (Chromium based) via PowerShell in non-corporate deployment scenario, aka as a stand-alone user.

After installation, there is bing.com.

Currently using Version 100.0.1185.50 (Official build) (64bit version)



Solution 1:[1]

According to your description, I thinh you can modify the corresponding registry via powershell script to achieve your requirement.

And you need to make sure your machine is joined to a Microsoft Active Directory domain, among other possible conditions.

For more details, please refer to these required group policy documents : Enable the default search provider and Default search provider search URL. You can find their registry path in these docs.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Xudong Peng