Skip to content

Instantly share code, notes, and snippets.

@chemist
Created January 18, 2013 17:27
Show Gist options
  • Save chemist/4566327 to your computer and use it in GitHub Desktop.
Save chemist/4566327 to your computer and use it in GitHub Desktop.
#!/bin/bash
# URL = http://mac.pcbeta.com/viewthread.php?tid=118050&extra=
# run: sudo ./pd8_trialreset.sh
rm -rfd /Library/Preferences/Parallels
rm -rfd ~/Library/Preferences/Parallels
rm -rfd /private/var/.Parallels_swap
rm -rfd ~/Library/Preferences/com.parallels*
rm -rfd /private/var/db/Parallels
rm -rfd /private/tmp/qtsingleapp-Parall-*
rm -rfd /Library/Logs/parallels.log
rm -rfd ~/Library/Logs/parallels.log
rm -rfd /private/var/root/Library/Preferences/com.parallels.desktop.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment