Skip to content

Instantly share code, notes, and snippets.

@phstudy
Forked from gdurastanti/parallels-reset.sh
Created June 29, 2023 06:30
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 phstudy/1714cb8befacb0ac78abe85bc01b8cb5 to your computer and use it in GitHub Desktop.
Save phstudy/1714cb8befacb0ac78abe85bc01b8cb5 to your computer and use it in GitHub Desktop.
Reset Parallels' trial
#!/bin/sh
# Reset Parallels Desktop's trial and generate a casual email address to register a new user
rm /private/var/root/Library/Preferences/com.parallels.desktop.plist /Library/Preferences/Parallels/licenses.xml
jot -w pdu%d@gmail.com -r 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment