Perfect solution for Vmware black screen problem after macOS catalina upgrade

1. Turn off the rootless mechanism of macOS

#Rootless mechanism will be the last line of defense against malicious programs

1. Try to disable Rootless, reboot and hold Command+R to enter recovery mode and open Terminal.
2. type csrutil disable
3. If you want to restore csrutil enable

2. If the Mac's accessibility function can't add other apps

There should be a problem with /Library/Application\ Support/com.apple.TCC being corrupted or having unusual permissions as a result of the upgrade.

sudo chmod 777 /Library/Application\ Support/com.apple.TCC
sudo rm -rf /Library/Application\ Support/com.apple.TCC/TCC.db
# Reboot the system

# If you do not have enough permissions, perform the first step

3.Perfect solution for vmware black screen steps, need to addvmware permission to allow screen recording

After entering the system, open the terminal and enter the following commands (you may be asked to enter a password in the middle of the process, just enter the local login password)
1.
tccutil reset All com.vmware.fusion


2.
sudo sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db" 'insert into access values ("kTCCServiceScreenCapture", "com.vmware.fusion ", 0, 1, 1, "", "", "", "UNUSED", "", 0,1565595574)'


3.
sudo sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db" 'insert into access values ("kTCCServiceListenEvent", "com.vmware.fusion". 0, 1, 1, "", "", "", "", "UNUSED", "", 0,1565595574)'


4.
sudo sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db" 'insert into access values ("kTCCServicePostEvent", "com.vmware.fusion", 0, 1, 1, "", "", "", "", "UNUSED", "", 0,1565595574)'

4. At this point your vmware fusion should have resolved the black screen, it is best to go back to open the security mechanism

1. Try to turn off Rootless, reboot and hold down Command+R to enter recovery mode and open Terminal.
2. If you want to recover csrutil enable
912sy.com download resources are from the network, only for learning and reference use, the copyright belongs to the original author, do not use for commercial purposes, please remove yourself within 24 hours after downloading.
If the content published on this site inadvertently violates your rights and interests, please contact us and the site will be deleted within one business day.If you encounter any problems please contact customer service QQ:2385367137
912sy " Perfect solution for Vmware black screen problem after macOS catalina upgrade