Skip to content

Instantly share code, notes, and snippets.

@ikshovon
Forked from gdurastanti/parallels-reset.sh
Created October 6, 2021 08:09
Show Gist options
  • Save ikshovon/906c0184744c99fca19bce7a1abb1c51 to your computer and use it in GitHub Desktop.
Save ikshovon/906c0184744c99fca19bce7a1abb1c51 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%[email protected] -r 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment