瀏覽器每次打開都有個(gè)煩人的提示
要獲取將來的 microsoft edge 更新,需要 macos 10.15 或更高版本
,找了很久也沒有解決辦法,有 windows 端的解決方案,有禁止更新的解決方案,就是沒有 Mac 上如何避免這個(gè)告警的方案,于是走上 Edge 定制化之旅。
效果
使用前后對(duì)比
省流
直接下載下面的 com.microsoft.Edge.customized.mobileconfig
文件,安裝后重啟 Edge 即可。
鏈接: https://pan.baidu.com/s/15ojiAdmDjzVczj_Whqk09Q 提取碼: bh6d
安裝流程: 右鍵文件 -> 打開
,或者 雙擊文件
選擇 繼續(xù)
選擇 安裝
安裝完成后,重啟瀏覽器即可。
功能
此配置文件的主要功能:禁用更新,禁用告警,關(guān)閉診斷,優(yōu)化新標(biāo)簽頁 等。所有的配置項(xiàng),可在安裝完此配置后,在 Edge 瀏覽器地址欄輸入 about://policy
后打開查看。點(diǎn)擊策略名稱,會(huì)跳轉(zhuǎn)到相應(yīng)地址,描述此策略。
如果你想修改此配置中的任意選項(xiàng)或者新增選項(xiàng),可以打開此地址 admx.help,找到對(duì)應(yīng)配置項(xiàng)(以啟用新標(biāo)簽頁的預(yù)加載以提高呈現(xiàn)速度
為例)后點(diǎn)擊打開:
找到 Value Name
和 Value
對(duì)應(yīng)的值
然后用 文本編輯器
或其他編輯器打開此配置文件,新增的話,就在 <key>PayloadContent</key> <array> <dict>
這層標(biāo)簽內(nèi)容新增 key 標(biāo)簽
,標(biāo)簽內(nèi)容對(duì)應(yīng)在上圖中找到的 Value Name
值,然后新增一行 <true/>
或者 <false/>
。true 對(duì)應(yīng) Value==1
,false 對(duì)應(yīng) Value==0
。
如果有多個(gè) Value
值,就不能用 true
或者 false
標(biāo)簽了,而是用 <integer>xxx</integer>
,xxx 的內(nèi)容對(duì)應(yīng)其 Value
值。
修改的話,就直接搜索此配置項(xiàng)的名稱,然后直接修改值即可,修改值的方式同上。
修改后保存,重啟安裝即可生效。
刪除
進(jìn)入 mac系統(tǒng)偏好設(shè)置
-> 描述文件
,然后 -
掉此配置即可。
說明
官方說明
Edge 官方說明 在 macOS 上配置 Microsoft Edge 策略。
按照官方說法,是先創(chuàng)建 plist
,在 plist
文件里集成 Edge 的策略配置,然后使用首選的 MDM
提供程序,將 plist
部署到用戶的 Mac 設(shè)備,過程復(fù)雜且麻煩。
第三方工具
Mac 用戶社區(qū)維護(hù)了一個(gè) ProfileManifests 項(xiàng)目,旨在為管理員提供一個(gè)通用框架,使其能夠輕松配置和管理 Apple 產(chǎn)品和支持的第三方軟件中的任何可用設(shè)置。在此基礎(chǔ)上,產(chǎn)生了 ProfileCreator 和 iMazing Profile Editor 等第三方配置文件制作工具。借助三方工具,使得我們能夠更高效的配置 Edge 的策略。以 iMazing Profile Editor
為例:
安裝 iMazing Profile Editor
后打開,先在 General
里填入必填項(xiàng)
然后在左側(cè)列表,找到 Edge 后點(diǎn)擊,在右側(cè)面板里選擇 + Add Configuration Payload
然后,就會(huì)出現(xiàn) Edge 的各種配置項(xiàng),選擇你想要編輯的配置項(xiàng)即可。
編輯好后,保存,就會(huì)生成后綴為 .mobileconfig
的可安裝文件。最后安裝此文件即可。
其他軟件
此方法也適用于 chrome
瀏覽器,只不過你要去尋找 chrome 的相關(guān)策略,另外在使用工具 iMazing Profile Editor
時(shí),name 就是 com.google.Keystone
,相關(guān)網(wǎng)址 管理 Chrome 更新 (Mac)。值得讓人驚喜的是,去除 chrome 更新和禁止警告的配置,我也放在開頭的網(wǎng)盤里了,下載安裝即可。
當(dāng)然以上工具和配置方法也適用于其他第三方軟件。
windows 平臺(tái)
windows 平臺(tái)直接去修改注冊(cè)表就好了,百度搜索很多的。
配置源碼
最后,附上我的配置文件源碼:文章來源:http://www.zghlxwxcb.cn/news/detail-825214.html
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadDisplayName</key>
<string>Microsoft Edge</string>
<key>PayloadIdentifier</key>
<string>com.microsoft.Edge.13D4EE1D-74BF-4963-AE69-88E61F9FD9EA</string>
<key>PayloadType</key>
<string>com.microsoft.Edge</string>
<key>PayloadUUID</key>
<string>AB70BBA2-D881-4C1A-8E36-9EE591429F3E</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>AddressBarMicrosoftSearchInBingProviderEnabled</key>
<false/>
<key>AutofillCreditCardEnabled</key>
<false/>
<key>AutoplayAllowed</key>
<false/>
<key>BingAdsSuppression</key>
<true/>
<key>BuiltInDnsClientEnabled</key>
<false/>
<key>ComponentUpdatesEnabled</key>
<false/>
<key>SuppressUnsupportedOSWarning</key>
<true/>
<key>InstallDefault</key>
<false/>
<key>UpdateDefault</key>
<false/>
<key>AutoUpdateCheckPeriodMinutes</key>
<integer>43200</integer>
<key>UpdatesSuppressedStartHour</key>
<integer>9</integer>
<key>UpdatesSuppressedStartMin</key>
<integer>0</integer>
<key>UpdatesSuppressedDurationMin</key>
<integer>960</integer>
<key>ConfigureDoNotTrack</key>
<true/>
<key>ConfigureShare</key>
<integer>1</integer>
<key>DefaultBrowserSettingEnabled</key>
<false/>
<key>DiagnosticData</key>
<integer>0</integer>
<key>HideFirstRunExperience</key>
<true/>
<key>HubsSidebarEnabled</key>
<false/>
<key>NewTabPageAllowedBackgroundTypes</key>
<integer>3</integer>
<key>NewTabPageAppLauncherEnabled</key>
<false/>
<key>NewTabPageContentEnabled</key>
<false/>
<key>NewTabPageHideDefaultTopSites</key>
<true/>
<key>OmniboxMSBProviderEnabled</key>
<false/>
<key>PasswordManagerEnabled</key>
<false/>
<key>PaymentMethodQueryEnabled</key>
<false/>
<key>PersonalizationReportingEnabled</key>
<false/>
<key>PromotionalTabsEnabled</key>
<false/>
<key>SendSiteInfoToImproveServices</key>
<false/>
<key>ShowMicrosoftRewards</key>
<false/>
<key>ShowOfficeShortcutInFavoritesBar</key>
<false/>
<key>ShowRecommendationsEnabled</key>
<false/>
<key>TrackingPrevention</key>
<integer>2</integer>
<key>UserFeedbackAllowed</key>
<false/>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>com.microsoft.Edge</string>
<key>PayloadIdentifier</key>
<string>com.example.edge</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>6BAC9A8B-19F3-4876-99D9-BCA6C8B30238</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
相關(guān)文檔和資源
使用屬性列表為 macOS 配置 Microsoft Edge 策略設(shè)置
Microsoft Edge - 策略
Microsoft Edge - 更新策略
Microsoft Edge - Update policies
Group Policy Administrative Templates Catalog - Microsoft Edge 商業(yè)版
Group Policy Administrative Templates Catalog - Google Chrome
管理 Chrome 更新設(shè)定 (Mac)
Github - ProfileCreator
iMazing Profile Editor文章來源地址http://www.zghlxwxcb.cn/news/detail-825214.html
到了這里,關(guān)于定制你的清爽Mac版Edge瀏覽器的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!