Last active
August 30, 2019 06:20
-
-
Save juliengrimault/6050846 to your computer and use it in GitHub Desktop.
Unfuck Parallels Dekstop on Mavericks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Terminal - go to | |
cd /Applications/Parallels\ Desktop.app/Contents/Library/Extensions/10.6 | |
sudo kextutil prl_hypervisor.kext/ | |
sudo kextutil prl_vnic.kext/ | |
sudo kextutil prl_hid_hook.kext/ | |
sudo kextutil -d ./prl_hypervisor.kext prl_netbridge.kext/ | |
sudo kextutil prl_usb_connect.kext |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment