之前下載了一個軟件,最近發現是被鎖定的,而且無法解鎖,就無法卸載它。我找了許多方法,都失敗了,最後找到以下方法成功删除了軟件,給大家分享一下我的經驗。
先打開“終端”,輸入命令 /bin/ls -dleO@ (記得加個空格),把你要卸載的鎖定應用程序直接拖到終端,點回車,出現以下(例)
/bin/ls -dleO@ /Applications/CrashPlan.app
drwxrwxr-x@ 3 testing admin schg 102 May 29 11:32 /Applications/CrashPlan.app
com.apple.metadata:com_apple_backup_excludeItem 17
如果有“schg”就代表可以進行下一步了在終端輸入命令 sudo /usr/bin/chflags -R noschg (别忘空格),再把應用程序拖到終端,出現以下(例)
sudo /usr/bin/chflags -R noschg /Applications/CrashPlan.app
Password: <enter your account's password; it will not echo, but the Mac is seeing it; then press the return key>
這時你就直接輸入你的賬戶的管理員密碼,終端不顯示字符,但其實已經讀取了,輸好密碼後直接點回車就解鎖了,接着就可以卸載了。
,更多精彩资讯请关注tft每日頭條,我们将持续为您更新最新资讯!