管理搜尋引擎

可讓您設定最多 10 個搜尋引擎清單,其中一個必須標記為預設搜尋引擎。
您無需指定任何編碼。從 Microsoft Edge 80 開始,suggest_url 和 image_search_url 參數為選擇性參數。從 Microsoft Edge 80 開始,可使用選擇性參數 image_search_post_params (由逗號分隔的名稱/值對組成)。

從 Microsoft Edge 83 開始,您可以使用 allow_search_engine_discovery 選擇性參數啟用搜尋引擎探索。這個參數必須是清單中的第一個項目。如果未指定 allow_search_engine_discovery,則預設會停用搜尋引擎探索。從 Microsoft Edge 84 開始,您可以將這個原則設定為建議的原則,以允許搜尋提供者探索。您不需要新增 allow_search_engine_discovery 選擇性參數。

如果啟用此原則,則使用者無法新增、移除或變更清單中的任何搜尋引擎。使用者可將清單中的任一搜尋引擎設為預設搜尋引擎。

如果您停用或未設定此原則,則使用者可視需要修改搜尋引擎清單。

如果設定了 '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

系統管理範本 (電腦)

系統管理範本 (使用者)