Skip to content

Instantly share code, notes, and snippets.

@MakeStuffWithAI
Last active February 9, 2022 10:20
Show Gist options
  • Select an option

  • Save MakeStuffWithAI/5f8afa5bfb807e0586ca8591c2376a7c to your computer and use it in GitHub Desktop.

Select an option

Save MakeStuffWithAI/5f8afa5bfb807e0586ca8591c2376a7c to your computer and use it in GitHub Desktop.
Parallels Trial FIX / Reset
### DISCLAIMER: This code will delete all personal files regarding
###. your Parallels 17 installation and should fix any of the common
###. trial period bugs once you reinstall.
###. I created this for personal use but found there were so many
###. with a similar bug that I decided to share it.
### If you are actively using Parallels for longer than the trial
### period or using it for commercial purposes, you MUST register
### it or it is considered software piracy.
sudo rm -rfd ~/library/preferences/com.parallels*
sudo rm -rfd ~/library/preferences/parallels/*
sudo rm -rfd ~/library/preferences/parallels
sudo rm -rfd /private/var/db/parallels/stats/*
sudo rm -rfd /private/var/db/parallels/stats
sudo rm -rfd /private/var/db/parallels
sudo rm -rfd /library/logs/parallels.log
sudo rm -rfd /library/preferences/parallels/*
sudo rm -rfd /library/preferences/parallels
sudo rm -rfd /private/var/db/parallels
sudo rm -rfd /private/var/.parallels_swap
sudo rm -rfd /private/var/db/receipts/'com.parallels*'
sudo rm -rfd /private/tmp/qtsingleapp-*-lockfile
sudo rm -rfd /private/tmp/com.apple.installer*/*
sudo rm -rfd /private/tmp/com.apple.installer*
sudo rm -rfd /private/var/root/library/preferences/com.parallels.desktop.plist
sudo rm -fr ~/Library/Logs/parallels.log
sudo rm -fr /Library/Preferences/Parallels/
sudo rm -fr ~/Library/Preferences/Parallels
sudo rm -fr /private/var/.Parallels_swap
sudo rm -fr /private/var/db/Parallels/Stats
sudo rm -fr /private/tmp/qtsingleapp-Parall-c0ce-0-lockfile
sudo rm -fr ~/Library/Preferences/com.parallels
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment