Mac os下Profiles的查詢及移除方法

2021-10-01 13:18:37 字數 1343 閱讀 9383

mac os下profiles的移除,除了直接在系統首選項(system preference)中直接通過滑鼠操作減號進行移除,您還有始末方法呢?

由於很多外掛程式都在系統配置中生成了profiles的配置檔案,特別是惡意外掛程式,可能由於生成了相應的profiles導致瀏覽器主頁修改後,直接通過瀏覽器的設定去恢復主頁時,該按鈕是不可用的,如下圖所示:

發生上述情況後,使用者真的就不知道該如何恢復和處理了。

其實,我們可以通過發現惡意外掛程式的profiles配置,解除這個鎖定。

lijuyi-2:~ i22$ sudo profiles -p

password:

_computerlevel[1] attribute: profileidentifier: org.superduper.extension

there are 1 configuration profiles installed

lijuyi-2:~ i22$ sudo profiles -p

password:

there are no configuration profiles installed

移除時,只需執行如下命令:

sudo profiles -r -p profileidentifier(前面獲取的名字)
例如:

lijuyi-2:~ i12$ sudo profiles -r -p org.superduper.extension
這樣就被輕鬆移除掉了。

假如需要全部移除的話,也可以通過執行下面的命令:

sudo /usr/bin/profiles -d

例如:

lijuyi-2:~ i12$ ls /usr/bin/profiles

/usr/bin/profiles

lijuyi-2:~ i12$ sudo /usr/bin/profiles -d

password:

are you sure you want to delete all configuration profiles? [y/n]:y

lijuyi-2:~ i12$ ls /usr/bin/profiles

/usr/bin/profiles

至於以上的區別,沒怎麼看出來。

if you feel that this article is helpful to you, then praise or comment one!

五 SpringBoot的Profiles講解

舉個例子。一般在開發專案的時候要有多個環境,如開發環境 測試環境 生產環境,他們的配置檔案一般不同。當我們要向各個環境發布程式時,需要人工處理這些配置檔案,這顯然麻煩且易錯。有了profile,一切問題就簡單了 簡單講profile就是一組配置,不同profile提供不同組合的配置,程式執行時可以選...

重建WAS的profiles概要資訊

由於某種原因,需要刪除重建was7的profiles,並重新按照模板建立新profiles a.使用manageprofiles.sh命令刪除概要 檢視當前的profiles 到.profiles目錄下,刪除所有概要的資料夾 b.刪除profileregistry.xml資訊 找到profilere...

macOS系統下Vscode的python配置教程

1.vscode是一款開源的跨平台編輯器。預設情況下,vscode使用的語言為英文 en 以下步驟改為中文 開啟vscode工具,使用快捷鍵組合 cmd shift p 在搜尋框中輸入 configure display language 點選確定後,修改locale.json檔案下的屬性 loca...