Last active
December 14, 2018 02:06
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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