Skip to content

Instantly share code, notes, and snippets.

@miku
Created July 18, 2011 20:45
Show Gist options
  • Save miku/1090608 to your computer and use it in GitHub Desktop.
Save miku/1090608 to your computer and use it in GitHub Desktop.
uninstall Parallels
#!/bin/bash -x
#
# http://www.xm5design.com/?p=103
#
[[ -f /Library/StartupItems/Parallels/Parallels ]] && /Library/StartupItems/Parallels/Parallels stop
rm -rf /Library/Parallels
rm -rf /Library/Receipts/Parallels.pkg
#
rm -rf /Applications/Parallels.app
rm -rf /Applications/Parallels
#
cd /Library/StartupItems/
rm -rf /Library/StartupItems/Parallels
rm -rf /Library/StartupItems/ParallelsTransporter
#
cd /System/Library/Extensions/
rm -rf vmmain.kext
rm -rf hypervisor.kext
rm -rf Pvsvnic.kext
rm -rf ConnectUSB.kext
rm -rf Pvsnet.kext
#
rm -rf ~/Library/Preferences/com.parallels.Parallels.plist
rm -rf ~/Library/Parallels
rm -rf ~/.parallels_settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment