Skip to content

Instantly share code, notes, and snippets.

@nicholasadamou
Last active December 14, 2018 02:06
Show Gist options
  • Save nicholasadamou/82102c2100362e6383086811a7ab999a to your computer and use it in GitHub Desktop.
Save nicholasadamou/82102c2100362e6383086811a7ab999a to your computer and use it in GitHub Desktop.
Reset Parallels Desktop's trial and generate a casual email address to register a new user.
#!/bin/sh
# Reset Parallels Desktop's trial and generate a casual email address to register a new user
sudo rm /private/var/root/Library/Preferences/com.parallels.desktop.plist /Library/Preferences/Parallels/licenses.xml
jot -w pdu%[email protected] -r 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment