關閉Rootless
-
進入恢復模式(重啟系統時按住
command
+R
進入恢復模式)下打開終端
; -
關閉系統SIP保護:
csrutil disable
; -
重啟,進入正常系統;
解決無法添加VMware輔助功能的問題
-
進入系統后打開
終端
; -
依次輸入以下命令:
$ sudo chmod 777 /Library/Application\ Support/com.apple.TCC
$ sudo rm -rf /Library/Application\ Support/com.apple.TCC/TCC.db
-
重啟系統
解決VMWare黑屏問題
-
打開
終端
; -
依次輸入以下指令(可能會要求輸入自己的本機密碼):
$ sudo sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db" 'insert into access values ("kTCCServiceScreenCapture", "com.vmware.fusion", 0, 1, 1, "", "", "", "UNUSED", "", 0,1565595574)'
$ sudo sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db" 'insert into access values ("kTCCServiceListenEvent", "com.vmware.fusion", 0, 1, 1, "", "", "", "UNUSED", "", 0,1565595574)'
$ sudo sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db" 'insert into access values ("kTCCServicePostEvent", "com.vmware.fusion", 0, 1, 1, "", "", "", "UNUSED", "", 0,1565595574)'
-
重新啟動VMware fusion,發現已經解決黑屏。
重新打開Rootless
-
進入恢復模式(重啟系統時按住
command
+R
進入恢復模式)下打開終端
; -
關閉系統SIP保護:csrutil enable;
-
重啟,進入正常系統;