Skip to content

Instantly share code, notes, and snippets.

@brentnycum
Last active January 1, 2016 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brentnycum/8198382 to your computer and use it in GitHub Desktop.
Save brentnycum/8198382 to your computer and use it in GitHub Desktop.
Launch Parallels 7 on OS X Mavericks
# Add Parallels to Accessibility for keyboard/mouse to work properly
# System Preferences > Security & Privacy > Privacy Tab > Accessibility section
# If networking fails in Parallels open Preferences
# Advanced > Network: Change Settings > Restore Defaults
# Then from Menu: Devices > Network > Shared
cd "/Library/Parallels/Parallels Service.app/Contents/Kexts/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