-
-
Save nospam2k/23e86aef39a61e90b9e08eca84932120 to your computer and use it in GitHub Desktop.
Reset Parallels' trial
This file contains 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 | |
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