検索エンジンの管理

最大 10 個の検索エンジンが含まれるリストを構成できます。検索エンジンのいずれか一つは、既定の検索エンジンとしてマークする必要があります。
エンコードを指定する必要はありません。Microsoft Edge 80 以降では、suggest_url パラメーターと image_search_url パラメーターはオプションです。オプションのパラメーターである image_search_post_params (コンマで区切られた名前と値のペアで構成されます) は、Microsoft Edge80 以降で利用できます。

Microsoft Edge 83 以降では、オプションのパラメーターである allow_search_engine_discovery を使用して、検索エンジンによる検出を有効にすることができます。このパラメーターは、リスト内の最初の項目として指定する必要があります。allow_search_engine_discovery を指定しないと、検索エンジンによる検出は既定では無効になります。Microsoft Edge84以降、このポリシーを推奨ポリシーとして設定して、検索プロバイダーの検出を許可できます。

このポリシーを有効にした場合、ユーザーはリスト内の検索エンジンを追加、削除、または変更できません。ユーザーは、リスト内のどの検索エンジンでも既定の検索エンジンとして設定できます。

このポリシーを無効にした場合または構成しなかった場合、ユーザーは検索エンジンのリストを必要に応じて変更できます。

'DefaultSearchProviderSearchURL' (既定の検索プロバイダーの検索 URL)ポリシーを設定した場合、このポリシー (ManagedSearchEngines) は無視されます。このポリシーの適用を完了するには、ユーザーはブラウザーを再起動する必要があります。

サンプル値:

[
{
"allow_search_engine_discovery": true
},
{
"is_default": true,
"suggest_url": "https://www.example1.com/qbox?query={searchTerms}",
"search_url": "https://www.example1.com/search?q={searchTerms}",
"name": "Example1",
"keyword": "example1.com"
},
{
"suggest_url": "https://www.example2.com/qbox?query={searchTerms}",
"image_search_url": "https://www.example2.com/images/detail/search?iss=sbiupload",
"name": "Example2",
"keyword": "example2.com",
"image_search_post_params": "content={imageThumbnail},url={imageURL},sbisrc={SearchSource}",
"search_url": "https://www.example2.com/search?q={searchTerms}"
},
{
"suggest_url": "https://www.example3.com/qbox?query={searchTerms}",
"image_search_url": "https://www.example3.com/images/detail/search?iss=sbiupload",
"name": "Example3",
"keyword": "example3.com",
"encoding": "UTF-8",
"search_url": "https://www.example3.com/search?q={searchTerms}"
},
{
"search_url": "https://www.example4.com/search?q={searchTerms}",
"name": "Example4",
"keyword": "example4.com"
}
]

サポートされるバージョン: Microsoft Edge バージョン 77、Windows 7 以降

検索エンジンの管理

Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
Registry PathSoftware\Policies\Microsoft\Edge
Value NameManagedSearchEngines
Value TypeREG_SZ
Default Value

msedge.admx

管理用テンプレート (コンピューター)

管理用テンプレート (ユーザー)