Created
July 17, 2014 17:20
-
-
Save zhouyl/b4bf8143e76b8783a769 to your computer and use it in GitHub Desktop.
Start Parallels Desktop
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
| #!/bin/sh | |
| ExtensionsPath="/Applications/Parallels Desktop.app/Contents/Library/Extensions/10.6/" | |
| cd "$ExtensionsPath" | |
| sudo chown -R root:wheel "$ExtensionsPath" | |
| sudo kextload -r . prl_hypervisor.kext | |
| sudo kextload -r . prl_hid_hook.kext | |
| sudo kextload -r . prl_usb_connect.kext | |
| sudo kextload -r . prl_vnic.kext | |
| sudo kextload -r . prl_netbridge.kext | |
| open /Applications/Parallels\ Desktop.app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment